Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /usr/include/wx-2.8/wx/buffer.h: In member function ‘void wxMemoryBuffer::AppendByte(char)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/debug.h:233:38: note: in expansion of macro ‘wxCHECK2_MSG’
- #define wxCHECK_RET(cond, msg) wxCHECK2_MSG(cond, return, msg)
- ^
- /usr/include/wx-2.8/wx/buffer.h:289:9: note: in expansion of macro ‘wxCHECK_RET’
- wxCHECK_RET( m_bufdata->m_data, wxT("invalid wxMemoryBuffer") );
- ^
- In file included from /usr/include/wx-2.8/wx/defs.h:521:0,
- from /usr/include/wx-2.8/wx/wx.h:15,
- from wx.h:13,
- from MIDIDeviceDialog.h:6,
- from MIDIDeviceDialog.cpp:1:
- /usr/include/wx-2.8/wx/buffer.h: In member function ‘void wxMemoryBuffer::AppendByte(char)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/debug.h:233:38: note: in expansion of macro ‘wxCHECK2_MSG’
- #define wxCHECK_RET(cond, msg) wxCHECK2_MSG(cond, return, msg)
- ^
- /usr/include/wx-2.8/wx/buffer.h:289:9: note: in expansion of macro ‘wxCHECK_RET’
- wxCHECK_RET( m_bufdata->m_data, wxT("invalid wxMemoryBuffer") );
- ^
- /usr/include/wx-2.8/wx/dynarray.h: In member function ‘void wxArrayShort::Remove(_wxArraywxArrayShort)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro ‘wxCHECK2_MSG’
- wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \
- ^
- /usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_HELPER’
- _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_PTR’
- _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:849:5: note: in expansion of macro ‘WX_DEFINE_TYPEARRAY_WITH_DECL_PTR’
- WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayShort, wxARRAY_EMPTY expmode)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:993:1: note: in expansion of macro ‘WX_DEFINE_USER_EXPORTED_ARRAY_SHORT’
- WX_DEFINE_USER_EXPORTED_ARRAY_SHORT(short, wxArrayShort, class WXDLLIMPEXP_BASE);
- ^
- /usr/include/wx-2.8/wx/dynarray.h: In member function ‘void wxArrayInt::Remove(_wxArraywxArrayInt)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro ‘wxCHECK2_MSG’
- wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \
- ^
- /usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_HELPER’
- _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_PTR’
- _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:856:5: note: in expansion of macro ‘WX_DEFINE_TYPEARRAY_WITH_DECL_PTR’
- WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayInt, wxARRAY_EMPTY expmode)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:994:1: note: in expansion of macro ‘WX_DEFINE_USER_EXPORTED_ARRAY_INT’
- WX_DEFINE_USER_EXPORTED_ARRAY_INT(int, wxArrayInt, class WXDLLIMPEXP_BASE);
- ^
- /usr/include/wx-2.8/wx/dynarray.h: In member function ‘void wxArrayDouble::Remove(_wxArraywxArrayDouble)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro ‘wxCHECK2_MSG’
- wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \
- ^
- /usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_HELPER’
- _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_PTR’
- _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:877:5: note: in expansion of macro ‘WX_DEFINE_TYPEARRAY_WITH_DECL_PTR’
- WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayDouble, wxARRAY_EMPTY expmode)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:995:1: note: in expansion of macro ‘WX_DEFINE_USER_EXPORTED_ARRAY_DOUBLE’
- WX_DEFINE_USER_EXPORTED_ARRAY_DOUBLE(double, wxArrayDouble, class WXDLLIMPEXP_BASE);
- ^
- /usr/include/wx-2.8/wx/dynarray.h: In member function ‘void wxArrayLong::Remove(_wxArraywxArrayLong)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro ‘wxCHECK2_MSG’
- wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \
- ^
- /usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_HELPER’
- _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_PTR’
- _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:863:5: note: in expansion of macro ‘WX_DEFINE_TYPEARRAY_WITH_DECL_PTR’
- WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayLong, wxARRAY_EMPTY expmode)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:996:1: note: in expansion of macro ‘WX_DEFINE_USER_EXPORTED_ARRAY_LONG’
- WX_DEFINE_USER_EXPORTED_ARRAY_LONG(long, wxArrayLong, class WXDLLIMPEXP_BASE);
- ^
- In file included from /usr/include/wx-2.8/wx/defs.h:521:0,
- from /usr/include/wx-2.8/wx/wx.h:15,
- from wx.h:13,
- from CDDeviceDialog.h:7,
- from CDDeviceDialog.cpp:6:
- /usr/include/wx-2.8/wx/buffer.h: In member function ‘void wxMemoryBuffer::AppendByte(char)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/debug.h:233:38: note: in expansion of macro ‘wxCHECK2_MSG’
- #define wxCHECK_RET(cond, msg) wxCHECK2_MSG(cond, return, msg)
- ^
- /usr/include/wx-2.8/wx/buffer.h:289:9: note: in expansion of macro ‘wxCHECK_RET’
- wxCHECK_RET( m_bufdata->m_data, wxT("invalid wxMemoryBuffer") );
- ^
- /usr/include/wx-2.8/wx/dynarray.h: In member function ‘void wxArrayPtrVoid::Remove(_wxArraywxArrayPtrVoid)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro ‘wxCHECK2_MSG’
- wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \
- ^
- /usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_HELPER’
- _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_PTR’
- _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro ‘WX_DEFINE_TYPEARRAY_WITH_DECL_PTR’
- WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPTY expmode)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:997:1: note: in expansion of macro ‘WX_DEFINE_USER_EXPORTED_ARRAY_PTR’
- WX_DEFINE_USER_EXPORTED_ARRAY_PTR(void *, wxArrayPtrVoid, class WXDLLIMPEXP_BASE);
- ^
- In file included from /usr/include/wx-2.8/wx/defs.h:521:0,
- from /usr/include/wx-2.8/wx/wx.h:15,
- from wx.h:13,
- from MIDIStreamFrame.h:6,
- from MIDIStreamFrame.cpp:2:
- /usr/include/wx-2.8/wx/buffer.h: In member function ‘void wxMemoryBuffer::AppendByte(char)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/debug.h:233:38: note: in expansion of macro ‘wxCHECK2_MSG’
- #define wxCHECK_RET(cond, msg) wxCHECK2_MSG(cond, return, msg)
- ^
- /usr/include/wx-2.8/wx/buffer.h:289:9: note: in expansion of macro ‘wxCHECK_RET’
- wxCHECK_RET( m_bufdata->m_data, wxT("invalid wxMemoryBuffer") );
- ^
- /usr/include/wx-2.8/wx/dynarray.h: In member function ‘void wxArrayShort::Remove(_wxArraywxArrayShort)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro ‘wxCHECK2_MSG’
- wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \
- ^
- /usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_HELPER’
- _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_PTR’
- _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:849:5: note: in expansion of macro ‘WX_DEFINE_TYPEARRAY_WITH_DECL_PTR’
- WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayShort, wxARRAY_EMPTY expmode)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:993:1: note: in expansion of macro ‘WX_DEFINE_USER_EXPORTED_ARRAY_SHORT’
- WX_DEFINE_USER_EXPORTED_ARRAY_SHORT(short, wxArrayShort, class WXDLLIMPEXP_BASE);
- ^
- /usr/include/wx-2.8/wx/dynarray.h: In member function ‘void wxArrayInt::Remove(_wxArraywxArrayInt)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro ‘wxCHECK2_MSG’
- wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \
- ^
- /usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_HELPER’
- _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_PTR’
- _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:856:5: note: in expansion of macro ‘WX_DEFINE_TYPEARRAY_WITH_DECL_PTR’
- WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayInt, wxARRAY_EMPTY expmode)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:994:1: note: in expansion of macro ‘WX_DEFINE_USER_EXPORTED_ARRAY_INT’
- WX_DEFINE_USER_EXPORTED_ARRAY_INT(int, wxArrayInt, class WXDLLIMPEXP_BASE);
- ^
- /usr/include/wx-2.8/wx/dynarray.h: In member function ‘void wxArrayDouble::Remove(_wxArraywxArrayDouble)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro ‘wxCHECK2_MSG’
- wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \
- ^
- /usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_HELPER’
- _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_PTR’
- _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:877:5: note: in expansion of macro ‘WX_DEFINE_TYPEARRAY_WITH_DECL_PTR’
- WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayDouble, wxARRAY_EMPTY expmode)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:995:1: note: in expansion of macro ‘WX_DEFINE_USER_EXPORTED_ARRAY_DOUBLE’
- WX_DEFINE_USER_EXPORTED_ARRAY_DOUBLE(double, wxArrayDouble, class WXDLLIMPEXP_BASE);
- ^
- /usr/include/wx-2.8/wx/dynarray.h: In member function ‘void wxArrayLong::Remove(_wxArraywxArrayLong)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro ‘wxCHECK2_MSG’
- wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \
- ^
- /usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_HELPER’
- _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_PTR’
- _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:863:5: note: in expansion of macro ‘WX_DEFINE_TYPEARRAY_WITH_DECL_PTR’
- WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayLong, wxARRAY_EMPTY expmode)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:996:1: note: in expansion of macro ‘WX_DEFINE_USER_EXPORTED_ARRAY_LONG’
- WX_DEFINE_USER_EXPORTED_ARRAY_LONG(long, wxArrayLong, class WXDLLIMPEXP_BASE);
- ^
- In file included from /usr/include/wx-2.8/wx/defs.h:521:0,
- from /usr/include/wx-2.8/wx/wx.h:15,
- from wx.h:13,
- from DeviceFrame.h:6,
- from DeviceFrame.cpp:10:
- /usr/include/wx-2.8/wx/buffer.h: In member function ‘void wxMemoryBuffer::AppendByte(char)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/debug.h:233:38: note: in expansion of macro ‘wxCHECK2_MSG’
- #define wxCHECK_RET(cond, msg) wxCHECK2_MSG(cond, return, msg)
- ^
- /usr/include/wx-2.8/wx/buffer.h:289:9: note: in expansion of macro ‘wxCHECK_RET’
- wxCHECK_RET( m_bufdata->m_data, wxT("invalid wxMemoryBuffer") );
- ^
- /usr/include/wx-2.8/wx/dynarray.h: In member function ‘void wxArrayPtrVoid::Remove(_wxArraywxArrayPtrVoid)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro ‘wxCHECK2_MSG’
- wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \
- ^
- /usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_HELPER’
- _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_PTR’
- _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro ‘WX_DEFINE_TYPEARRAY_WITH_DECL_PTR’
- WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPTY expmode)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:997:1: note: in expansion of macro ‘WX_DEFINE_USER_EXPORTED_ARRAY_PTR’
- WX_DEFINE_USER_EXPORTED_ARRAY_PTR(void *, wxArrayPtrVoid, class WXDLLIMPEXP_BASE);
- ^
- In file included from /usr/include/wx-2.8/wx/defs.h:521:0,
- from /usr/include/wx-2.8/wx/wx.h:15,
- from wx.h:13,
- from MIDIDeviceFrame.h:6,
- from MIDIDeviceFrame.cpp:7:
- /usr/include/wx-2.8/wx/buffer.h: In member function ‘void wxMemoryBuffer::AppendByte(char)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/debug.h:233:38: note: in expansion of macro ‘wxCHECK2_MSG’
- #define wxCHECK_RET(cond, msg) wxCHECK2_MSG(cond, return, msg)
- ^
- /usr/include/wx-2.8/wx/buffer.h:289:9: note: in expansion of macro ‘wxCHECK_RET’
- wxCHECK_RET( m_bufdata->m_data, wxT("invalid wxMemoryBuffer") );
- ^
- /usr/include/wx-2.8/wx/dynarray.h: In member function ‘void wxArrayShort::Remove(_wxArraywxArrayShort)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro ‘wxCHECK2_MSG’
- wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \
- ^
- /usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_HELPER’
- _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_PTR’
- _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:849:5: note: in expansion of macro ‘WX_DEFINE_TYPEARRAY_WITH_DECL_PTR’
- WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayShort, wxARRAY_EMPTY expmode)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:993:1: note: in expansion of macro ‘WX_DEFINE_USER_EXPORTED_ARRAY_SHORT’
- WX_DEFINE_USER_EXPORTED_ARRAY_SHORT(short, wxArrayShort, class WXDLLIMPEXP_BASE);
- ^
- /usr/include/wx-2.8/wx/dynarray.h: In member function ‘void wxArrayShort::Remove(_wxArraywxArrayShort)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro ‘wxCHECK2_MSG’
- wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \
- ^
- /usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_HELPER’
- _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_PTR’
- _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:849:5: note: in expansion of macro ‘WX_DEFINE_TYPEARRAY_WITH_DECL_PTR’
- WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayShort, wxARRAY_EMPTY expmode)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:993:1: note: in expansion of macro ‘WX_DEFINE_USER_EXPORTED_ARRAY_SHORT’
- WX_DEFINE_USER_EXPORTED_ARRAY_SHORT(short, wxArrayShort, class WXDLLIMPEXP_BASE);
- ^
- /usr/include/wx-2.8/wx/dynarray.h: In member function ‘void wxArrayInt::Remove(_wxArraywxArrayInt)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro ‘wxCHECK2_MSG’
- wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \
- ^
- /usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_HELPER’
- _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_PTR’
- _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:856:5: note: in expansion of macro ‘WX_DEFINE_TYPEARRAY_WITH_DECL_PTR’
- WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayInt, wxARRAY_EMPTY expmode)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:994:1: note: in expansion of macro ‘WX_DEFINE_USER_EXPORTED_ARRAY_INT’
- WX_DEFINE_USER_EXPORTED_ARRAY_INT(int, wxArrayInt, class WXDLLIMPEXP_BASE);
- ^
- /usr/include/wx-2.8/wx/dynarray.h: In member function ‘void wxArrayInt::Remove(_wxArraywxArrayInt)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro ‘wxCHECK2_MSG’
- wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \
- ^
- /usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_HELPER’
- _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_PTR’
- _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:856:5: note: in expansion of macro ‘WX_DEFINE_TYPEARRAY_WITH_DECL_PTR’
- WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayInt, wxARRAY_EMPTY expmode)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:994:1: note: in expansion of macro ‘WX_DEFINE_USER_EXPORTED_ARRAY_INT’
- WX_DEFINE_USER_EXPORTED_ARRAY_INT(int, wxArrayInt, class WXDLLIMPEXP_BASE);
- ^
- /usr/include/wx-2.8/wx/vector.h: In member function ‘wxVectorBase& wxVectorBase::operator=(const wxVectorBase&)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/debug.h:186:38: note: in expansion of macro ‘wxCHECK2_MSG’
- #define wxCHECK_MSG(cond, rc, msg) wxCHECK2_MSG(cond, return rc, msg)
- ^
- /usr/include/wx-2.8/wx/debug.h:183:38: note: in expansion of macro ‘wxCHECK_MSG’
- #define wxCHECK(cond, rc) wxCHECK_MSG(cond, rc, NULL)
- ^
- /usr/include/wx-2.8/wx/vector.h:129:9: note: in expansion of macro ‘wxCHECK’
- wxCHECK(copy(vb), *this);
- ^
- /usr/include/wx-2.8/wx/dynarray.h: In member function ‘void wxArrayDouble::Remove(_wxArraywxArrayDouble)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro ‘wxCHECK2_MSG’
- wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \
- ^
- /usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_HELPER’
- _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_PTR’
- _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:877:5: note: in expansion of macro ‘WX_DEFINE_TYPEARRAY_WITH_DECL_PTR’
- WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayDouble, wxARRAY_EMPTY expmode)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:995:1: note: in expansion of macro ‘WX_DEFINE_USER_EXPORTED_ARRAY_DOUBLE’
- WX_DEFINE_USER_EXPORTED_ARRAY_DOUBLE(double, wxArrayDouble, class WXDLLIMPEXP_BASE);
- ^
- /usr/include/wx-2.8/wx/dynarray.h: In member function ‘void wxArrayDouble::Remove(_wxArraywxArrayDouble)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro ‘wxCHECK2_MSG’
- wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \
- ^
- /usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_HELPER’
- _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_PTR’
- _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:877:5: note: in expansion of macro ‘WX_DEFINE_TYPEARRAY_WITH_DECL_PTR’
- WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayDouble, wxARRAY_EMPTY expmode)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:995:1: note: in expansion of macro ‘WX_DEFINE_USER_EXPORTED_ARRAY_DOUBLE’
- WX_DEFINE_USER_EXPORTED_ARRAY_DOUBLE(double, wxArrayDouble, class WXDLLIMPEXP_BASE);
- ^
- /usr/include/wx-2.8/wx/clntdata.h: In copy constructor ‘wxClientDataDictionaryPairVector::wxClientDataDictionaryPairVector(const wxClientDataDictionaryPairVector&)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/debug.h:189:38: note: in expansion of macro ‘wxCHECK2_MSG’
- #define wxCHECK2(cond, op) wxCHECK2_MSG(cond, op, NULL)
- ^
- /usr/include/wx-2.8/wx/vector.h:148:9: note: in expansion of macro ‘wxCHECK2’
- wxCHECK2(copy(c), return);\
- ^
- /usr/include/wx-2.8/wx/vector.h:158:5: note: in expansion of macro ‘WX_DECLARE_VECTORBASE’
- WX_DECLARE_VECTORBASE(obj, cls)\
- ^
- /usr/include/wx-2.8/wx/clntdata.h:172:1: note: in expansion of macro ‘_WX_DECLARE_VECTOR’
- _WX_DECLARE_VECTOR(
- ^
- /usr/include/wx-2.8/wx/clntdata.h: In member function ‘void wxClientDataDictionaryPairVector::push_back(const wxClientDataDictionaryPair&)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/debug.h:189:38: note: in expansion of macro ‘wxCHECK2_MSG’
- #define wxCHECK2(cond, op) wxCHECK2_MSG(cond, op, NULL)
- ^
- /usr/include/wx-2.8/wx/vector.h:162:9: note: in expansion of macro ‘wxCHECK2’
- wxCHECK2(Alloc(size() + 1), return);\
- ^
- /usr/include/wx-2.8/wx/clntdata.h:172:1: note: in expansion of macro ‘_WX_DECLARE_VECTOR’
- _WX_DECLARE_VECTOR(
- ^
- /usr/include/wx-2.8/wx/dynarray.h: In member function ‘void wxArrayLong::Remove(_wxArraywxArrayLong)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro ‘wxCHECK2_MSG’
- wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \
- ^
- /usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_HELPER’
- _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_PTR’
- _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:863:5: note: in expansion of macro ‘WX_DEFINE_TYPEARRAY_WITH_DECL_PTR’
- WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayLong, wxARRAY_EMPTY expmode)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:996:1: note: in expansion of macro ‘WX_DEFINE_USER_EXPORTED_ARRAY_LONG’
- WX_DEFINE_USER_EXPORTED_ARRAY_LONG(long, wxArrayLong, class WXDLLIMPEXP_BASE);
- ^
- /usr/include/wx-2.8/wx/dynarray.h: In member function ‘void wxArrayLong::Remove(_wxArraywxArrayLong)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro ‘wxCHECK2_MSG’
- wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \
- ^
- /usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_HELPER’
- _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_PTR’
- _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:863:5: note: in expansion of macro ‘WX_DEFINE_TYPEARRAY_WITH_DECL_PTR’
- WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayLong, wxARRAY_EMPTY expmode)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:996:1: note: in expansion of macro ‘WX_DEFINE_USER_EXPORTED_ARRAY_LONG’
- WX_DEFINE_USER_EXPORTED_ARRAY_LONG(long, wxArrayLong, class WXDLLIMPEXP_BASE);
- ^
- /usr/include/wx-2.8/wx/dynarray.h: In member function ‘void wxArrayPtrVoid::Remove(_wxArraywxArrayPtrVoid)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro ‘wxCHECK2_MSG’
- wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \
- ^
- /usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_HELPER’
- _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_PTR’
- _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro ‘WX_DEFINE_TYPEARRAY_WITH_DECL_PTR’
- WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPTY expmode)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:997:1: note: in expansion of macro ‘WX_DEFINE_USER_EXPORTED_ARRAY_PTR’
- WX_DEFINE_USER_EXPORTED_ARRAY_PTR(void *, wxArrayPtrVoid, class WXDLLIMPEXP_BASE);
- ^
- /usr/include/wx-2.8/wx/dynarray.h: In member function ‘void wxArrayPtrVoid::Remove(_wxArraywxArrayPtrVoid)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro ‘wxCHECK2_MSG’
- wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \
- ^
- /usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_HELPER’
- _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_PTR’
- _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro ‘WX_DEFINE_TYPEARRAY_WITH_DECL_PTR’
- WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPTY expmode)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:997:1: note: in expansion of macro ‘WX_DEFINE_USER_EXPORTED_ARRAY_PTR’
- WX_DEFINE_USER_EXPORTED_ARRAY_PTR(void *, wxArrayPtrVoid, class WXDLLIMPEXP_BASE);
- ^
- /usr/include/wx-2.8/wx/dynarray.h: In member function ‘void wxArrayShort::Remove(_wxArraywxArrayShort)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro ‘wxCHECK2_MSG’
- wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \
- ^
- /usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_HELPER’
- _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_PTR’
- _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:849:5: note: in expansion of macro ‘WX_DEFINE_TYPEARRAY_WITH_DECL_PTR’
- WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayShort, wxARRAY_EMPTY expmode)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:993:1: note: in expansion of macro ‘WX_DEFINE_USER_EXPORTED_ARRAY_SHORT’
- WX_DEFINE_USER_EXPORTED_ARRAY_SHORT(short, wxArrayShort, class WXDLLIMPEXP_BASE);
- ^
- /usr/include/wx-2.8/wx/dynarray.h: In member function ‘void wxArrayInt::Remove(_wxArraywxArrayInt)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro ‘wxCHECK2_MSG’
- wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \
- ^
- /usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_HELPER’
- _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_PTR’
- _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:856:5: note: in expansion of macro ‘WX_DEFINE_TYPEARRAY_WITH_DECL_PTR’
- WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayInt, wxARRAY_EMPTY expmode)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:994:1: note: in expansion of macro ‘WX_DEFINE_USER_EXPORTED_ARRAY_INT’
- WX_DEFINE_USER_EXPORTED_ARRAY_INT(int, wxArrayInt, class WXDLLIMPEXP_BASE);
- ^
- /usr/include/wx-2.8/wx/dynarray.h: In member function ‘void wxArrayShort::Remove(_wxArraywxArrayShort)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro ‘wxCHECK2_MSG’
- wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \
- ^
- /usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_HELPER’
- _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_PTR’
- _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:849:5: note: in expansion of macro ‘WX_DEFINE_TYPEARRAY_WITH_DECL_PTR’
- WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayShort, wxARRAY_EMPTY expmode)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:993:1: note: in expansion of macro ‘WX_DEFINE_USER_EXPORTED_ARRAY_SHORT’
- WX_DEFINE_USER_EXPORTED_ARRAY_SHORT(short, wxArrayShort, class WXDLLIMPEXP_BASE);
- ^
- /usr/include/wx-2.8/wx/dynarray.h: In member function ‘void wxArrayDouble::Remove(_wxArraywxArrayDouble)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro ‘wxCHECK2_MSG’
- wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \
- ^
- /usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_HELPER’
- _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_PTR’
- _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:877:5: note: in expansion of macro ‘WX_DEFINE_TYPEARRAY_WITH_DECL_PTR’
- WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayDouble, wxARRAY_EMPTY expmode)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:995:1: note: in expansion of macro ‘WX_DEFINE_USER_EXPORTED_ARRAY_DOUBLE’
- WX_DEFINE_USER_EXPORTED_ARRAY_DOUBLE(double, wxArrayDouble, class WXDLLIMPEXP_BASE);
- ^
- /usr/include/wx-2.8/wx/dynarray.h: In member function ‘void wxArrayInt::Remove(_wxArraywxArrayInt)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro ‘wxCHECK2_MSG’
- wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \
- ^
- /usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_HELPER’
- _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_PTR’
- _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:856:5: note: in expansion of macro ‘WX_DEFINE_TYPEARRAY_WITH_DECL_PTR’
- WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayInt, wxARRAY_EMPTY expmode)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:994:1: note: in expansion of macro ‘WX_DEFINE_USER_EXPORTED_ARRAY_INT’
- WX_DEFINE_USER_EXPORTED_ARRAY_INT(int, wxArrayInt, class WXDLLIMPEXP_BASE);
- ^
- /usr/include/wx-2.8/wx/dynarray.h: In member function ‘void wxArrayLong::Remove(_wxArraywxArrayLong)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro ‘wxCHECK2_MSG’
- wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \
- ^
- /usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_HELPER’
- _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_PTR’
- _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:863:5: note: in expansion of macro ‘WX_DEFINE_TYPEARRAY_WITH_DECL_PTR’
- WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayLong, wxARRAY_EMPTY expmode)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:996:1: note: in expansion of macro ‘WX_DEFINE_USER_EXPORTED_ARRAY_LONG’
- WX_DEFINE_USER_EXPORTED_ARRAY_LONG(long, wxArrayLong, class WXDLLIMPEXP_BASE);
- ^
- In file included from /usr/include/wx-2.8/wx/defs.h:521:0,
- from /usr/include/wx-2.8/wx/wx.h:15,
- from wx.h:13,
- from CDDeviceFrame.h:6,
- from CDDeviceFrame.cpp:7:
- /usr/include/wx-2.8/wx/buffer.h: In member function ‘void wxMemoryBuffer::AppendByte(char)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/debug.h:233:38: note: in expansion of macro ‘wxCHECK2_MSG’
- #define wxCHECK_RET(cond, msg) wxCHECK2_MSG(cond, return, msg)
- ^
- /usr/include/wx-2.8/wx/buffer.h:289:9: note: in expansion of macro ‘wxCHECK_RET’
- wxCHECK_RET( m_bufdata->m_data, wxT("invalid wxMemoryBuffer") );
- ^
- /usr/include/wx-2.8/wx/vector.h: In member function ‘wxVectorBase& wxVectorBase::operator=(const wxVectorBase&)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/debug.h:186:38: note: in expansion of macro ‘wxCHECK2_MSG’
- #define wxCHECK_MSG(cond, rc, msg) wxCHECK2_MSG(cond, return rc, msg)
- ^
- /usr/include/wx-2.8/wx/debug.h:183:38: note: in expansion of macro ‘wxCHECK_MSG’
- #define wxCHECK(cond, rc) wxCHECK_MSG(cond, rc, NULL)
- ^
- /usr/include/wx-2.8/wx/vector.h:129:9: note: in expansion of macro ‘wxCHECK’
- wxCHECK(copy(vb), *this);
- ^
- /usr/include/wx-2.8/wx/clntdata.h: In copy constructor ‘wxClientDataDictionaryPairVector::wxClientDataDictionaryPairVector(const wxClientDataDictionaryPairVector&)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/debug.h:189:38: note: in expansion of macro ‘wxCHECK2_MSG’
- #define wxCHECK2(cond, op) wxCHECK2_MSG(cond, op, NULL)
- ^
- /usr/include/wx-2.8/wx/vector.h:148:9: note: in expansion of macro ‘wxCHECK2’
- wxCHECK2(copy(c), return);\
- ^
- /usr/include/wx-2.8/wx/vector.h:158:5: note: in expansion of macro ‘WX_DECLARE_VECTORBASE’
- WX_DECLARE_VECTORBASE(obj, cls)\
- ^
- /usr/include/wx-2.8/wx/clntdata.h:172:1: note: in expansion of macro ‘_WX_DECLARE_VECTOR’
- _WX_DECLARE_VECTOR(
- ^
- /usr/include/wx-2.8/wx/dynarray.h: In member function ‘void wxArrayPtrVoid::Remove(_wxArraywxArrayPtrVoid)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro ‘wxCHECK2_MSG’
- wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \
- ^
- /usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_HELPER’
- _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_PTR’
- _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro ‘WX_DEFINE_TYPEARRAY_WITH_DECL_PTR’
- WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPTY expmode)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:997:1: note: in expansion of macro ‘WX_DEFINE_USER_EXPORTED_ARRAY_PTR’
- WX_DEFINE_USER_EXPORTED_ARRAY_PTR(void *, wxArrayPtrVoid, class WXDLLIMPEXP_BASE);
- ^
- /usr/include/wx-2.8/wx/dynarray.h: In member function ‘void wxArrayDouble::Remove(_wxArraywxArrayDouble)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro ‘wxCHECK2_MSG’
- wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \
- ^
- /usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_HELPER’
- _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_PTR’
- _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:877:5: note: in expansion of macro ‘WX_DEFINE_TYPEARRAY_WITH_DECL_PTR’
- WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayDouble, wxARRAY_EMPTY expmode)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:995:1: note: in expansion of macro ‘WX_DEFINE_USER_EXPORTED_ARRAY_DOUBLE’
- WX_DEFINE_USER_EXPORTED_ARRAY_DOUBLE(double, wxArrayDouble, class WXDLLIMPEXP_BASE);
- ^
- /usr/include/wx-2.8/wx/clntdata.h: In member function ‘void wxClientDataDictionaryPairVector::push_back(const wxClientDataDictionaryPair&)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/debug.h:189:38: note: in expansion of macro ‘wxCHECK2_MSG’
- #define wxCHECK2(cond, op) wxCHECK2_MSG(cond, op, NULL)
- ^
- /usr/include/wx-2.8/wx/vector.h:162:9: note: in expansion of macro ‘wxCHECK2’
- wxCHECK2(Alloc(size() + 1), return);\
- ^
- /usr/include/wx-2.8/wx/clntdata.h:172:1: note: in expansion of macro ‘_WX_DECLARE_VECTOR’
- _WX_DECLARE_VECTOR(
- ^
- /usr/include/wx-2.8/wx/dynarray.h: In member function ‘void wxArrayLong::Remove(_wxArraywxArrayLong)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro ‘wxCHECK2_MSG’
- wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \
- ^
- /usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_HELPER’
- _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_PTR’
- _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:863:5: note: in expansion of macro ‘WX_DEFINE_TYPEARRAY_WITH_DECL_PTR’
- WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayLong, wxARRAY_EMPTY expmode)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:996:1: note: in expansion of macro ‘WX_DEFINE_USER_EXPORTED_ARRAY_LONG’
- WX_DEFINE_USER_EXPORTED_ARRAY_LONG(long, wxArrayLong, class WXDLLIMPEXP_BASE);
- ^
- /usr/include/wx-2.8/wx/dynarray.h: In member function ‘void wxArrayPtrVoid::Remove(_wxArraywxArrayPtrVoid)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro ‘wxCHECK2_MSG’
- wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \
- ^
- /usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_HELPER’
- _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_PTR’
- _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro ‘WX_DEFINE_TYPEARRAY_WITH_DECL_PTR’
- WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPTY expmode)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:997:1: note: in expansion of macro ‘WX_DEFINE_USER_EXPORTED_ARRAY_PTR’
- WX_DEFINE_USER_EXPORTED_ARRAY_PTR(void *, wxArrayPtrVoid, class WXDLLIMPEXP_BASE);
- ^
- /usr/include/wx-2.8/wx/event.h: In member function ‘void wxCloseEvent::Veto(bool)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/debug.h:233:38: note: in expansion of macro ‘wxCHECK2_MSG’
- #define wxCHECK_RET(cond, msg) wxCHECK2_MSG(cond, return, msg)
- ^
- /usr/include/wx-2.8/wx/event.h:1409:9: note: in expansion of macro ‘wxCHECK_RET’
- wxCHECK_RET( m_canVeto,
- ^
- /usr/include/wx-2.8/wx/vector.h: In member function ‘wxVectorBase& wxVectorBase::operator=(const wxVectorBase&)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/debug.h:186:38: note: in expansion of macro ‘wxCHECK2_MSG’
- #define wxCHECK_MSG(cond, rc, msg) wxCHECK2_MSG(cond, return rc, msg)
- ^
- /usr/include/wx-2.8/wx/debug.h:183:38: note: in expansion of macro ‘wxCHECK_MSG’
- #define wxCHECK(cond, rc) wxCHECK_MSG(cond, rc, NULL)
- ^
- /usr/include/wx-2.8/wx/vector.h:129:9: note: in expansion of macro ‘wxCHECK’
- wxCHECK(copy(vb), *this);
- ^
- /usr/include/wx-2.8/wx/dynarray.h: In member function ‘void wxArrayShort::Remove(_wxArraywxArrayShort)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro ‘wxCHECK2_MSG’
- wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \
- ^
- /usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_HELPER’
- _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_PTR’
- _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:849:5: note: in expansion of macro ‘WX_DEFINE_TYPEARRAY_WITH_DECL_PTR’
- WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayShort, wxARRAY_EMPTY expmode)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:993:1: note: in expansion of macro ‘WX_DEFINE_USER_EXPORTED_ARRAY_SHORT’
- WX_DEFINE_USER_EXPORTED_ARRAY_SHORT(short, wxArrayShort, class WXDLLIMPEXP_BASE);
- ^
- /usr/include/wx-2.8/wx/clntdata.h: In copy constructor ‘wxClientDataDictionaryPairVector::wxClientDataDictionaryPairVector(const wxClientDataDictionaryPairVector&)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/debug.h:189:38: note: in expansion of macro ‘wxCHECK2_MSG’
- #define wxCHECK2(cond, op) wxCHECK2_MSG(cond, op, NULL)
- ^
- /usr/include/wx-2.8/wx/vector.h:148:9: note: in expansion of macro ‘wxCHECK2’
- wxCHECK2(copy(c), return);\
- ^
- /usr/include/wx-2.8/wx/vector.h:158:5: note: in expansion of macro ‘WX_DECLARE_VECTORBASE’
- WX_DECLARE_VECTORBASE(obj, cls)\
- ^
- /usr/include/wx-2.8/wx/clntdata.h:172:1: note: in expansion of macro ‘_WX_DECLARE_VECTOR’
- _WX_DECLARE_VECTOR(
- ^
- /usr/include/wx-2.8/wx/clntdata.h: In member function ‘void wxClientDataDictionaryPairVector::push_back(const wxClientDataDictionaryPair&)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/debug.h:189:38: note: in expansion of macro ‘wxCHECK2_MSG’
- #define wxCHECK2(cond, op) wxCHECK2_MSG(cond, op, NULL)
- ^
- /usr/include/wx-2.8/wx/vector.h:162:9: note: in expansion of macro ‘wxCHECK2’
- wxCHECK2(Alloc(size() + 1), return);\
- ^
- /usr/include/wx-2.8/wx/clntdata.h:172:1: note: in expansion of macro ‘_WX_DECLARE_VECTOR’
- _WX_DECLARE_VECTOR(
- ^
- /usr/include/wx-2.8/wx/dynarray.h: In member function ‘void wxArrayInt::Remove(_wxArraywxArrayInt)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro ‘wxCHECK2_MSG’
- wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \
- ^
- /usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_HELPER’
- _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_PTR’
- _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:856:5: note: in expansion of macro ‘WX_DEFINE_TYPEARRAY_WITH_DECL_PTR’
- WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayInt, wxARRAY_EMPTY expmode)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:994:1: note: in expansion of macro ‘WX_DEFINE_USER_EXPORTED_ARRAY_INT’
- WX_DEFINE_USER_EXPORTED_ARRAY_INT(int, wxArrayInt, class WXDLLIMPEXP_BASE);
- ^
- /usr/include/wx-2.8/wx/vector.h: In member function ‘wxVectorBase& wxVectorBase::operator=(const wxVectorBase&)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/debug.h:186:38: note: in expansion of macro ‘wxCHECK2_MSG’
- #define wxCHECK_MSG(cond, rc, msg) wxCHECK2_MSG(cond, return rc, msg)
- ^
- /usr/include/wx-2.8/wx/debug.h:183:38: note: in expansion of macro ‘wxCHECK_MSG’
- #define wxCHECK(cond, rc) wxCHECK_MSG(cond, rc, NULL)
- ^
- /usr/include/wx-2.8/wx/vector.h:129:9: note: in expansion of macro ‘wxCHECK’
- wxCHECK(copy(vb), *this);
- ^
- /usr/include/wx-2.8/wx/clntdata.h: In copy constructor ‘wxClientDataDictionaryPairVector::wxClientDataDictionaryPairVector(const wxClientDataDictionaryPairVector&)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/debug.h:189:38: note: in expansion of macro ‘wxCHECK2_MSG’
- #define wxCHECK2(cond, op) wxCHECK2_MSG(cond, op, NULL)
- ^
- /usr/include/wx-2.8/wx/vector.h:148:9: note: in expansion of macro ‘wxCHECK2’
- wxCHECK2(copy(c), return);\
- ^
- /usr/include/wx-2.8/wx/vector.h:158:5: note: in expansion of macro ‘WX_DECLARE_VECTORBASE’
- WX_DECLARE_VECTORBASE(obj, cls)\
- ^
- /usr/include/wx-2.8/wx/clntdata.h:172:1: note: in expansion of macro ‘_WX_DECLARE_VECTOR’
- _WX_DECLARE_VECTOR(
- ^
- /usr/include/wx-2.8/wx/clntdata.h: In member function ‘void wxClientDataDictionaryPairVector::push_back(const wxClientDataDictionaryPair&)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/debug.h:189:38: note: in expansion of macro ‘wxCHECK2_MSG’
- #define wxCHECK2(cond, op) wxCHECK2_MSG(cond, op, NULL)
- ^
- /usr/include/wx-2.8/wx/vector.h:162:9: note: in expansion of macro ‘wxCHECK2’
- wxCHECK2(Alloc(size() + 1), return);\
- ^
- /usr/include/wx-2.8/wx/clntdata.h:172:1: note: in expansion of macro ‘_WX_DECLARE_VECTOR’
- _WX_DECLARE_VECTOR(
- ^
- /usr/include/wx-2.8/wx/dynarray.h: In member function ‘void wxArrayDouble::Remove(_wxArraywxArrayDouble)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro ‘wxCHECK2_MSG’
- wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \
- ^
- /usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_HELPER’
- _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_PTR’
- _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:877:5: note: in expansion of macro ‘WX_DEFINE_TYPEARRAY_WITH_DECL_PTR’
- WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayDouble, wxARRAY_EMPTY expmode)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:995:1: note: in expansion of macro ‘WX_DEFINE_USER_EXPORTED_ARRAY_DOUBLE’
- WX_DEFINE_USER_EXPORTED_ARRAY_DOUBLE(double, wxArrayDouble, class WXDLLIMPEXP_BASE);
- ^
- /usr/include/wx-2.8/wx/dynarray.h: In member function ‘void wxArrayLong::Remove(_wxArraywxArrayLong)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro ‘wxCHECK2_MSG’
- wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \
- ^
- /usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_HELPER’
- _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_PTR’
- _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:863:5: note: in expansion of macro ‘WX_DEFINE_TYPEARRAY_WITH_DECL_PTR’
- WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayLong, wxARRAY_EMPTY expmode)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:996:1: note: in expansion of macro ‘WX_DEFINE_USER_EXPORTED_ARRAY_LONG’
- WX_DEFINE_USER_EXPORTED_ARRAY_LONG(long, wxArrayLong, class WXDLLIMPEXP_BASE);
- ^
- /usr/include/wx-2.8/wx/event.h: In member function ‘void wxEventTableEntryPointerArray::Remove(_wxArraywxEventTableEntryPointerArray)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro ‘wxCHECK2_MSG’
- wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \
- ^
- /usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_HELPER’
- _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_PTR’
- _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:649:5: note: in expansion of macro ‘WX_DEFINE_TYPEARRAY_WITH_DECL_PTR’
- WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, base, class wxARRAY_DEFAULT_EXPORT)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:825:5: note: in expansion of macro ‘WX_DEFINE_TYPEARRAY_PTR’
- WX_DEFINE_TYPEARRAY_PTR(T, name, wxBaseArrayPtrVoid)
- ^
- /usr/include/wx-2.8/wx/event.h:2324:1: note: in expansion of macro ‘WX_DEFINE_ARRAY_PTR’
- WX_DEFINE_ARRAY_PTR(const wxEventTableEntry*, wxEventTableEntryPointerArray);
- ^
- /usr/include/wx-2.8/wx/vector.h: In member function ‘wxVectorBase& wxVectorBase::operator=(const wxVectorBase&)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/debug.h:186:38: note: in expansion of macro ‘wxCHECK2_MSG’
- #define wxCHECK_MSG(cond, rc, msg) wxCHECK2_MSG(cond, return rc, msg)
- ^
- /usr/include/wx-2.8/wx/debug.h:183:38: note: in expansion of macro ‘wxCHECK_MSG’
- #define wxCHECK(cond, rc) wxCHECK_MSG(cond, rc, NULL)
- ^
- /usr/include/wx-2.8/wx/vector.h:129:9: note: in expansion of macro ‘wxCHECK’
- wxCHECK(copy(vb), *this);
- ^
- /usr/include/wx-2.8/wx/clntdata.h: In copy constructor ‘wxClientDataDictionaryPairVector::wxClientDataDictionaryPairVector(const wxClientDataDictionaryPairVector&)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/debug.h:189:38: note: in expansion of macro ‘wxCHECK2_MSG’
- #define wxCHECK2(cond, op) wxCHECK2_MSG(cond, op, NULL)
- ^
- /usr/include/wx-2.8/wx/vector.h:148:9: note: in expansion of macro ‘wxCHECK2’
- wxCHECK2(copy(c), return);\
- ^
- /usr/include/wx-2.8/wx/vector.h:158:5: note: in expansion of macro ‘WX_DECLARE_VECTORBASE’
- WX_DECLARE_VECTORBASE(obj, cls)\
- ^
- /usr/include/wx-2.8/wx/clntdata.h:172:1: note: in expansion of macro ‘_WX_DECLARE_VECTOR’
- _WX_DECLARE_VECTOR(
- ^
- /usr/include/wx-2.8/wx/clntdata.h: In member function ‘void wxClientDataDictionaryPairVector::push_back(const wxClientDataDictionaryPair&)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/debug.h:189:38: note: in expansion of macro ‘wxCHECK2_MSG’
- #define wxCHECK2(cond, op) wxCHECK2_MSG(cond, op, NULL)
- ^
- /usr/include/wx-2.8/wx/vector.h:162:9: note: in expansion of macro ‘wxCHECK2’
- wxCHECK2(Alloc(size() + 1), return);\
- ^
- /usr/include/wx-2.8/wx/clntdata.h:172:1: note: in expansion of macro ‘_WX_DECLARE_VECTOR’
- _WX_DECLARE_VECTOR(
- ^
- /usr/include/wx-2.8/wx/dynarray.h: In member function ‘void wxArrayPtrVoid::Remove(_wxArraywxArrayPtrVoid)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro ‘wxCHECK2_MSG’
- wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \
- ^
- /usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_HELPER’
- _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_PTR’
- _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro ‘WX_DEFINE_TYPEARRAY_WITH_DECL_PTR’
- WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPTY expmode)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:997:1: note: in expansion of macro ‘WX_DEFINE_USER_EXPORTED_ARRAY_PTR’
- WX_DEFINE_USER_EXPORTED_ARRAY_PTR(void *, wxArrayPtrVoid, class WXDLLIMPEXP_BASE);
- ^
- /usr/include/wx-2.8/wx/event.h: In function ‘void wxPostEvent(wxEvtHandler*, wxEvent&)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/debug.h:233:38: note: in expansion of macro ‘wxCHECK2_MSG’
- #define wxCHECK_RET(cond, msg) wxCHECK2_MSG(cond, return, msg)
- ^
- /usr/include/wx-2.8/wx/event.h:2568:5: note: in expansion of macro ‘wxCHECK_RET’
- wxCHECK_RET( dest, wxT("need an object to post event to in wxPostEvent") );
- ^
- /usr/include/wx-2.8/wx/vector.h: In member function ‘wxVectorBase& wxVectorBase::operator=(const wxVectorBase&)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/debug.h:186:38: note: in expansion of macro ‘wxCHECK2_MSG’
- #define wxCHECK_MSG(cond, rc, msg) wxCHECK2_MSG(cond, return rc, msg)
- ^
- /usr/include/wx-2.8/wx/debug.h:183:38: note: in expansion of macro ‘wxCHECK_MSG’
- #define wxCHECK(cond, rc) wxCHECK_MSG(cond, rc, NULL)
- ^
- /usr/include/wx-2.8/wx/vector.h:129:9: note: in expansion of macro ‘wxCHECK’
- wxCHECK(copy(vb), *this);
- ^
- /usr/include/wx-2.8/wx/event.h: In member function ‘void wxCloseEvent::Veto(bool)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/debug.h:233:38: note: in expansion of macro ‘wxCHECK2_MSG’
- #define wxCHECK_RET(cond, msg) wxCHECK2_MSG(cond, return, msg)
- ^
- /usr/include/wx-2.8/wx/event.h:1409:9: note: in expansion of macro ‘wxCHECK_RET’
- wxCHECK_RET( m_canVeto,
- ^
- /usr/include/wx-2.8/wx/clntdata.h: In copy constructor ‘wxClientDataDictionaryPairVector::wxClientDataDictionaryPairVector(const wxClientDataDictionaryPairVector&)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/debug.h:189:38: note: in expansion of macro ‘wxCHECK2_MSG’
- #define wxCHECK2(cond, op) wxCHECK2_MSG(cond, op, NULL)
- ^
- /usr/include/wx-2.8/wx/vector.h:148:9: note: in expansion of macro ‘wxCHECK2’
- wxCHECK2(copy(c), return);\
- ^
- /usr/include/wx-2.8/wx/vector.h:158:5: note: in expansion of macro ‘WX_DECLARE_VECTORBASE’
- WX_DECLARE_VECTORBASE(obj, cls)\
- ^
- /usr/include/wx-2.8/wx/clntdata.h:172:1: note: in expansion of macro ‘_WX_DECLARE_VECTOR’
- _WX_DECLARE_VECTOR(
- ^
- /usr/include/wx-2.8/wx/clntdata.h: In member function ‘void wxClientDataDictionaryPairVector::push_back(const wxClientDataDictionaryPair&)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/debug.h:189:38: note: in expansion of macro ‘wxCHECK2_MSG’
- #define wxCHECK2(cond, op) wxCHECK2_MSG(cond, op, NULL)
- ^
- /usr/include/wx-2.8/wx/vector.h:162:9: note: in expansion of macro ‘wxCHECK2’
- wxCHECK2(Alloc(size() + 1), return);\
- ^
- /usr/include/wx-2.8/wx/clntdata.h:172:1: note: in expansion of macro ‘_WX_DECLARE_VECTOR’
- _WX_DECLARE_VECTOR(
- ^
- /usr/include/wx-2.8/wx/module.h: In member function ‘void wxArrayClassInfo::Remove(_wxArraywxArrayClassInfo)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro ‘wxCHECK2_MSG’
- wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \
- ^
- /usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_HELPER’
- _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_PTR’
- _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro ‘WX_DEFINE_TYPEARRAY_WITH_DECL_PTR’
- WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPTY expmode)
- ^
- /usr/include/wx-2.8/wx/module.h:24:1: note: in expansion of macro ‘WX_DEFINE_USER_EXPORTED_ARRAY_PTR’
- WX_DEFINE_USER_EXPORTED_ARRAY_PTR(wxClassInfo *, wxArrayClassInfo,
- ^
- /usr/include/wx-2.8/wx/event.h: In member function ‘void wxEventTableEntryPointerArray::Remove(_wxArraywxEventTableEntryPointerArray)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro ‘wxCHECK2_MSG’
- wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \
- ^
- /usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_HELPER’
- _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_PTR’
- _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:649:5: note: in expansion of macro ‘WX_DEFINE_TYPEARRAY_WITH_DECL_PTR’
- WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, base, class wxARRAY_DEFAULT_EXPORT)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:825:5: note: in expansion of macro ‘WX_DEFINE_TYPEARRAY_PTR’
- WX_DEFINE_TYPEARRAY_PTR(T, name, wxBaseArrayPtrVoid)
- ^
- /usr/include/wx-2.8/wx/event.h:2324:1: note: in expansion of macro ‘WX_DEFINE_ARRAY_PTR’
- WX_DEFINE_ARRAY_PTR(const wxEventTableEntry*, wxEventTableEntryPointerArray);
- ^
- /usr/include/wx-2.8/wx/module.h: In member function ‘void wxModule::AddDependency(wxClassInfo*)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/debug.h:233:38: note: in expansion of macro ‘wxCHECK2_MSG’
- #define wxCHECK_RET(cond, msg) wxCHECK2_MSG(cond, return, msg)
- ^
- /usr/include/wx-2.8/wx/module.h:71:9: note: in expansion of macro ‘wxCHECK_RET’
- wxCHECK_RET( dep, wxT("NULL module dependency") );
- ^
- /usr/include/wx-2.8/wx/event.h: In function ‘void wxPostEvent(wxEvtHandler*, wxEvent&)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/debug.h:233:38: note: in expansion of macro ‘wxCHECK2_MSG’
- #define wxCHECK_RET(cond, msg) wxCHECK2_MSG(cond, return, msg)
- ^
- /usr/include/wx-2.8/wx/event.h:2568:5: note: in expansion of macro ‘wxCHECK_RET’
- wxCHECK_RET( dest, wxT("need an object to post event to in wxPostEvent") );
- ^
- /usr/include/wx-2.8/wx/datetime.h: In member function ‘void wxHolidayAuthoritiesArray::Remove(_wxArraywxHolidayAuthoritiesArray)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro ‘wxCHECK2_MSG’
- wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \
- ^
- /usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_HELPER’
- _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_PTR’
- _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro ‘WX_DEFINE_TYPEARRAY_WITH_DECL_PTR’
- WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPTY expmode)
- ^
- /usr/include/wx-2.8/wx/datetime.h:1506:1: note: in expansion of macro ‘WX_DEFINE_USER_EXPORTED_ARRAY_PTR’
- WX_DEFINE_USER_EXPORTED_ARRAY_PTR(wxDateTimeHolidayAuthority *,
- ^
- /usr/include/wx-2.8/wx/event.h: In member function ‘void wxCloseEvent::Veto(bool)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/debug.h:233:38: note: in expansion of macro ‘wxCHECK2_MSG’
- #define wxCHECK_RET(cond, msg) wxCHECK2_MSG(cond, return, msg)
- ^
- /usr/include/wx-2.8/wx/event.h:1409:9: note: in expansion of macro ‘wxCHECK_RET’
- wxCHECK_RET( m_canVeto,
- ^
- /usr/include/wx-2.8/wx/module.h: In member function ‘void wxArrayClassInfo::Remove(_wxArraywxArrayClassInfo)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro ‘wxCHECK2_MSG’
- wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \
- ^
- /usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_HELPER’
- _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_PTR’
- _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro ‘WX_DEFINE_TYPEARRAY_WITH_DECL_PTR’
- WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPTY expmode)
- ^
- /usr/include/wx-2.8/wx/module.h:24:1: note: in expansion of macro ‘WX_DEFINE_USER_EXPORTED_ARRAY_PTR’
- WX_DEFINE_USER_EXPORTED_ARRAY_PTR(wxClassInfo *, wxArrayClassInfo,
- ^
- /usr/include/wx-2.8/wx/vector.h: In member function ‘wxVectorBase& wxVectorBase::operator=(const wxVectorBase&)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/debug.h:186:38: note: in expansion of macro ‘wxCHECK2_MSG’
- #define wxCHECK_MSG(cond, rc, msg) wxCHECK2_MSG(cond, return rc, msg)
- ^
- /usr/include/wx-2.8/wx/debug.h:183:38: note: in expansion of macro ‘wxCHECK_MSG’
- #define wxCHECK(cond, rc) wxCHECK_MSG(cond, rc, NULL)
- ^
- /usr/include/wx-2.8/wx/vector.h:129:9: note: in expansion of macro ‘wxCHECK’
- wxCHECK(copy(vb), *this);
- ^
- /usr/include/wx-2.8/wx/clntdata.h: In copy constructor ‘wxClientDataDictionaryPairVector::wxClientDataDictionaryPairVector(const wxClientDataDictionaryPairVector&)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/debug.h:189:38: note: in expansion of macro ‘wxCHECK2_MSG’
- #define wxCHECK2(cond, op) wxCHECK2_MSG(cond, op, NULL)
- ^
- /usr/include/wx-2.8/wx/vector.h:148:9: note: in expansion of macro ‘wxCHECK2’
- wxCHECK2(copy(c), return);\
- ^
- /usr/include/wx-2.8/wx/vector.h:158:5: note: in expansion of macro ‘WX_DECLARE_VECTORBASE’
- WX_DECLARE_VECTORBASE(obj, cls)\
- ^
- /usr/include/wx-2.8/wx/clntdata.h:172:1: note: in expansion of macro ‘_WX_DECLARE_VECTOR’
- _WX_DECLARE_VECTOR(
- ^
- /usr/include/wx-2.8/wx/clntdata.h: In member function ‘void wxClientDataDictionaryPairVector::push_back(const wxClientDataDictionaryPair&)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/debug.h:189:38: note: in expansion of macro ‘wxCHECK2_MSG’
- #define wxCHECK2(cond, op) wxCHECK2_MSG(cond, op, NULL)
- ^
- /usr/include/wx-2.8/wx/vector.h:162:9: note: in expansion of macro ‘wxCHECK2’
- wxCHECK2(Alloc(size() + 1), return);\
- ^
- /usr/include/wx-2.8/wx/clntdata.h:172:1: note: in expansion of macro ‘_WX_DECLARE_VECTOR’
- _WX_DECLARE_VECTOR(
- ^
- /usr/include/wx-2.8/wx/module.h: In member function ‘void wxModule::AddDependency(wxClassInfo*)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/debug.h:233:38: note: in expansion of macro ‘wxCHECK2_MSG’
- #define wxCHECK_RET(cond, msg) wxCHECK2_MSG(cond, return, msg)
- ^
- /usr/include/wx-2.8/wx/module.h:71:9: note: in expansion of macro ‘wxCHECK_RET’
- wxCHECK_RET( dep, wxT("NULL module dependency") );
- ^
- /usr/include/wx-2.8/wx/event.h: In member function ‘void wxEventTableEntryPointerArray::Remove(_wxArraywxEventTableEntryPointerArray)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro ‘wxCHECK2_MSG’
- wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \
- ^
- /usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_HELPER’
- _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_PTR’
- _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:649:5: note: in expansion of macro ‘WX_DEFINE_TYPEARRAY_WITH_DECL_PTR’
- WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, base, class wxARRAY_DEFAULT_EXPORT)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:825:5: note: in expansion of macro ‘WX_DEFINE_TYPEARRAY_PTR’
- WX_DEFINE_TYPEARRAY_PTR(T, name, wxBaseArrayPtrVoid)
- ^
- /usr/include/wx-2.8/wx/event.h:2324:1: note: in expansion of macro ‘WX_DEFINE_ARRAY_PTR’
- WX_DEFINE_ARRAY_PTR(const wxEventTableEntry*, wxEventTableEntryPointerArray);
- ^
- /usr/include/wx-2.8/wx/event.h: In member function ‘void wxCloseEvent::Veto(bool)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/debug.h:233:38: note: in expansion of macro ‘wxCHECK2_MSG’
- #define wxCHECK_RET(cond, msg) wxCHECK2_MSG(cond, return, msg)
- ^
- /usr/include/wx-2.8/wx/event.h:1409:9: note: in expansion of macro ‘wxCHECK_RET’
- wxCHECK_RET( m_canVeto,
- ^
- /usr/include/wx-2.8/wx/event.h: In member function ‘void wxCloseEvent::Veto(bool)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/debug.h:233:38: note: in expansion of macro ‘wxCHECK2_MSG’
- #define wxCHECK_RET(cond, msg) wxCHECK2_MSG(cond, return, msg)
- ^
- /usr/include/wx-2.8/wx/event.h:1409:9: note: in expansion of macro ‘wxCHECK_RET’
- wxCHECK_RET( m_canVeto,
- ^
- /usr/include/wx-2.8/wx/event.h: In member function ‘void wxCloseEvent::Veto(bool)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/debug.h:233:38: note: in expansion of macro ‘wxCHECK2_MSG’
- #define wxCHECK_RET(cond, msg) wxCHECK2_MSG(cond, return, msg)
- ^
- /usr/include/wx-2.8/wx/event.h:1409:9: note: in expansion of macro ‘wxCHECK_RET’
- wxCHECK_RET( m_canVeto,
- ^
- /usr/include/wx-2.8/wx/event.h: In function ‘void wxPostEvent(wxEvtHandler*, wxEvent&)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/debug.h:233:38: note: in expansion of macro ‘wxCHECK2_MSG’
- #define wxCHECK_RET(cond, msg) wxCHECK2_MSG(cond, return, msg)
- ^
- /usr/include/wx-2.8/wx/event.h:2568:5: note: in expansion of macro ‘wxCHECK_RET’
- wxCHECK_RET( dest, wxT("need an object to post event to in wxPostEvent") );
- ^
- /usr/include/wx-2.8/wx/datetime.h: In member function ‘void wxHolidayAuthoritiesArray::Remove(_wxArraywxHolidayAuthoritiesArray)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro ‘wxCHECK2_MSG’
- wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \
- ^
- /usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_HELPER’
- _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_PTR’
- _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro ‘WX_DEFINE_TYPEARRAY_WITH_DECL_PTR’
- WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPTY expmode)
- ^
- /usr/include/wx-2.8/wx/datetime.h:1506:1: note: in expansion of macro ‘WX_DEFINE_USER_EXPORTED_ARRAY_PTR’
- WX_DEFINE_USER_EXPORTED_ARRAY_PTR(wxDateTimeHolidayAuthority *,
- ^
- /usr/include/wx-2.8/wx/event.h: In member function ‘void wxEventTableEntryPointerArray::Remove(_wxArraywxEventTableEntryPointerArray)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro ‘wxCHECK2_MSG’
- wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \
- ^
- /usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_HELPER’
- _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_PTR’
- _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:649:5: note: in expansion of macro ‘WX_DEFINE_TYPEARRAY_WITH_DECL_PTR’
- WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, base, class wxARRAY_DEFAULT_EXPORT)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:825:5: note: in expansion of macro ‘WX_DEFINE_TYPEARRAY_PTR’
- WX_DEFINE_TYPEARRAY_PTR(T, name, wxBaseArrayPtrVoid)
- ^
- /usr/include/wx-2.8/wx/event.h:2324:1: note: in expansion of macro ‘WX_DEFINE_ARRAY_PTR’
- WX_DEFINE_ARRAY_PTR(const wxEventTableEntry*, wxEventTableEntryPointerArray);
- ^
- /usr/include/wx-2.8/wx/event.h: In function ‘void wxPostEvent(wxEvtHandler*, wxEvent&)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/debug.h:233:38: note: in expansion of macro ‘wxCHECK2_MSG’
- #define wxCHECK_RET(cond, msg) wxCHECK2_MSG(cond, return, msg)
- ^
- /usr/include/wx-2.8/wx/event.h:2568:5: note: in expansion of macro ‘wxCHECK_RET’
- wxCHECK_RET( dest, wxT("need an object to post event to in wxPostEvent") );
- ^
- /usr/include/wx-2.8/wx/event.h: In member function ‘void wxEventTableEntryPointerArray::Remove(_wxArraywxEventTableEntryPointerArray)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro ‘wxCHECK2_MSG’
- wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \
- ^
- /usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_HELPER’
- _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_PTR’
- _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:649:5: note: in expansion of macro ‘WX_DEFINE_TYPEARRAY_WITH_DECL_PTR’
- WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, base, class wxARRAY_DEFAULT_EXPORT)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:825:5: note: in expansion of macro ‘WX_DEFINE_TYPEARRAY_PTR’
- WX_DEFINE_TYPEARRAY_PTR(T, name, wxBaseArrayPtrVoid)
- ^
- /usr/include/wx-2.8/wx/event.h:2324:1: note: in expansion of macro ‘WX_DEFINE_ARRAY_PTR’
- WX_DEFINE_ARRAY_PTR(const wxEventTableEntry*, wxEventTableEntryPointerArray);
- ^
- /usr/include/wx-2.8/wx/event.h: In function ‘void wxPostEvent(wxEvtHandler*, wxEvent&)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/debug.h:233:38: note: in expansion of macro ‘wxCHECK2_MSG’
- #define wxCHECK_RET(cond, msg) wxCHECK2_MSG(cond, return, msg)
- ^
- /usr/include/wx-2.8/wx/event.h:2568:5: note: in expansion of macro ‘wxCHECK_RET’
- wxCHECK_RET( dest, wxT("need an object to post event to in wxPostEvent") );
- ^
- /usr/include/wx-2.8/wx/gtk/window.h: In member function ‘void wxArrayGdkWindows::Remove(_wxArraywxArrayGdkWindows)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro ‘wxCHECK2_MSG’
- wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \
- ^
- /usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_HELPER’
- _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_PTR’
- _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:655:5: note: in expansion of macro ‘WX_DEFINE_TYPEARRAY_WITH_DECL_PTR’
- WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, base, class WXDLLEXPORT)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:829:5: note: in expansion of macro ‘WX_DEFINE_EXPORTED_TYPEARRAY_PTR’
- WX_DEFINE_EXPORTED_TYPEARRAY_PTR(T, name, wxBaseArrayPtrVoid)
- ^
- /usr/include/wx-2.8/wx/gtk/window.h:19:1: note: in expansion of macro ‘WX_DEFINE_EXPORTED_ARRAY_PTR’
- WX_DEFINE_EXPORTED_ARRAY_PTR(GdkWindow *, wxArrayGdkWindows);
- ^
- /usr/include/wx-2.8/wx/event.h: In member function ‘void wxEventTableEntryPointerArray::Remove(_wxArraywxEventTableEntryPointerArray)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro ‘wxCHECK2_MSG’
- wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \
- ^
- /usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_HELPER’
- _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_PTR’
- _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:649:5: note: in expansion of macro ‘WX_DEFINE_TYPEARRAY_WITH_DECL_PTR’
- WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, base, class wxARRAY_DEFAULT_EXPORT)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:825:5: note: in expansion of macro ‘WX_DEFINE_TYPEARRAY_PTR’
- WX_DEFINE_TYPEARRAY_PTR(T, name, wxBaseArrayPtrVoid)
- ^
- /usr/include/wx-2.8/wx/event.h:2324:1: note: in expansion of macro ‘WX_DEFINE_ARRAY_PTR’
- WX_DEFINE_ARRAY_PTR(const wxEventTableEntry*, wxEventTableEntryPointerArray);
- ^
- /usr/include/wx-2.8/wx/module.h: In member function ‘void wxArrayClassInfo::Remove(_wxArraywxArrayClassInfo)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro ‘wxCHECK2_MSG’
- wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \
- ^
- /usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_HELPER’
- _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_PTR’
- _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro ‘WX_DEFINE_TYPEARRAY_WITH_DECL_PTR’
- WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPTY expmode)
- ^
- /usr/include/wx-2.8/wx/module.h:24:1: note: in expansion of macro ‘WX_DEFINE_USER_EXPORTED_ARRAY_PTR’
- WX_DEFINE_USER_EXPORTED_ARRAY_PTR(wxClassInfo *, wxArrayClassInfo,
- ^
- /usr/include/wx-2.8/wx/event.h: In function ‘void wxPostEvent(wxEvtHandler*, wxEvent&)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/debug.h:233:38: note: in expansion of macro ‘wxCHECK2_MSG’
- #define wxCHECK_RET(cond, msg) wxCHECK2_MSG(cond, return, msg)
- ^
- /usr/include/wx-2.8/wx/event.h:2568:5: note: in expansion of macro ‘wxCHECK_RET’
- wxCHECK_RET( dest, wxT("need an object to post event to in wxPostEvent") );
- ^
- /usr/include/wx-2.8/wx/module.h: In member function ‘void wxModule::AddDependency(wxClassInfo*)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/debug.h:233:38: note: in expansion of macro ‘wxCHECK2_MSG’
- #define wxCHECK_RET(cond, msg) wxCHECK2_MSG(cond, return, msg)
- ^
- /usr/include/wx-2.8/wx/module.h:71:9: note: in expansion of macro ‘wxCHECK_RET’
- wxCHECK_RET( dep, wxT("NULL module dependency") );
- ^
- /usr/include/wx-2.8/wx/module.h: In member function ‘void wxArrayClassInfo::Remove(_wxArraywxArrayClassInfo)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro ‘wxCHECK2_MSG’
- wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \
- ^
- /usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_HELPER’
- _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_PTR’
- _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro ‘WX_DEFINE_TYPEARRAY_WITH_DECL_PTR’
- WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPTY expmode)
- ^
- /usr/include/wx-2.8/wx/module.h:24:1: note: in expansion of macro ‘WX_DEFINE_USER_EXPORTED_ARRAY_PTR’
- WX_DEFINE_USER_EXPORTED_ARRAY_PTR(wxClassInfo *, wxArrayClassInfo,
- ^
- /usr/include/wx-2.8/wx/module.h: In member function ‘void wxModule::AddDependency(wxClassInfo*)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/debug.h:233:38: note: in expansion of macro ‘wxCHECK2_MSG’
- #define wxCHECK_RET(cond, msg) wxCHECK2_MSG(cond, return, msg)
- ^
- /usr/include/wx-2.8/wx/module.h:71:9: note: in expansion of macro ‘wxCHECK_RET’
- wxCHECK_RET( dep, wxT("NULL module dependency") );
- ^
- /usr/include/wx-2.8/wx/module.h: In member function ‘void wxArrayClassInfo::Remove(_wxArraywxArrayClassInfo)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro ‘wxCHECK2_MSG’
- wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \
- ^
- /usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_HELPER’
- _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_PTR’
- _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro ‘WX_DEFINE_TYPEARRAY_WITH_DECL_PTR’
- WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPTY expmode)
- ^
- /usr/include/wx-2.8/wx/module.h:24:1: note: in expansion of macro ‘WX_DEFINE_USER_EXPORTED_ARRAY_PTR’
- WX_DEFINE_USER_EXPORTED_ARRAY_PTR(wxClassInfo *, wxArrayClassInfo,
- ^
- /usr/include/wx-2.8/wx/module.h: In member function ‘void wxModule::AddDependency(wxClassInfo*)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/debug.h:233:38: note: in expansion of macro ‘wxCHECK2_MSG’
- #define wxCHECK_RET(cond, msg) wxCHECK2_MSG(cond, return, msg)
- ^
- /usr/include/wx-2.8/wx/module.h:71:9: note: in expansion of macro ‘wxCHECK_RET’
- wxCHECK_RET( dep, wxT("NULL module dependency") );
- ^
- /usr/include/wx-2.8/wx/datetime.h: In member function ‘void wxHolidayAuthoritiesArray::Remove(_wxArraywxHolidayAuthoritiesArray)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro ‘wxCHECK2_MSG’
- wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \
- ^
- /usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_HELPER’
- _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_PTR’
- _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro ‘WX_DEFINE_TYPEARRAY_WITH_DECL_PTR’
- WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPTY expmode)
- ^
- /usr/include/wx-2.8/wx/datetime.h:1506:1: note: in expansion of macro ‘WX_DEFINE_USER_EXPORTED_ARRAY_PTR’
- WX_DEFINE_USER_EXPORTED_ARRAY_PTR(wxDateTimeHolidayAuthority *,
- ^
- /usr/include/wx-2.8/wx/datetime.h: In member function ‘void wxHolidayAuthoritiesArray::Remove(_wxArraywxHolidayAuthoritiesArray)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro ‘wxCHECK2_MSG’
- wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \
- ^
- /usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_HELPER’
- _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_PTR’
- _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro ‘WX_DEFINE_TYPEARRAY_WITH_DECL_PTR’
- WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPTY expmode)
- ^
- /usr/include/wx-2.8/wx/datetime.h:1506:1: note: in expansion of macro ‘WX_DEFINE_USER_EXPORTED_ARRAY_PTR’
- WX_DEFINE_USER_EXPORTED_ARRAY_PTR(wxDateTimeHolidayAuthority *,
- ^
- /usr/include/wx-2.8/wx/gtk/window.h: In member function ‘void wxArrayGdkWindows::Remove(_wxArraywxArrayGdkWindows)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro ‘wxCHECK2_MSG’
- wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \
- ^
- /usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_HELPER’
- _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_PTR’
- _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:655:5: note: in expansion of macro ‘WX_DEFINE_TYPEARRAY_WITH_DECL_PTR’
- WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, base, class WXDLLEXPORT)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:829:5: note: in expansion of macro ‘WX_DEFINE_EXPORTED_TYPEARRAY_PTR’
- WX_DEFINE_EXPORTED_TYPEARRAY_PTR(T, name, wxBaseArrayPtrVoid)
- ^
- /usr/include/wx-2.8/wx/gtk/window.h:19:1: note: in expansion of macro ‘WX_DEFINE_EXPORTED_ARRAY_PTR’
- WX_DEFINE_EXPORTED_ARRAY_PTR(GdkWindow *, wxArrayGdkWindows);
- ^
- /usr/include/wx-2.8/wx/module.h: In member function ‘void wxArrayClassInfo::Remove(_wxArraywxArrayClassInfo)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro ‘wxCHECK2_MSG’
- wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \
- ^
- /usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_HELPER’
- _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_PTR’
- _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro ‘WX_DEFINE_TYPEARRAY_WITH_DECL_PTR’
- WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPTY expmode)
- ^
- /usr/include/wx-2.8/wx/module.h:24:1: note: in expansion of macro ‘WX_DEFINE_USER_EXPORTED_ARRAY_PTR’
- WX_DEFINE_USER_EXPORTED_ARRAY_PTR(wxClassInfo *, wxArrayClassInfo,
- ^
- /usr/include/wx-2.8/wx/module.h: In member function ‘void wxModule::AddDependency(wxClassInfo*)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/debug.h:233:38: note: in expansion of macro ‘wxCHECK2_MSG’
- #define wxCHECK_RET(cond, msg) wxCHECK2_MSG(cond, return, msg)
- ^
- /usr/include/wx-2.8/wx/module.h:71:9: note: in expansion of macro ‘wxCHECK_RET’
- wxCHECK_RET( dep, wxT("NULL module dependency") );
- ^
- /usr/include/wx-2.8/wx/event.h: In member function ‘void wxCloseEvent::Veto(bool)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/debug.h:233:38: note: in expansion of macro ‘wxCHECK2_MSG’
- #define wxCHECK_RET(cond, msg) wxCHECK2_MSG(cond, return, msg)
- ^
- /usr/include/wx-2.8/wx/event.h:1409:9: note: in expansion of macro ‘wxCHECK_RET’
- wxCHECK_RET( m_canVeto,
- ^
- /usr/include/wx-2.8/wx/datetime.h: In member function ‘void wxHolidayAuthoritiesArray::Remove(_wxArraywxHolidayAuthoritiesArray)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro ‘wxCHECK2_MSG’
- wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \
- ^
- /usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_HELPER’
- _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_PTR’
- _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro ‘WX_DEFINE_TYPEARRAY_WITH_DECL_PTR’
- WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPTY expmode)
- ^
- /usr/include/wx-2.8/wx/datetime.h:1506:1: note: in expansion of macro ‘WX_DEFINE_USER_EXPORTED_ARRAY_PTR’
- WX_DEFINE_USER_EXPORTED_ARRAY_PTR(wxDateTimeHolidayAuthority *,
- ^
- /usr/include/wx-2.8/wx/datetime.h: In member function ‘void wxHolidayAuthoritiesArray::Remove(_wxArraywxHolidayAuthoritiesArray)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro ‘wxCHECK2_MSG’
- wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \
- ^
- /usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_HELPER’
- _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_PTR’
- _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro ‘WX_DEFINE_TYPEARRAY_WITH_DECL_PTR’
- WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPTY expmode)
- ^
- /usr/include/wx-2.8/wx/datetime.h:1506:1: note: in expansion of macro ‘WX_DEFINE_USER_EXPORTED_ARRAY_PTR’
- WX_DEFINE_USER_EXPORTED_ARRAY_PTR(wxDateTimeHolidayAuthority *,
- ^
- /usr/include/wx-2.8/wx/event.h: In member function ‘void wxEventTableEntryPointerArray::Remove(_wxArraywxEventTableEntryPointerArray)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro ‘wxCHECK2_MSG’
- wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \
- ^
- /usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_HELPER’
- _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_PTR’
- _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:649:5: note: in expansion of macro ‘WX_DEFINE_TYPEARRAY_WITH_DECL_PTR’
- WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, base, class wxARRAY_DEFAULT_EXPORT)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:825:5: note: in expansion of macro ‘WX_DEFINE_TYPEARRAY_PTR’
- WX_DEFINE_TYPEARRAY_PTR(T, name, wxBaseArrayPtrVoid)
- ^
- /usr/include/wx-2.8/wx/event.h:2324:1: note: in expansion of macro ‘WX_DEFINE_ARRAY_PTR’
- WX_DEFINE_ARRAY_PTR(const wxEventTableEntry*, wxEventTableEntryPointerArray);
- ^
- /usr/include/wx-2.8/wx/event.h: In function ‘void wxPostEvent(wxEvtHandler*, wxEvent&)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/debug.h:233:38: note: in expansion of macro ‘wxCHECK2_MSG’
- #define wxCHECK_RET(cond, msg) wxCHECK2_MSG(cond, return, msg)
- ^
- /usr/include/wx-2.8/wx/event.h:2568:5: note: in expansion of macro ‘wxCHECK_RET’
- wxCHECK_RET( dest, wxT("need an object to post event to in wxPostEvent") );
- ^
- /usr/include/wx-2.8/wx/gtk/window.h: In member function ‘void wxArrayGdkWindows::Remove(_wxArraywxArrayGdkWindows)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro ‘wxCHECK2_MSG’
- wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \
- ^
- /usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_HELPER’
- _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_PTR’
- _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:655:5: note: in expansion of macro ‘WX_DEFINE_TYPEARRAY_WITH_DECL_PTR’
- WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, base, class WXDLLEXPORT)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:829:5: note: in expansion of macro ‘WX_DEFINE_EXPORTED_TYPEARRAY_PTR’
- WX_DEFINE_EXPORTED_TYPEARRAY_PTR(T, name, wxBaseArrayPtrVoid)
- ^
- /usr/include/wx-2.8/wx/gtk/window.h:19:1: note: in expansion of macro ‘WX_DEFINE_EXPORTED_ARRAY_PTR’
- WX_DEFINE_EXPORTED_ARRAY_PTR(GdkWindow *, wxArrayGdkWindows);
- ^
- /usr/include/wx-2.8/wx/gtk/window.h: In member function ‘void wxArrayGdkWindows::Remove(_wxArraywxArrayGdkWindows)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro ‘wxCHECK2_MSG’
- wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \
- ^
- /usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_HELPER’
- _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_PTR’
- _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:655:5: note: in expansion of macro ‘WX_DEFINE_TYPEARRAY_WITH_DECL_PTR’
- WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, base, class WXDLLEXPORT)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:829:5: note: in expansion of macro ‘WX_DEFINE_EXPORTED_TYPEARRAY_PTR’
- WX_DEFINE_EXPORTED_TYPEARRAY_PTR(T, name, wxBaseArrayPtrVoid)
- ^
- /usr/include/wx-2.8/wx/gtk/window.h:19:1: note: in expansion of macro ‘WX_DEFINE_EXPORTED_ARRAY_PTR’
- WX_DEFINE_EXPORTED_ARRAY_PTR(GdkWindow *, wxArrayGdkWindows);
- ^
- /usr/include/wx-2.8/wx/gtk/window.h: In member function ‘void wxArrayGdkWindows::Remove(_wxArraywxArrayGdkWindows)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro ‘wxCHECK2_MSG’
- wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \
- ^
- /usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_HELPER’
- _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_PTR’
- _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:655:5: note: in expansion of macro ‘WX_DEFINE_TYPEARRAY_WITH_DECL_PTR’
- WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, base, class WXDLLEXPORT)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:829:5: note: in expansion of macro ‘WX_DEFINE_EXPORTED_TYPEARRAY_PTR’
- WX_DEFINE_EXPORTED_TYPEARRAY_PTR(T, name, wxBaseArrayPtrVoid)
- ^
- /usr/include/wx-2.8/wx/gtk/window.h:19:1: note: in expansion of macro ‘WX_DEFINE_EXPORTED_ARRAY_PTR’
- WX_DEFINE_EXPORTED_ARRAY_PTR(GdkWindow *, wxArrayGdkWindows);
- ^
- /usr/include/wx-2.8/wx/module.h: In member function ‘void wxArrayClassInfo::Remove(_wxArraywxArrayClassInfo)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro ‘wxCHECK2_MSG’
- wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \
- ^
- /usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_HELPER’
- _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_PTR’
- _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro ‘WX_DEFINE_TYPEARRAY_WITH_DECL_PTR’
- WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPTY expmode)
- ^
- /usr/include/wx-2.8/wx/module.h:24:1: note: in expansion of macro ‘WX_DEFINE_USER_EXPORTED_ARRAY_PTR’
- WX_DEFINE_USER_EXPORTED_ARRAY_PTR(wxClassInfo *, wxArrayClassInfo,
- ^
- /usr/include/wx-2.8/wx/module.h: In member function ‘void wxModule::AddDependency(wxClassInfo*)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/debug.h:233:38: note: in expansion of macro ‘wxCHECK2_MSG’
- #define wxCHECK_RET(cond, msg) wxCHECK2_MSG(cond, return, msg)
- ^
- /usr/include/wx-2.8/wx/module.h:71:9: note: in expansion of macro ‘wxCHECK_RET’
- wxCHECK_RET( dep, wxT("NULL module dependency") );
- ^
- /usr/include/wx-2.8/wx/gtk/window.h: In member function ‘void wxArrayGdkWindows::Remove(_wxArraywxArrayGdkWindows)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro ‘wxCHECK2_MSG’
- wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \
- ^
- /usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_HELPER’
- _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_PTR’
- _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:655:5: note: in expansion of macro ‘WX_DEFINE_TYPEARRAY_WITH_DECL_PTR’
- WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, base, class WXDLLEXPORT)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:829:5: note: in expansion of macro ‘WX_DEFINE_EXPORTED_TYPEARRAY_PTR’
- WX_DEFINE_EXPORTED_TYPEARRAY_PTR(T, name, wxBaseArrayPtrVoid)
- ^
- /usr/include/wx-2.8/wx/gtk/window.h:19:1: note: in expansion of macro ‘WX_DEFINE_EXPORTED_ARRAY_PTR’
- WX_DEFINE_EXPORTED_ARRAY_PTR(GdkWindow *, wxArrayGdkWindows);
- ^
- /usr/include/wx-2.8/wx/datetime.h: In member function ‘void wxHolidayAuthoritiesArray::Remove(_wxArraywxHolidayAuthoritiesArray)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro ‘wxCHECK2_MSG’
- wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \
- ^
- /usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_HELPER’
- _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_PTR’
- _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro ‘WX_DEFINE_TYPEARRAY_WITH_DECL_PTR’
- WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPTY expmode)
- ^
- /usr/include/wx-2.8/wx/datetime.h:1506:1: note: in expansion of macro ‘WX_DEFINE_USER_EXPORTED_ARRAY_PTR’
- WX_DEFINE_USER_EXPORTED_ARRAY_PTR(wxDateTimeHolidayAuthority *,
- ^
- /usr/include/wx-2.8/wx/gtk/window.h: In member function ‘void wxArrayGdkWindows::Remove(_wxArraywxArrayGdkWindows)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro ‘wxCHECK2_MSG’
- wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \
- ^
- /usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_HELPER’
- _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_PTR’
- _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:655:5: note: in expansion of macro ‘WX_DEFINE_TYPEARRAY_WITH_DECL_PTR’
- WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, base, class WXDLLEXPORT)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:829:5: note: in expansion of macro ‘WX_DEFINE_EXPORTED_TYPEARRAY_PTR’
- WX_DEFINE_EXPORTED_TYPEARRAY_PTR(T, name, wxBaseArrayPtrVoid)
- ^
- /usr/include/wx-2.8/wx/gtk/window.h:19:1: note: in expansion of macro ‘WX_DEFINE_EXPORTED_ARRAY_PTR’
- WX_DEFINE_EXPORTED_ARRAY_PTR(GdkWindow *, wxArrayGdkWindows);
- ^
- /usr/include/wx-2.8/wx/radiobox.h: In member function ‘void wxToolTipArray::Remove(_wxArraywxToolTipArray)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro ‘wxCHECK2_MSG’
- wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \
- ^
- /usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_HELPER’
- _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_PTR’
- _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:655:5: note: in expansion of macro ‘WX_DEFINE_TYPEARRAY_WITH_DECL_PTR’
- WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, base, class WXDLLEXPORT)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:829:5: note: in expansion of macro ‘WX_DEFINE_EXPORTED_TYPEARRAY_PTR’
- WX_DEFINE_EXPORTED_TYPEARRAY_PTR(T, name, wxBaseArrayPtrVoid)
- ^
- /usr/include/wx-2.8/wx/radiobox.h:25:1: note: in expansion of macro ‘WX_DEFINE_EXPORTED_ARRAY_PTR’
- WX_DEFINE_EXPORTED_ARRAY_PTR(wxToolTip *, wxToolTipArray);
- ^
- /usr/include/wx-2.8/wx/radiobox.h: In member function ‘void wxToolTipArray::Remove(_wxArraywxToolTipArray)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro ‘wxCHECK2_MSG’
- wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \
- ^
- /usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_HELPER’
- _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_PTR’
- _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:655:5: note: in expansion of macro ‘WX_DEFINE_TYPEARRAY_WITH_DECL_PTR’
- WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, base, class WXDLLEXPORT)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:829:5: note: in expansion of macro ‘WX_DEFINE_EXPORTED_TYPEARRAY_PTR’
- WX_DEFINE_EXPORTED_TYPEARRAY_PTR(T, name, wxBaseArrayPtrVoid)
- ^
- /usr/include/wx-2.8/wx/radiobox.h:25:1: note: in expansion of macro ‘WX_DEFINE_EXPORTED_ARRAY_PTR’
- WX_DEFINE_EXPORTED_ARRAY_PTR(wxToolTip *, wxToolTipArray);
- ^
- /usr/include/wx-2.8/wx/radiobox.h: In member function ‘void wxToolTipArray::Remove(_wxArraywxToolTipArray)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro ‘wxCHECK2_MSG’
- wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \
- ^
- /usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_HELPER’
- _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_PTR’
- _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:655:5: note: in expansion of macro ‘WX_DEFINE_TYPEARRAY_WITH_DECL_PTR’
- WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, base, class WXDLLEXPORT)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:829:5: note: in expansion of macro ‘WX_DEFINE_EXPORTED_TYPEARRAY_PTR’
- WX_DEFINE_EXPORTED_TYPEARRAY_PTR(T, name, wxBaseArrayPtrVoid)
- ^
- /usr/include/wx-2.8/wx/radiobox.h:25:1: note: in expansion of macro ‘WX_DEFINE_EXPORTED_ARRAY_PTR’
- WX_DEFINE_EXPORTED_ARRAY_PTR(wxToolTip *, wxToolTipArray);
- ^
- /usr/include/wx-2.8/wx/radiobox.h: In member function ‘void wxToolTipArray::Remove(_wxArraywxToolTipArray)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro ‘wxCHECK2_MSG’
- wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \
- ^
- /usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_HELPER’
- _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_PTR’
- _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:655:5: note: in expansion of macro ‘WX_DEFINE_TYPEARRAY_WITH_DECL_PTR’
- WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, base, class WXDLLEXPORT)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:829:5: note: in expansion of macro ‘WX_DEFINE_EXPORTED_TYPEARRAY_PTR’
- WX_DEFINE_EXPORTED_TYPEARRAY_PTR(T, name, wxBaseArrayPtrVoid)
- ^
- /usr/include/wx-2.8/wx/radiobox.h:25:1: note: in expansion of macro ‘WX_DEFINE_EXPORTED_ARRAY_PTR’
- WX_DEFINE_EXPORTED_ARRAY_PTR(wxToolTip *, wxToolTipArray);
- ^
- /usr/include/wx-2.8/wx/radiobox.h: In member function ‘void wxToolTipArray::Remove(_wxArraywxToolTipArray)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro ‘wxCHECK2_MSG’
- wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \
- ^
- /usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_HELPER’
- _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_PTR’
- _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:655:5: note: in expansion of macro ‘WX_DEFINE_TYPEARRAY_WITH_DECL_PTR’
- WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, base, class WXDLLEXPORT)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:829:5: note: in expansion of macro ‘WX_DEFINE_EXPORTED_TYPEARRAY_PTR’
- WX_DEFINE_EXPORTED_TYPEARRAY_PTR(T, name, wxBaseArrayPtrVoid)
- ^
- /usr/include/wx-2.8/wx/radiobox.h:25:1: note: in expansion of macro ‘WX_DEFINE_EXPORTED_ARRAY_PTR’
- WX_DEFINE_EXPORTED_ARRAY_PTR(wxToolTip *, wxToolTipArray);
- ^
- /usr/include/wx-2.8/wx/radiobox.h: In member function ‘void wxToolTipArray::Remove(_wxArraywxToolTipArray)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro ‘wxCHECK2_MSG’
- wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \
- ^
- /usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_HELPER’
- _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_PTR’
- _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:655:5: note: in expansion of macro ‘WX_DEFINE_TYPEARRAY_WITH_DECL_PTR’
- WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, base, class WXDLLEXPORT)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:829:5: note: in expansion of macro ‘WX_DEFINE_EXPORTED_TYPEARRAY_PTR’
- WX_DEFINE_EXPORTED_TYPEARRAY_PTR(T, name, wxBaseArrayPtrVoid)
- ^
- /usr/include/wx-2.8/wx/radiobox.h:25:1: note: in expansion of macro ‘WX_DEFINE_EXPORTED_ARRAY_PTR’
- WX_DEFINE_EXPORTED_ARRAY_PTR(wxToolTip *, wxToolTipArray);
- ^
- /usr/include/wx-2.8/wx/valtext.h: In member function ‘bool wxTextValidator::CheckValidator() const’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/debug.h:186:38: note: in expansion of macro ‘wxCHECK2_MSG’
- #define wxCHECK_MSG(cond, rc, msg) wxCHECK2_MSG(cond, return rc, msg)
- ^
- /usr/include/wx-2.8/wx/valtext.h:103:9: note: in expansion of macro ‘wxCHECK_MSG’
- wxCHECK_MSG( m_validatorWindow->IsKindOf(CLASSINFO(wxTextCtrl)), false,
- ^
- /usr/include/wx-2.8/wx/valtext.h: In member function ‘bool wxTextValidator::CheckValidator() const’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/debug.h:186:38: note: in expansion of macro ‘wxCHECK2_MSG’
- #define wxCHECK_MSG(cond, rc, msg) wxCHECK2_MSG(cond, return rc, msg)
- ^
- /usr/include/wx-2.8/wx/valtext.h:103:9: note: in expansion of macro ‘wxCHECK_MSG’
- wxCHECK_MSG( m_validatorWindow->IsKindOf(CLASSINFO(wxTextCtrl)), false,
- ^
- /usr/include/wx-2.8/wx/valtext.h: In member function ‘bool wxTextValidator::CheckValidator() const’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/debug.h:186:38: note: in expansion of macro ‘wxCHECK2_MSG’
- #define wxCHECK_MSG(cond, rc, msg) wxCHECK2_MSG(cond, return rc, msg)
- ^
- /usr/include/wx-2.8/wx/valtext.h:103:9: note: in expansion of macro ‘wxCHECK_MSG’
- wxCHECK_MSG( m_validatorWindow->IsKindOf(CLASSINFO(wxTextCtrl)), false,
- ^
- /usr/include/wx-2.8/wx/radiobox.h: In member function ‘void wxToolTipArray::Remove(_wxArraywxToolTipArray)’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro ‘wxCHECK2_MSG’
- wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \
- ^
- /usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_HELPER’
- _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro ‘_WX_DEFINE_TYPEARRAY_PTR’
- _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:655:5: note: in expansion of macro ‘WX_DEFINE_TYPEARRAY_WITH_DECL_PTR’
- WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, base, class WXDLLEXPORT)
- ^
- /usr/include/wx-2.8/wx/dynarray.h:829:5: note: in expansion of macro ‘WX_DEFINE_EXPORTED_TYPEARRAY_PTR’
- WX_DEFINE_EXPORTED_TYPEARRAY_PTR(T, name, wxBaseArrayPtrVoid)
- ^
- /usr/include/wx-2.8/wx/radiobox.h:25:1: note: in expansion of macro ‘WX_DEFINE_EXPORTED_ARRAY_PTR’
- WX_DEFINE_EXPORTED_ARRAY_PTR(wxToolTip *, wxToolTipArray);
- ^
- In file included from MIDIDeviceDialog.cpp:1:0:
- MIDIDeviceDialog.h: At global scope:
- MIDIDeviceDialog.h:18:8: error: extra qualification ‘MIDIDeviceDialog::’ on member ‘OnButton’ [-fpermissive]
- void MIDIDeviceDialog::OnButton(wxCommandEvent& event);
- ^
- /usr/include/wx-2.8/wx/valtext.h: In member function ‘bool wxTextValidator::CheckValidator() const’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/debug.h:186:38: note: in expansion of macro ‘wxCHECK2_MSG’
- #define wxCHECK_MSG(cond, rc, msg) wxCHECK2_MSG(cond, return rc, msg)
- ^
- /usr/include/wx-2.8/wx/valtext.h:103:9: note: in expansion of macro ‘wxCHECK_MSG’
- wxCHECK_MSG( m_validatorWindow->IsKindOf(CLASSINFO(wxTextCtrl)), false,
- ^
- /usr/include/wx-2.8/wx/valtext.h: In member function ‘bool wxTextValidator::CheckValidator() const’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/debug.h:186:38: note: in expansion of macro ‘wxCHECK2_MSG’
- #define wxCHECK_MSG(cond, rc, msg) wxCHECK2_MSG(cond, return rc, msg)
- ^
- /usr/include/wx-2.8/wx/valtext.h:103:9: note: in expansion of macro ‘wxCHECK_MSG’
- wxCHECK_MSG( m_validatorWindow->IsKindOf(CLASSINFO(wxTextCtrl)), false,
- ^
- In file included from /usr/include/wx-2.8/wx/version.h:17:0,
- from /usr/include/wx-2.8/wx/defs.h:134,
- from /usr/include/wx-2.8/wx/wx.h:15,
- from wx.h:13,
- from DeviceFrame.h:6,
- from DeviceFrame.cpp:10:
- DeviceFrame.cpp: In constructor ‘DeviceFrame::DeviceFrame(audiere::AudioDevicePtr)’:
- DeviceFrame.cpp:60:77: error: call of overloaded ‘wxString(const char*)’ is ambiguous
- : wxMDIParentFrame(0, -1, wxT("Audio Device - " + wxString(device->getName())),
- ^
- /usr/include/wx-2.8/wx/cpp.h:17:45: note: in definition of macro ‘wxCONCAT_HELPER’
- #define wxCONCAT_HELPER(text, line) text ## line
- ^
- DeviceFrame.cpp:60:27: note: in expansion of macro ‘wxT’
- : wxMDIParentFrame(0, -1, wxT("Audio Device - " + wxString(device->getName())),
- ^
- DeviceFrame.cpp:60:77: note: candidates are:
- : wxMDIParentFrame(0, -1, wxT("Audio Device - " + wxString(device->getName())),
- ^
- /usr/include/wx-2.8/wx/cpp.h:17:45: note: in definition of macro ‘wxCONCAT_HELPER’
- #define wxCONCAT_HELPER(text, line) text ## line
- ^
- DeviceFrame.cpp:60:27: note: in expansion of macro ‘wxT’
- : wxMDIParentFrame(0, -1, wxT("Audio Device - " + wxString(device->getName())),
- ^
- In file included from /usr/include/wx-2.8/wx/memory.h:16:0,
- from /usr/include/wx-2.8/wx/object.h:20,
- from /usr/include/wx-2.8/wx/wx.h:16,
- from wx.h:13,
- from DeviceFrame.h:6,
- from DeviceFrame.cpp:10:
- /usr/include/wx-2.8/wx/string.h:722:3: note: wxString::wxString(const wxWCharBuffer&) <near match>
- wxString(const wxWCharBuffer& psz) : wxStringBase(psz.data()) { }
- ^
- /usr/include/wx-2.8/wx/string.h:722:3: note: no known conversion for argument 1 from ‘const char*’ to ‘const wxWCharBuffer&’
- /usr/include/wx-2.8/wx/string.h:692:3: note: wxString::wxString(wxChar, size_t) <near match>
- wxString(wxChar ch, size_t nRepeat = 1)
- ^
- /usr/include/wx-2.8/wx/string.h:692:3: note: no known conversion for argument 1 from ‘const char*’ to ‘wxChar {aka wchar_t}’
- /usr/include/wx-2.8/wx/string.h:690:3: note: wxString::wxString(const wxString&) <near match>
- wxString(const wxString& stringSrc) : wxStringBase(stringSrc) { }
- ^
- /usr/include/wx-2.8/wx/string.h:690:3: note: no known conversion for argument 1 from ‘const char*’ to ‘const wxString&’
- /usr/include/wx-2.8/wx/string.h:682:3: note: wxString::wxString(int) <near match>
- wxString(int);
- ^
- /usr/include/wx-2.8/wx/string.h:682:3: note: no known conversion for argument 1 from ‘const char*’ to ‘int’
- /usr/include/wx-2.8/wx/valtext.h: In member function ‘bool wxTextValidator::CheckValidator() const’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/debug.h:186:38: note: in expansion of macro ‘wxCHECK2_MSG’
- #define wxCHECK_MSG(cond, rc, msg) wxCHECK2_MSG(cond, return rc, msg)
- ^
- /usr/include/wx-2.8/wx/valtext.h:103:9: note: in expansion of macro ‘wxCHECK_MSG’
- wxCHECK_MSG( m_validatorWindow->IsKindOf(CLASSINFO(wxTextCtrl)), false,
- ^
- make[3]: *** [wxPlayer-MIDIDeviceDialog.o] Error 1
- make[3]: *** Waiting for unfinished jobs....
- /usr/include/wx-2.8/wx/valtext.h: In member function ‘bool wxTextValidator::CheckValidator() const’:
- /usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
- #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
- ^
- /usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro ‘wxFORCE_SEMICOLON’
- wxFORCE_SEMICOLON /* just to force a semicolon */
- ^
- /usr/include/wx-2.8/wx/debug.h:186:38: note: in expansion of macro ‘wxCHECK2_MSG’
- #define wxCHECK_MSG(cond, rc, msg) wxCHECK2_MSG(cond, return rc, msg)
- ^
- /usr/include/wx-2.8/wx/valtext.h:103:9: note: in expansion of macro ‘wxCHECK_MSG’
- wxCHECK_MSG( m_validatorWindow->IsKindOf(CLASSINFO(wxTextCtrl)), false,
- ^
- make[3]: *** [wxPlayer-DeviceFrame.o] Error 1
- make[3]: Leaving directory `/home/vincent/src/sphere/audiere/audiere/examples/wxPlayer'
- make[2]: *** [all-recursive] Error 1
- make[2]: Leaving directory `/home/vincent/src/sphere/audiere/audiere/examples'
- make[1]: *** [all-recursive] Error 1
- make[1]: Leaving directory `/home/vincent/src/sphere/audiere/audiere'
- make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement