* Package: games-misc/sound-of-sorting-0.6.5 * Repository: gentoo * Maintainer: blueness@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking sound-of-sorting-0.6.5.tar.bz2 to /var/tmp/portage/games-misc/sound-of-sorting-0.6.5/work >>> Source unpacked in /var/tmp/portage/games-misc/sound-of-sorting-0.6.5/work >>> Preparing source in /var/tmp/portage/games-misc/sound-of-sorting-0.6.5/work/sound-of-sorting-0.6.5 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/games-misc/sound-of-sorting-0.6.5/work/sound-of-sorting-0.6.5 ... * econf: updating sound-of-sorting-0.6.5/acscripts/config.sub with /usr/share/gnuconfig/config.sub * econf: updating sound-of-sorting-0.6.5/acscripts/config.guess with /usr/share/gnuconfig/config.guess ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --prefix=/usr/games --libdir=/usr/games/lib64 --datadir=/usr/share/games --sysconfdir=/etc/games --localstatedir=/var/games --datarootdir=/usr/share checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking target system type... x86_64-pc-linux-gnu checking for a BSD-compatible install... /usr/lib/portage/python2.7/ebuild-helpers/xattr/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking building for Win32... no checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of x86_64-pc-linux-gnu-gcc... none checking whether we are using the GNU C++ compiler... yes checking whether x86_64-pc-linux-gnu-g++ accepts -g... yes checking dependency style of x86_64-pc-linux-gnu-g++... none checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib checking for sdl-config... /usr/bin/sdl-config checking for SDL - version >= 1.2.8... yes checking for wx-config... /usr/bin/wx-config checking for wxWidgets version >= 2.8.9... yes (version 2.8.12) checking for wxWidgets static library... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: executing depfiles commands >>> Source configured. >>> Compiling source in /var/tmp/portage/games-misc/sound-of-sorting-0.6.5/work/sound-of-sorting-0.6.5 ... make -j1 Making all in src make[1]: Entering directory '/var/tmp/portage/games-misc/sound-of-sorting-0.6.5/work/sound-of-sorting-0.6.5/src' x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"sound-of-sorting\" -DPACKAGE_TARNAME=\"sound-of-sorting\" -DPACKAGE_VERSION=\"0.6.5\" -DPACKAGE_STRING=\"sound-of-sorting\ 0.6.5\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"sound-of-sorting\" -DVERSION=\"0.6.5\" -I. -W -Wall -I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=native -O2 -pipe -c -o WMain.o WMain.cpp 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 WMain.h:26, from WMain.cpp:23: /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  ^ /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 ex  ^ /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  ^ /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_B  ^ /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 e  ^ /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_EMPT  ^ /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_BAS  ^ /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/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 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_EXPO  ^ /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/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_EMPT  ^ /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_EMPT  ^ /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/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,  ^ x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"sound-of-sorting\" -DPACKAGE_TARNAME=\"sound-of-sorting\" -DPACKAGE_VERSION=\"0.6.5\" -DPACKAGE_STRING=\"sound-of-sorting\ 0.6.5\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"sound-of-sorting\" -DVERSION=\"0.6.5\" -I. -W -Wall -I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=native -O2 -pipe -c -o WMain_wxg.o `test -f 'wxg/WMain_wxg.cpp' || echo './'`wxg/WMain_wxg.cpp 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 wxg/WMain_wxg.cpp:12: /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  ^ /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 ex  ^ /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  ^ /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_B  ^ /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 e  ^ /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_EMPT  ^ /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_BAS  ^ /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/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 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_EXPO  ^ /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/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_EMPT  ^ /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_EMPT  ^ /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/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,  ^ wxg/WMain_wxg.cpp: At global scope: wxg/WMain_wxg.cpp:19:116: warning: unused parameter ‘style’ [-Wunused-parameter] id, const wxString& title, const wxPoint& pos, const wxSize& size, long style):  ^ x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"sound-of-sorting\" -DPACKAGE_TARNAME=\"sound-of-sorting\" -DPACKAGE_VERSION=\"0.6.5\" -DPACKAGE_STRING=\"sound-of-sorting\ 0.6.5\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"sound-of-sorting\" -DVERSION=\"0.6.5\" -I. -W -Wall -I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=native -O2 -pipe -c -o WAbout_wxg.o `test -f 'wxg/WAbout_wxg.cpp' || echo './'`wxg/WAbout_wxg.cpp 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 wxg/WAbout_wxg.cpp:12: /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  ^ /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 ex  ^ /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  ^ /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_B  ^ /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 e  ^ /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_EMPT  ^ /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_BAS  ^ /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/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 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_EXPO  ^ /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/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_EMPT  ^ /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_EMPT  ^ /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/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,  ^ wxg/WAbout_wxg.cpp: At global scope: wxg/WAbout_wxg.cpp:19:118: warning: unused parameter ‘style’ [-Wunused-parameter] id, const wxString& title, const wxPoint& pos, const wxSize& size, long style):  ^ x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"sound-of-sorting\" -DPACKAGE_TARNAME=\"sound-of-sorting\" -DPACKAGE_VERSION=\"0.6.5\" -DPACKAGE_STRING=\"sound-of-sorting\ 0.6.5\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"sound-of-sorting\" -DVERSION=\"0.6.5\" -I. -W -Wall -I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=native -O2 -pipe -c -o WSortView.o WSortView.cpp 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 WSortView.h:27, from WSortView.cpp:24: /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  ^ /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 ex  ^ /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  ^ /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_B  ^ /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 e  ^ /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_EMPT  ^ /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_BAS  ^ /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/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 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_EXPO  ^ /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/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_EMPT  ^ /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_EMPT  ^ /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/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/dcbuffer.h: In member function ‘void wxBufferedDC::UnMask()’: /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/dcbuffer.h:103:9: note: in expansion of macro ‘wxCHECK_RET’ wxCHECK_RET( m_dc, wxT("no underlying wxDC?") );  ^ x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"sound-of-sorting\" -DPACKAGE_TARNAME=\"sound-of-sorting\" -DPACKAGE_VERSION=\"0.6.5\" -DPACKAGE_STRING=\"sound-of-sorting\ 0.6.5\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"sound-of-sorting\" -DVERSION=\"0.6.5\" -I. -W -Wall -I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=native -O2 -pipe -c -o SortSound.o SortSound.cpp 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 WSortView.h:27, from SortSound.cpp:33: /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  ^ /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 ex  ^ /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  ^ /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_B  ^ /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 e  ^ /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_EMPT  ^ /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_BAS  ^ /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/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 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_EXPO  ^ /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/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_EMPT  ^ /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_EMPT  ^ /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/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,  ^ x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"sound-of-sorting\" -DPACKAGE_TARNAME=\"sound-of-sorting\" -DPACKAGE_VERSION=\"0.6.5\" -DPACKAGE_STRING=\"sound-of-sorting\ 0.6.5\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"sound-of-sorting\" -DVERSION=\"0.6.5\" -I. -W -Wall -I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=native -O2 -pipe -c -o SortAlgo.o SortAlgo.cpp In file included from /usr/include/wx-2.8/wx/defs.h:521:0, from /usr/include/wx-2.8/wx/string.h:25, from SortAlgo.h:33, from SortAlgo.cpp:34: /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  ^ /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 ex  ^ /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  ^ /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_B  ^ /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 e  ^ /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_EMPT  ^ /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_BAS  ^ /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/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 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_EXPO  ^ /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/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_EMPT  ^ /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_EMPT  ^ /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/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,  ^ x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"sound-of-sorting\" -DPACKAGE_TARNAME=\"sound-of-sorting\" -DPACKAGE_VERSION=\"0.6.5\" -DPACKAGE_STRING=\"sound-of-sorting\ 0.6.5\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"sound-of-sorting\" -DVERSION=\"0.6.5\" -I. -W -Wall -I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=native -O2 -pipe -c -o wxClickText.o wxClickText.cpp In file included from /usr/include/wx-2.8/wx/defs.h:521:0, from /usr/include/wx-2.8/wx/stattext.h:15, from wxClickText.h:26, from wxClickText.cpp:25: /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/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 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  ^ /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 ex  ^ /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  ^ /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_B  ^ /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 e  ^ /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_EMPT  ^ /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_BAS  ^ /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 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_EXPO  ^ /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/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_EMPT  ^ /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);  ^ x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"sound-of-sorting\" -DPACKAGE_TARNAME=\"sound-of-sorting\" -DPACKAGE_VERSION=\"0.6.5\" -DPACKAGE_STRING=\"sound-of-sorting\ 0.6.5\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"sound-of-sorting\" -DVERSION=\"0.6.5\" -I. -W -Wall -I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=native -O2 -pipe -c -o timsort.o `test -f 'algorithms/timsort.cpp' || echo './'`algorithms/timsort.cpp In file included from /usr/include/wx-2.8/wx/defs.h:521:0, from /usr/include/wx-2.8/wx/string.h:25, from algorithms/../SortAlgo.h:33, from algorithms/timsort.cpp:32: /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  ^ /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 ex  ^ /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  ^ /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_B  ^ /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 e  ^ /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_EMPT  ^ /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_BAS  ^ /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/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 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_EXPO  ^ /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/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_EMPT  ^ /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_EMPT  ^ /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/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,  ^ x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"sound-of-sorting\" -DPACKAGE_TARNAME=\"sound-of-sorting\" -DPACKAGE_VERSION=\"0.6.5\" -DPACKAGE_STRING=\"sound-of-sorting\ 0.6.5\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"sound-of-sorting\" -DVERSION=\"0.6.5\" -I. -W -Wall -I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=native -O2 -pipe -c -o wikisort.o `test -f 'algorithms/wikisort.cpp' || echo './'`algorithms/wikisort.cpp In file included from /usr/include/wx-2.8/wx/defs.h:521:0, from /usr/include/wx-2.8/wx/string.h:25, from algorithms/../SortAlgo.h:33, from algorithms/wikisort.cpp:31: /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  ^ /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 ex  ^ /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  ^ /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_B  ^ /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 e  ^ /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_EMPT  ^ /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_BAS  ^ /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/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 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_EXPO  ^ /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/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_EMPT  ^ /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_EMPT  ^ /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/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,  ^ algorithms/wikisort.cpp: In instantiation of ‘void WikiSortNS::Sort(Iterator, Iterator, Comparison) [with Iterator = MyIterator; Comparison = ColoringComparator]’: algorithms/wikisort.cpp:603:68: required from here algorithms/wikisort.cpp:272:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (A.length() <= cache_size) {  ^ algorithms/wikisort.cpp:303:46: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (buffer1.length() == buffer_size) {  ^ algorithms/wikisort.cpp:322:50: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (buffer1.length() == buffer_size) {  ^ algorithms/wikisort.cpp:336:46: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (buffer2.length() == buffer_size) {  ^ algorithms/wikisort.cpp:343:53: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] } else if (buffer1.length() == buffer_size) {  ^ algorithms/wikisort.cpp:356:50: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (buffer2.length() == buffer_size) {  ^ algorithms/wikisort.cpp:377:50: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (buffer2.length() == buffer_size) {  ^ algorithms/wikisort.cpp:387:42: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (buffer1.length() < buffer_size) {  ^ algorithms/wikisort.cpp:451:36: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (lastA.length() <= cache_size)  ^ algorithms/wikisort.cpp:500:48: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] } else if (blockB.length() < block_size) {  ^ algorithms/wikisort.cpp: In instantiation of ‘void WikiSortNS::Merge(const WikiSortNS::RangeI&, const WikiSortNS::RangeI&, const WikiSortNS::RangeI&, Comparison, typename std::iterator_traits<_Iter>::value_type*, size_t) [with Iterator = MyIterator; Comparison = ColoringComparator; typename std::iterator_traits<_Iter>::value_type = ArrayItem; size_t = long unsigned int]’: algorithms/wikisort.cpp:274:80: required from ‘void WikiSortNS::Sort(Iterator, Iterator, Comparison) [with Iterator = MyIterator; Comparison = ColoringComparator]’ algorithms/wikisort.cpp:603:68: required from here algorithms/wikisort.cpp:129:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (A.length() <= cache_size) {  ^ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/include/g++-v4/algorithm:62:0, from algorithms/../WSortView.h:32, from algorithms/../SortAlgo.h:34, from algorithms/wikisort.cpp:31: /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/include/g++-v4/bits/stl_algo.h: In instantiation of ‘void std::__insertion_sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = MyIterator; _Compare = ColoringComparator]’: algorithms/wikisort.cpp:75:46: required from ‘void WikiSortNS::InsertionSort(Iterator, Iterator, Comparison) [with Iterator = MyIterator; Comparison = ColoringComparator]’ algorithms/wikisort.cpp:192:43: required from ‘void WikiSortNS::Sort(Iterator, Iterator, Comparison) [with Iterator = MyIterator; Comparison = ColoringComparator]’ algorithms/wikisort.cpp:603:68: required from here /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/include/g++-v4/bits/stl_algo.h:1846:27: error: no match for call to ‘(ColoringComparator) (MyIterator&, MyIterator&)’ if (__comp(__i, __first))  ^ algorithms/wikisort.cpp:571:8: note: candidate is: struct ColoringComparator  ^ algorithms/wikisort.cpp:590:10: note: bool ColoringComparator::operator()(const ArrayItem&, const ArrayItem&) const bool operator()(const ArrayItem& a, const ArrayItem& b) const  ^ algorithms/wikisort.cpp:590:10: note:  no known conversion for argument 1 from ‘MyIterator’ to ‘const ArrayItem&’ Makefile:388: recipe for target 'wikisort.o' failed make[1]: *** [wikisort.o] Error 1 make[1]: Leaving directory '/var/tmp/portage/games-misc/sound-of-sorting-0.6.5/work/sound-of-sorting-0.6.5/src' Makefile:302: recipe for target 'all-recursive' failed make: *** [all-recursive] Error 1 * ERROR: games-misc/sound-of-sorting-0.6.5::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=games-misc/sound-of-sorting-0.6.5::gentoo'`, * the complete build log and the output of `emerge -pqv '=games-misc/sound-of-sorting-0.6.5::gentoo'`. * The complete build log is located at '/var/log/portage/games-misc:sound-of-sorting-0.6.5:20150427-193112.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/games-misc/sound-of-sorting-0.6.5/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/games-misc/sound-of-sorting-0.6.5/temp/environment'. * Working directory: '/var/tmp/portage/games-misc/sound-of-sorting-0.6.5/work/sound-of-sorting-0.6.5' * S: '/var/tmp/portage/games-misc/sound-of-sorting-0.6.5/work/sound-of-sorting-0.6.5'