|
From: Philipp Ü. <mu...@tu...> - 2014-06-23 08:18:00
|
On Sun, 22 Jun 2014 23:49:03 -0400
John Labenski <jla...@gm...> wrote:
> On Fri, Jun 20, 2014 at 4:03 PM, Philipp Überbacher
> <mu...@tu...> wrote:
>
> > [ 15%] Built target wxStEditLib
> > Scanning dependencies of target wxStEdit
> > [ 15%] Building CXX object
> > modules/wxstedit/CMakeFiles/wxStEdit.dir/samples/stedit/wxstedit.cpp.o
> > /home/murks/cower/wxlua-svn/src/wxlua-svn-build/wxLua/modules/wxstedit/samples/stedit/wxstedit.cpp:113:1:
> > error: cannot convert ‘const wxString’ to ‘const char*’ in
> > initialization };
> > ^
> >
>
> The build for wxUSE_STD_CONTAINERS should be fixed in svn now.
>
> Regards,
> John
Thanks a lot John,
it builds now.
I'll prepare a buildscript for SVN so my fellow Arch users can
comfortably build and use wxLua with wxgtk 3.
For the sake of completeness, here are the warnings I get.
Thanks,
Philipp
[ 17%] Building CXX object
modules/wxlua/CMakeFiles/wxLuaLib.dir/wxlbind.cpp.o /home/murks/cower/wxlua-svn/src/wxlua-svn-build/wxLua/modules/wxlua/wxlbind.cpp:63:20:
warning: ‘int wxlua_tableErrorHandler(lua_State*)’ defined but not used
[-Wunused-function] static int LUACALL
wxlua_tableErrorHandler(lua_State *L)
[ 28%] Building CXX object
modules/wxbind/CMakeFiles/wxLuaBindLib.dir/src/wxadv_bind.cpp.o /home/murks/cower/wxlua-svn/src/wxlua-svn-build/wxLua/modules/wxbind/src/wxadv_bind.cpp:16525:20:
warning: ‘wxluaclassname_wxWave’ defined but not used
[-Wunused-variable] static const char* wxluaclassname_wxWave =
"wxWave";
^ /home/murks/cower/wxlua-svn/src/wxlua-svn-build/wxLua/modules/wxbind/src/wxadv_bind.cpp:16629:24:
warning: ‘wxluabaseclassbinds_wxWave’ defined but not used
[-Wunused-variable] static wxLuaBindClass* wxluabaseclassbinds_wxWave[]
= { NULL }; ^ [ 29%] Building CXX object
modules/wxbind/CMakeFiles/wxLuaBindLib.dir/src/wxadv_wxladv.cpp.o /home/murks/cower/wxlua-svn/src/wxlua-svn-build/wxLua/modules/wxbind/src/wxadv_wxladv.cpp:
In member function ‘virtual wxGridCellAttr*
wxLuaGridTableBase::GetAttr(int, int,
wxGridCellAttr::wxAttrKind)’: /home/murks/cower/wxlua-svn/src/wxlua-svn-build/wxLua/modules/wxbind/src/wxadv_wxladv.cpp:715:12:
warning: ‘attr’ may be used uninitialized in this function
[-Wmaybe-uninitialized] return attr;
[ 37%] Building CXX object
modules/wxbind/CMakeFiles/wxLuaBindLib.dir/src/wxcore_bind.cpp.o /home/murks/cower/wxlua-svn/src/wxlua-svn-build/wxLua/modules/wxbind/src/wxcore_bind.cpp:4413:20:
warning: ‘wxluaclassname_wxBestHelpController’ defined but not used
[-Wunused-variable] static const char*
wxluaclassname_wxBestHelpController = "wxBestHelpController";
^ /home/murks/cower/wxlua-svn/src/wxlua-svn-build/wxLua/modules/wxbind/src/wxcore_bind.cpp:4537:20:
warning: ‘wxluaclassname_wxIndividualLayoutConstraint’ defined but not
used [-Wunused-variable] static const char*
wxluaclassname_wxIndividualLayoutConstraint =
"wxIndividualLayoutConstraint";
^ /home/murks/cower/wxlua-svn/src/wxlua-svn-build/wxLua/modules/wxbind/src/wxcore_bind.cpp:4544:20:
warning: ‘wxluaclassname_wxLayoutConstraints’ defined but not used
[-Wunused-variable] static const char*
wxluaclassname_wxLayoutConstraints = "wxLayoutConstraints";
^ /home/murks/cower/wxlua-svn/src/wxlua-svn-build/wxLua/modules/wxbind/src/wxcore_bind.cpp:4580:20:
warning: ‘wxluaclassname_wxMetafile’ defined but not used
[-Wunused-variable] static const char* wxluaclassname_wxMetafile =
"wxMetafile";
^ /home/murks/cower/wxlua-svn/src/wxlua-svn-build/wxLua/modules/wxbind/src/wxcore_bind.cpp:4581:20:
warning: ‘wxluaclassname_wxMetafileDC’ defined but not used
[-Wunused-variable] static const char* wxluaclassname_wxMetafileDC =
"wxMetafileDC";
^ /home/murks/cower/wxlua-svn/src/wxlua-svn-build/wxLua/modules/wxbind/src/wxcore_bind.cpp:4594:20:
warning: ‘wxluaclassname_wxNotebookSizer’ defined but not used
[-Wunused-variable] static const char* wxluaclassname_wxNotebookSizer =
"wxNotebookSizer";
^ /home/murks/cower/wxlua-svn/src/wxlua-svn-build/wxLua/modules/wxbind/src/wxcore_bind.cpp:4617:20:
warning: ‘wxluaclassname_wxPowerEvent’ defined but not used
[-Wunused-variable] static const char* wxluaclassname_wxPowerEvent =
"wxPowerEvent";
^ /home/murks/cower/wxlua-svn/src/wxlua-svn-build/wxLua/modules/wxbind/src/wxcore_bind.cpp:4626:20:
warning: ‘wxluaclassname_wxPrinterDC’ defined but not used
[-Wunused-variable] static const char* wxluaclassname_wxPrinterDC =
"wxPrinterDC";
^ /home/murks/cower/wxlua-svn/src/wxlua-svn-build/wxLua/modules/wxbind/src/wxcore_bind.cpp:4678:20:
warning: ‘wxluaclassname_wxTabCtrl’ defined but not used
[-Wunused-variable] static const char* wxluaclassname_wxTabCtrl =
"wxTabCtrl";
^ /home/murks/cower/wxlua-svn/src/wxlua-svn-build/wxLua/modules/wxbind/src/wxcore_bind.cpp:4679:20:
warning: ‘wxluaclassname_wxTabEvent’ defined but not used
[-Wunused-variable] static const char* wxluaclassname_wxTabEvent =
"wxTabEvent";
^ /home/murks/cower/wxlua-svn/src/wxlua-svn-build/wxLua/modules/wxbind/src/wxcore_bind.cpp:4692:20:
warning: ‘wxluaclassname_wxToolBarSimple’ defined but not used
[-Wunused-variable] static const char* wxluaclassname_wxToolBarSimple =
"wxToolBarSimple";
^ /home/murks/cower/wxlua-svn/src/wxlua-svn-build/wxLua/modules/wxbind/src/wxcore_bind.cpp:4710:20:
warning: ‘wxluaclassname_wxWinHelpController’ defined but not used
[-Wunused-variable] static const char*
wxluaclassname_wxWinHelpController = "wxWinHelpController";
^ /home/murks/cower/wxlua-svn/src/wxlua-svn-build/wxLua/modules/wxbind/src/wxcore_bind.cpp:4716:20:
warning: ‘wxluaclassname_wxWindowList’ defined but not used
[-Wunused-variable] static const char* wxluaclassname_wxWindowList =
"wxWindowList";
^ /home/murks/cower/wxlua-svn/src/wxlua-svn-build/wxLua/modules/wxbind/src/wxcore_bind.cpp:4736:24:
warning: ‘wxluabaseclassbinds_wxBestHelpController’ defined but not
used [-Wunused-variable] static wxLuaBindClass*
wxluabaseclassbinds_wxBestHelpController[] = { NULL };
^ /home/murks/cower/wxlua-svn/src/wxlua-svn-build/wxLua/modules/wxbind/src/wxcore_bind.cpp:4930:24:
warning: ‘wxluabaseclassbinds_wxIndividualLayoutConstraint’ defined but
not used [-Wunused-variable] static wxLuaBindClass*
wxluabaseclassbinds_wxIndividualLayoutConstraint[] = { NULL };
^ /home/murks/cower/wxlua-svn/src/wxlua-svn-build/wxLua/modules/wxbind/src/wxcore_bind.cpp:4942:24:
warning: ‘wxluabaseclassbinds_wxLayoutConstraints’ defined but not used
[-Wunused-variable] static wxLuaBindClass*
wxluabaseclassbinds_wxLayoutConstraints[] = { NULL };
^ /home/murks/cower/wxlua-svn/src/wxlua-svn-build/wxLua/modules/wxbind/src/wxcore_bind.cpp:5006:24:
warning: ‘wxluabaseclassbinds_wxMetafile’ defined but not used
[-Wunused-variable] static wxLuaBindClass*
wxluabaseclassbinds_wxMetafile[] = { NULL };
^ /home/murks/cower/wxlua-svn/src/wxlua-svn-build/wxLua/modules/wxbind/src/wxcore_bind.cpp:5008:24:
warning: ‘wxluabaseclassbinds_wxMetafileDC’ defined but not used
[-Wunused-variable] static wxLuaBindClass*
wxluabaseclassbinds_wxMetafileDC[] = { NULL };
^ /home/murks/cower/wxlua-svn/src/wxlua-svn-build/wxLua/modules/wxbind/src/wxcore_bind.cpp:5030:24:
warning: ‘wxluabaseclassbinds_wxNotebookSizer’ defined but not used
[-Wunused-variable] static wxLuaBindClass*
wxluabaseclassbinds_wxNotebookSizer[] = { NULL };
^ /home/murks/cower/wxlua-svn/src/wxlua-svn-build/wxLua/modules/wxbind/src/wxcore_bind.cpp:5066:24:
warning: ‘wxluabaseclassbinds_wxPowerEvent’ defined but not used
[-Wunused-variable] static wxLuaBindClass*
wxluabaseclassbinds_wxPowerEvent[] = { NULL };
^ /home/murks/cower/wxlua-svn/src/wxlua-svn-build/wxLua/modules/wxbind/src/wxcore_bind.cpp:5084:24:
warning: ‘wxluabaseclassbinds_wxPrinterDC’ defined but not used
[-Wunused-variable] static wxLuaBindClass*
wxluabaseclassbinds_wxPrinterDC[] = { NULL };
^ /home/murks/cower/wxlua-svn/src/wxlua-svn-build/wxLua/modules/wxbind/src/wxcore_bind.cpp:5164:24:
warning: ‘wxluabaseclassbinds_wxTabCtrl’ defined but not used
[-Wunused-variable] static wxLuaBindClass*
wxluabaseclassbinds_wxTabCtrl[] = { NULL };
^ /home/murks/cower/wxlua-svn/src/wxlua-svn-build/wxLua/modules/wxbind/src/wxcore_bind.cpp:5166:24:
warning: ‘wxluabaseclassbinds_wxTabEvent’ defined but not used
[-Wunused-variable] static wxLuaBindClass*
wxluabaseclassbinds_wxTabEvent[] = { NULL };
^ /home/murks/cower/wxlua-svn/src/wxlua-svn-build/wxLua/modules/wxbind/src/wxcore_bind.cpp:5190:24:
warning: ‘wxluabaseclassbinds_wxToolBarSimple’ defined but not used
[-Wunused-variable] static wxLuaBindClass*
wxluabaseclassbinds_wxToolBarSimple[] = { NULL };
^ /home/murks/cower/wxlua-svn/src/wxlua-svn-build/wxLua/modules/wxbind/src/wxcore_bind.cpp:5220:24:
warning: ‘wxluabaseclassbinds_wxWinHelpController’ defined but not used
[-Wunused-variable] static wxLuaBindClass*
wxluabaseclassbinds_wxWinHelpController[] = { NULL };
^ /home/murks/cower/wxlua-svn/src/wxlua-svn-build/wxLua/modules/wxbind/src/wxcore_bind.cpp:5230:24:
warning: ‘wxluabaseclassbinds_wxWindowList’ defined but not used
[-Wunused-variable] static wxLuaBindClass*
wxluabaseclassbinds_wxWindowList[] = { NULL };
[ 45%] Building CXX object
modules/wxbind/CMakeFiles/wxLuaBindLib.dir/src/wxbase_bind.cpp.o /home/murks/cower/wxlua-svn/src/wxlua-svn-build/wxLua/modules/wxbind/src/wxbase_bind.cpp:2343:20:
warning: ‘wxluaclassname_wxList’ defined but not used
[-Wunused-variable] static const char* wxluaclassname_wxList =
"wxList";
^ /home/murks/cower/wxlua-svn/src/wxlua-svn-build/wxLua/modules/wxbind/src/wxbase_bind.cpp:2355:20:
warning: ‘wxluaclassname_wxNode’ defined but not used
[-Wunused-variable] static const char* wxluaclassname_wxNode = "wxNode";
[ 61%] Building CXX object
modules/luamodule/CMakeFiles/wxLuaModule.dir/__/wxbind/src/wxadv_bind.cpp.o /home/murks/cower/wxlua-svn/src/wxlua-svn-build/wxLua/modules/wxbind/src/wxadv_bind.cpp:16525:20:
warning: ‘wxluaclassname_wxWave’ defined but not used
[-Wunused-variable] static const char* wxluaclassname_wxWave =
"wxWave";
^ /home/murks/cower/wxlua-svn/src/wxlua-svn-build/wxLua/modules/wxbind/src/wxadv_bind.cpp:16629:24:
warning: ‘wxluabaseclassbinds_wxWave’ defined but not used
[-Wunused-variable] static wxLuaBindClass* wxluabaseclassbinds_wxWave[]
= { NULL };
[ 62%] Building CXX object
modules/luamodule/CMakeFiles/wxLuaModule.dir/__/wxbind/src/wxadv_wxladv.cpp.o /home/murks/cower/wxlua-svn/src/wxlua-svn-build/wxLua/modules/wxbind/src/wxadv_wxladv.cpp:
In member function ‘virtual wxGridCellAttr*
wxLuaGridTableBase::GetAttr(int, int,
wxGridCellAttr::wxAttrKind)’: /home/murks/cower/wxlua-svn/src/wxlua-svn-build/wxLua/modules/wxbind/src/wxadv_wxladv.cpp:715:12:
warning: ‘attr’ may be used uninitialized in this function
[-Wmaybe-uninitialized] return attr;
[ 70%] Building CXX object
modules/luamodule/CMakeFiles/wxLuaModule.dir/__/wxbind/src/wxcore_bind.cpp.o /home/murks/cower/wxlua-svn/src/wxlua-svn-build/wxLua/modules/wxbind/src/wxcore_bind.cpp:4413:20:
warning: ‘wxluaclassname_wxBestHelpController’ defined but not used
[-Wunused-variable] static const char*
wxluaclassname_wxBestHelpController = "wxBestHelpController";
^ /home/murks/cower/wxlua-svn/src/wxlua-svn-build/wxLua/modules/wxbind/src/wxcore_bind.cpp:4537:20:
warning: ‘wxluaclassname_wxIndividualLayoutConstraint’ defined but not
used [-Wunused-variable] static const char*
wxluaclassname_wxIndividualLayoutConstraint =
"wxIndividualLayoutConstraint";
^ /home/murks/cower/wxlua-svn/src/wxlua-svn-build/wxLua/modules/wxbind/src/wxcore_bind.cpp:4544:20:
warning: ‘wxluaclassname_wxLayoutConstraints’ defined but not used
[-Wunused-variable] static const char*
wxluaclassname_wxLayoutConstraints = "wxLayoutConstraints";
^ /home/murks/cower/wxlua-svn/src/wxlua-svn-build/wxLua/modules/wxbind/src/wxcore_bind.cpp:4580:20:
warning: ‘wxluaclassname_wxMetafile’ defined but not used
[-Wunused-variable] static const char* wxluaclassname_wxMetafile =
"wxMetafile";
^ /home/murks/cower/wxlua-svn/src/wxlua-svn-build/wxLua/modules/wxbind/src/wxcore_bind.cpp:4581:20:
warning: ‘wxluaclassname_wxMetafileDC’ defined but not used
[-Wunused-variable] static const char* wxluaclassname_wxMetafileDC =
"wxMetafileDC";
^ /home/murks/cower/wxlua-svn/src/wxlua-svn-build/wxLua/modules/wxbind/src/wxcore_bind.cpp:4594:20:
warning: ‘wxluaclassname_wxNotebookSizer’ defined but not used
[-Wunused-variable] static const char* wxluaclassname_wxNotebookSizer =
"wxNotebookSizer";
^ /home/murks/cower/wxlua-svn/src/wxlua-svn-build/wxLua/modules/wxbind/src/wxcore_bind.cpp:4617:20:
warning: ‘wxluaclassname_wxPowerEvent’ defined but not used
[-Wunused-variable] static const char* wxluaclassname_wxPowerEvent =
"wxPowerEvent";
^ /home/murks/cower/wxlua-svn/src/wxlua-svn-build/wxLua/modules/wxbind/src/wxcore_bind.cpp:4626:20:
warning: ‘wxluaclassname_wxPrinterDC’ defined but not used
[-Wunused-variable] static const char* wxluaclassname_wxPrinterDC =
"wxPrinterDC";
^ /home/murks/cower/wxlua-svn/src/wxlua-svn-build/wxLua/modules/wxbind/src/wxcore_bind.cpp:4678:20:
warning: ‘wxluaclassname_wxTabCtrl’ defined but not used
[-Wunused-variable] static const char* wxluaclassname_wxTabCtrl =
"wxTabCtrl";
^ /home/murks/cower/wxlua-svn/src/wxlua-svn-build/wxLua/modules/wxbind/src/wxcore_bind.cpp:4679:20:
warning: ‘wxluaclassname_wxTabEvent’ defined but not used
[-Wunused-variable] static const char* wxluaclassname_wxTabEvent =
"wxTabEvent";
^ /home/murks/cower/wxlua-svn/src/wxlua-svn-build/wxLua/modules/wxbind/src/wxcore_bind.cpp:4692:20:
warning: ‘wxluaclassname_wxToolBarSimple’ defined but not used
[-Wunused-variable] static const char* wxluaclassname_wxToolBarSimple =
"wxToolBarSimple";
^ /home/murks/cower/wxlua-svn/src/wxlua-svn-build/wxLua/modules/wxbind/src/wxcore_bind.cpp:4710:20:
warning: ‘wxluaclassname_wxWinHelpController’ defined but not used
[-Wunused-variable] static const char*
wxluaclassname_wxWinHelpController = "wxWinHelpController";
^ /home/murks/cower/wxlua-svn/src/wxlua-svn-build/wxLua/modules/wxbind/src/wxcore_bind.cpp:4716:20:
warning: ‘wxluaclassname_wxWindowList’ defined but not used
[-Wunused-variable] static const char* wxluaclassname_wxWindowList =
"wxWindowList";
^ /home/murks/cower/wxlua-svn/src/wxlua-svn-build/wxLua/modules/wxbind/src/wxcore_bind.cpp:4736:24:
warning: ‘wxluabaseclassbinds_wxBestHelpController’ defined but not
used [-Wunused-variable] static wxLuaBindClass*
wxluabaseclassbinds_wxBestHelpController[] = { NULL };
^ /home/murks/cower/wxlua-svn/src/wxlua-svn-build/wxLua/modules/wxbind/src/wxcore_bind.cpp:4930:24:
warning: ‘wxluabaseclassbinds_wxIndividualLayoutConstraint’ defined but
not used [-Wunused-variable] static wxLuaBindClass*
wxluabaseclassbinds_wxIndividualLayoutConstraint[] = { NULL };
^ /home/murks/cower/wxlua-svn/src/wxlua-svn-build/wxLua/modules/wxbind/src/wxcore_bind.cpp:4942:24:
warning: ‘wxluabaseclassbinds_wxLayoutConstraints’ defined but not used
[-Wunused-variable] static wxLuaBindClass*
wxluabaseclassbinds_wxLayoutConstraints[] = { NULL };
^ /home/murks/cower/wxlua-svn/src/wxlua-svn-build/wxLua/modules/wxbind/src/wxcore_bind.cpp:5006:24:
warning: ‘wxluabaseclassbinds_wxMetafile’ defined but not used
[-Wunused-variable] static wxLuaBindClass*
wxluabaseclassbinds_wxMetafile[] = { NULL };
^ /home/murks/cower/wxlua-svn/src/wxlua-svn-build/wxLua/modules/wxbind/src/wxcore_bind.cpp:5008:24:
warning: ‘wxluabaseclassbinds_wxMetafileDC’ defined but not used
[-Wunused-variable] static wxLuaBindClass*
wxluabaseclassbinds_wxMetafileDC[] = { NULL };
^ /home/murks/cower/wxlua-svn/src/wxlua-svn-build/wxLua/modules/wxbind/src/wxcore_bind.cpp:5030:24:
warning: ‘wxluabaseclassbinds_wxNotebookSizer’ defined but not used
[-Wunused-variable] static wxLuaBindClass*
wxluabaseclassbinds_wxNotebookSizer[] = { NULL };
^ /home/murks/cower/wxlua-svn/src/wxlua-svn-build/wxLua/modules/wxbind/src/wxcore_bind.cpp:5066:24:
warning: ‘wxluabaseclassbinds_wxPowerEvent’ defined but not used
[-Wunused-variable] static wxLuaBindClass*
wxluabaseclassbinds_wxPowerEvent[] = { NULL };
^ /home/murks/cower/wxlua-svn/src/wxlua-svn-build/wxLua/modules/wxbind/src/wxcore_bind.cpp:5084:24:
warning: ‘wxluabaseclassbinds_wxPrinterDC’ defined but not used
[-Wunused-variable] static wxLuaBindClass*
wxluabaseclassbinds_wxPrinterDC[] = { NULL };
^ /home/murks/cower/wxlua-svn/src/wxlua-svn-build/wxLua/modules/wxbind/src/wxcore_bind.cpp:5164:24:
warning: ‘wxluabaseclassbinds_wxTabCtrl’ defined but not used
[-Wunused-variable] static wxLuaBindClass*
wxluabaseclassbinds_wxTabCtrl[] = { NULL };
^ /home/murks/cower/wxlua-svn/src/wxlua-svn-build/wxLua/modules/wxbind/src/wxcore_bind.cpp:5166:24:
warning: ‘wxluabaseclassbinds_wxTabEvent’ defined but not used
[-Wunused-variable] static wxLuaBindClass*
wxluabaseclassbinds_wxTabEvent[] = { NULL };
^ /home/murks/cower/wxlua-svn/src/wxlua-svn-build/wxLua/modules/wxbind/src/wxcore_bind.cpp:5190:24:
warning: ‘wxluabaseclassbinds_wxToolBarSimple’ defined but not used
[-Wunused-variable] static wxLuaBindClass*
wxluabaseclassbinds_wxToolBarSimple[] = { NULL };
^ /home/murks/cower/wxlua-svn/src/wxlua-svn-build/wxLua/modules/wxbind/src/wxcore_bind.cpp:5220:24:
warning: ‘wxluabaseclassbinds_wxWinHelpController’ defined but not used
[-Wunused-variable] static wxLuaBindClass*
wxluabaseclassbinds_wxWinHelpController[] = { NULL };
^ /home/murks/cower/wxlua-svn/src/wxlua-svn-build/wxLua/modules/wxbind/src/wxcore_bind.cpp:5230:24:
warning: ‘wxluabaseclassbinds_wxWindowList’ defined but not used
[-Wunused-variable] static wxLuaBindClass*
wxluabaseclassbinds_wxWindowList[] = { NULL };
[ 78%] Building CXX object
modules/luamodule/CMakeFiles/wxLuaModule.dir/__/wxbind/src/wxbase_bind.cpp.o /home/murks/cower/wxlua-svn/src/wxlua-svn-build/wxLua/modules/wxbind/src/wxbase_bind.cpp:2343:20:
warning: ‘wxluaclassname_wxList’ defined but not used
[-Wunused-variable] static const char* wxluaclassname_wxList =
"wxList";
^ /home/murks/cower/wxlua-svn/src/wxlua-svn-build/wxLua/modules/wxbind/src/wxbase_bind.cpp:2355:20:
warning: ‘wxluaclassname_wxNode’ defined but not used
[-Wunused-variable] static const char* wxluaclassname_wxNode = "wxNode";
[ 89%] Building CXX object
modules/luamodule/CMakeFiles/wxLuaModule.dir/__/wxlua/wxlbind.cpp.o /home/murks/cower/wxlua-svn/src/wxlua-svn-build/wxLua/modules/wxlua/wxlbind.cpp:63:20:
warning: ‘int wxlua_tableErrorHandler(lua_State*)’ defined but not used
[-Wunused-function] static int LUACALL
wxlua_tableErrorHandler(lua_State *L)
[ 96%] Building CXX object
apps/wxluacan/CMakeFiles/wxLuaCan.dir/canlua.cpp.o /home/murks/cower/wxlua-svn/src/wxlua-svn-build/wxLua/apps/wxluacan/canlua.cpp:
In member function ‘void
wxlCan::OnScroll(wxScrollWinEvent&)’: /home/murks/cower/wxlua-svn/src/wxlua-svn-build/wxLua/apps/wxluacan/canlua.cpp:567:39:
warning: ‘void wxScrollHelperBase::OnScroll(wxScrollWinEvent&)’ is
deprecated (declared at /usr/include/wx-3.0/wx/scrolwin.h:244)
[-Wdeprecated-declarations] wxScrolledWindow::OnScroll( event );
|