Re: [Gestiong-desarrollo] Mi fallido intento compilando con Kdevelop
Gestión integral de ONG y asociaciones
Status: Beta
Brought to you by:
scapel
|
From: Santiago C. T. <sa...@ke...> - 2008-04-30 13:45:15
|
A partir de ahora, tienes que trabajar con la versión 0.4.0. He actualizado la wiki para indicar a las desarrolladoras que utilicen esta versión para desarrollar: http://www.iglues.org/wiki/doku.php?id=gestiong:gestiong_programacion#obtencion_de_gestiong_via_svn Los comandos son ahora: mkdir gestiong-devel (u otro nombre más corto ;) cd gestiong-devel svn co https://gestiong.svn.sourceforge.net/svnroot/gestiong/branches/0.4.0 gestiong-0.4.0 cd gestiong-0.4.0 El resto es igual. Recuerda hacer svn update cada día que te pongas a trabajar, especialmente ahora que vamos a comenzar a realizar muchos cambios. Un abrazo, -- santilin Gengis Kanhg Toledo Ramírez wrote: > Te comento que hace unas semanas bajé las fuentes en un tar y pudo compilar con el make. Pero ahora ya para entrarle de lleno he seguido los pasos que das en: > > http://www.iglues.org/wiki/doku.php?id=gestiong:gestiong_programacion > > Y a la hora de F8 (compilar) > > Sale lo que te apunto a continuación: > > antes te resumo: > > Salen muchos warnings de que la función nunca se ejecutará, pero lo importante es que salen errores. Antes de copias toda la salida de la compilación con Kdevelop te pongo solo un grep | error > ******************************************************************************************************************************* > *********************************** grep | error ********************************************************************************* > ******************************************************************************************************************************* > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongdbfieldstyle.h:84: error: extra ‘;’ > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongregexp.h:28: error: extra ‘;’ > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongdbrow.h:54: error: extra ‘;’ > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongdberror.h:39: error: extra ‘;’ > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongdbresultset.h:59: error: extra ‘;’ > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongdbconnection.h:117: error: extra ‘;’ > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongdbfieldvalue.h:59: error: extra ‘;’ > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongdbintegresult.h:93: error: extra ‘;’ > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongdbfielddefinition.h:157: error: extra ‘;’ > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongdbfieldreferenceid.h:48: error: extra ‘;’ > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongdbrelationdefinition.h:75: error: extra ‘;’ > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongdbindexdefinition.h:92: error: extra ‘;’ > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongdbtabledefinition.h:246: error: extra ‘;’ > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongdbrecordrelation.h:73: error: extra ‘;’ > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongdbdefinition.h:124: error: extra ‘;’ > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongdbuser.h:76: error: extra ‘;’ > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongdbrecord.h:234: error: extra ‘;’ > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongsettings.h:60: error: extra ‘;’ > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gonglibrary.h:69: error: extra ‘;’ > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongdbconnection.cpp:251: error: ISO C++ forbids variable-size array ‘buffer’ > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongdbconnection.cpp:283: error: ISO C++ forbids variable-size array ‘buffer’ > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongdbconnection.cpp:307: error: ISO C++ forbids variable-size array ‘buffer’ > make[2]: *** [gongdbconnection.o] Error 1 > make[1]: *** [all-recursive] Error 1 > make: *** [all] Error 2 > ******************************************************************************************************************************* > ************************************COMPLETO******************************************************************************** > ******************************************************************************************************************************* > cd '/home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3' && WANT_AUTOCONF_2_5="1" WANT_AUTOMAKE_1_6="1" make -f Makefile.cvs && mkdir '/home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/optimized' && cd '/home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/optimized' && CXXFLAGS="-O2 -pedantic -Wall -W -Wabi -Waggregate-return -Wcast-align -Wcast-qual -Wconversion -Wctor-dtor-privacy -Wdisabled-optimization -Weffc++ -Wfloat-equal -Winline -Wmissing-declarations -Wmissing-noreturn -Wno-deprecated -Wno-deprecated-declarations -Wno-non-template-friend -Wnon-virtual-dtor -Wno-pmf-conversions -Wold-style-cast -Woverloaded-virtual -Wpacked -Wpadded -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-compare -Wsign-promo -Wsynth -Wundef -Wunreachable-code -Wwrite-strings -g0 -ansi -Wlarger-than-256 -Wno-long-long" "/home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/configure" && cd > '/home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/optimized' && WANT_AUTOCONF_2_5="1" WANT_AUTOMAKE_1_6="1" make > libtoolize --force > You should add the contents of `/usr/share/aclocal/libtool.m4' to `aclocal.m4'. > aclocal -I m4 > autoheader > automake --add-missing > configure.in:15: installing `./missing' > gestiong-contable/Makefile.am: installing `./depcomp' > autoconf > checking for g++... g++ > checking for C++ compiler default output file name... a.out > checking whether the C++ compiler works... yes > checking whether we are cross compiling... no > checking for suffix of executables... > checking for suffix of object files... o > checking whether we are using the GNU C++ compiler... yes > checking whether g++ accepts -g... yes > checking build system type... i686-pc-linux-gnu > checking host system type... i686-pc-linux-gnu > checking for gcc... gcc > checking whether we are using the GNU C compiler... yes > checking whether gcc accepts -g... yes > checking for gcc option to accept ISO C89... none needed > checking for a sed that does not truncate output... /bin/sed > checking for grep that handles long lines and -e... /bin/grep > checking for egrep... /bin/grep -E > checking for ld used by gcc... /usr/bin/ld > checking if the linker (/usr/bin/ld) is GNU ld... yes > checking for /usr/bin/ld option to reload object files... -r > checking for BSD-compatible nm... /usr/bin/nm -B > checking whether ln -s works... yes > checking how to recognize dependent libraries... pass_all > checking how to run the C preprocessor... gcc -E > checking for ANSI C header files... yes > checking for sys/types.h... yes > checking for sys/stat.h... yes > checking for stdlib.h... yes > checking for string.h... yes > checking for memory.h... yes > checking for strings.h... yes > checking for inttypes.h... yes > checking for stdint.h... yes > checking for unistd.h... yes > checking dlfcn.h usability... yes > checking dlfcn.h presence... yes > checking for dlfcn.h... yes > checking how to run the C++ preprocessor... g++ -E > checking for g77... no > checking for xlf... no > checking for f77... no > checking for frt... no > checking for pgf77... no > checking for cf77... no > checking for fort77... no > checking for fl32... no > checking for af77... no > checking for xlf90... no > checking for f90... no > checking for pgf90... no > checking for pghpf... no > checking for epcf90... no > checking for gfortran... no > checking for g95... no > checking for xlf95... no > checking for f95... no > checking for fort... no > checking for ifort... no > checking for ifc... no > checking for efc... no > checking for pgf95... no > checking for lf95... no > checking for ftn... no > checking whether we are using the GNU Fortran 77 compiler... no > checking whether accepts -g... no > checking the maximum length of command line arguments... 98304 > checking command to parse /usr/bin/nm -B output from gcc object... ok > checking for objdir... .libs > checking for ar... ar > checking for ranlib... ranlib > checking for strip... strip > checking if gcc supports -fno-rtti -fno-exceptions... no > checking for gcc option to produce PIC... -fPIC > checking if gcc PIC flag -fPIC works... yes > checking if gcc static flag -static works... yes > linking file.o... (gcc) > checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes > checking whether -lc should be explicitly linked in... no > checking dynamic linker characteristics... GNU/Linux ld.so > checking how to hardcode library paths into programs... immediate > checking whether stripping libraries is possible... yes > checking if libtool supports shared libraries... yes > checking whether to build shared libraries... yes > checking whether to build static libraries... yes > configure: creating libtool > appending configuration tag "CXX" to libtool > checking for ld used by g++... /usr/bin/ld > checking if the linker (/usr/bin/ld) is GNU ld... yes > checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes > checking for g++ option to produce PIC... -fPIC > checking if g++ PIC flag -fPIC works... yes > checking if g++ static flag -static works... yes > linking file.o... (g++) > checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes > checking dynamic linker characteristics... GNU/Linux ld.so > checking how to hardcode library paths into programs... immediate > appending configuration tag "F77" to libtool > installing -c > checking whether build environment is sane... yes > checking for a thread-safe mkdir -p... /bin/mkdir -p > checking for gawk... no > checking for mawk... mawk > checking whether make sets $(MAKE)... yes > checking for style of include used by make... GNU > checking dependency style of gcc... gcc3 > checking dependency style of g++... gcc3 > checking whether NLS is requested... yes > checking for msgfmt... /usr/bin/msgfmt > checking for gmsgfmt... /usr/bin/msgfmt > checking for xgettext... /usr/bin/xgettext > checking for msgmerge... /usr/bin/msgmerge > checking for ld used by GCC... /usr/bin/ld > checking if the linker (/usr/bin/ld) is GNU ld... yes > checking for shared library run path origin... done > checking for CFPreferencesCopyAppValue... no > checking for CFLocaleCopyCurrent... no > checking for GNU gettext in libc... yes > checking whether to use NLS... yes > checking where the gettext function comes from... libc > configure: GestiONG Custom configuration > checking for X... libraries , headers > checking QT3_DIR... /usr/include/qt3 > checking Qt version... 337 (3) > checking for qembed... qembed > checking if Qt is static... no > checking if Qt is multithreaded... yes > checking if Qt is embedded... no > checking QT3_CXXFLAGS... -I/usr/include/qt3 -D_REENTRANT -DQT_THREAD_SUPPORT > checking QT3_LDADD... -L/usr/lib -lqt-mt > checking for mysql_config... /usr/bin/mysql_config > checking for libmysql - version >= 3.2.0... yes (version 5.0.45) > checking for LIBXML2... checking for xml2-config... /usr/bin/xml2-config > checking for libxml - version >= 2.5.0... yes (version 2.6.30) > checking Berkeley DB v4... -I/usr/include -L/usr/lib -ldb > checking for boostlib >= 1.0... yes > configure: creating ./config.status > config.status: creating Makefile > config.status: creating gestiong-contable/Makefile > config.status: creating gestiong-contactos/Makefile > config.status: creating gestiong-gui-qt3/Makefile > config.status: creating gestiong-lib/Makefile > config.status: creating gestiong-rtk/Makefile > config.status: creating gestiong-socias/Makefile > config.status: creating gestiong-system/Makefile > config.status: creating gestiong/Makefile > config.status: creating po/Makefile.in > config.status: creating config.h > config.status: executing depfiles commands > config.status: executing po-directories commands > config.status: creating po/POTFILES > config.status: creating po/Makefile > make all-recursive > Making all in gestiong-lib > compiling gongcsvutils.cpp (g++) > cc1plus: warning: command line option "-Wmissing-declarations" is valid for C/ObjC/Pascal but not for C++ > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h:28: warning: base class ‘struct std::basic_string<char, std::char_traits<char>, std::allocator<char> >’ has a non-virtual destructor > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gonglist.h: In instantiation of ‘gong::List<gong::Xtring>’: > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongcsvutils.cpp:51: instantiated from here > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gonglist.h:29: warning: base class ‘class std::vector<gong::Xtring, std::allocator<gong::Xtring> >’ has a non-virtual destructor > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongcsvutils.cpp:58: warning: unused parameter ‘encoding’ > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h: In constructor ‘gong::Xtring::Xtring()’: > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h:30: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h: In constructor ‘std::basic_string<_CharT, _Traits, _Alloc>::basic_string() [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]’: > /usr/include/c++/4.1.3/bits/basic_string.h:2052: warning: will never be executed > /usr/include/c++/4.1.3/bits/allocator.h: In constructor ‘std::allocator<_Alloc>::allocator() [with _Tp = char]’: > /usr/include/c++/4.1.3/bits/allocator.h:97: warning: will never be executed > /usr/include/c++/4.1.3/bits/allocator.h:97: warning: will never be executed > /usr/include/c++/4.1.3/ext/new_allocator.h: In constructor ‘__gnu_cxx::new_allocator<_Tp>::new_allocator() [with _Tp = char]’: > /usr/include/c++/4.1.3/ext/new_allocator.h:65: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h: In member function ‘_CharT* std::basic_string<_CharT, _Traits, _Alloc>::_Rep::_M_refdata() [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]’: > /usr/include/c++/4.1.3/bits/basic_string.h:212: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h: In constructor ‘std::basic_string<_CharT, _Traits, _Alloc>::_Alloc_hider::_Alloc_hider(_CharT*, const _Alloc&) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]’: > /usr/include/c++/4.1.3/bits/basic_string.h:257: warning: will never be executed > /usr/include/c++/4.1.3/bits/allocator.h: In copy constructor ‘std::allocator<_Alloc>::allocator(const std::allocator<_Alloc>&) [with _Tp = char]’: > /usr/include/c++/4.1.3/bits/allocator.h:100: warning: will never be executed > /usr/include/c++/4.1.3/bits/allocator.h:99: warning: will never be executed > /usr/include/c++/4.1.3/ext/new_allocator.h: In copy constructor ‘__gnu_cxx::new_allocator<_Tp>::new_allocator(const __gnu_cxx::new_allocator<_Tp>&) [with _Tp = char]’: > /usr/include/c++/4.1.3/ext/new_allocator.h:67: warning: will never be executed > /usr/include/c++/4.1.3/bits/allocator.h: In destructor ‘std::allocator<_Alloc>::~allocator() [with _Tp = char]’: > /usr/include/c++/4.1.3/bits/allocator.h:105: warning: will never be executed > /usr/include/c++/4.1.3/ext/new_allocator.h: In destructor ‘__gnu_cxx::new_allocator<_Tp>::~new_allocator() [with _Tp = char]’: > /usr/include/c++/4.1.3/ext/new_allocator.h:72: warning: will never be executed > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h: In copy constructor ‘gong::Xtring::Xtring(const gong::Xtring&)’: > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h:28: warning: will never be executed > /usr/include/c++/4.1.3/new: In function ‘void* operator new(size_t, void*)’: > /usr/include/c++/4.1.3/new:94: warning: will never be executed > /usr/include/c++/4.1.3/new: In function ‘void operator delete(void*, void*)’: > /usr/include/c++/4.1.3/new:98: warning: will never be executed > /usr/include/c++/4.1.3/ext/new_allocator.h: In member function ‘size_t __gnu_cxx::new_allocator<_Tp>::max_size() const [with _Tp = gong::Xtring]’: > /usr/include/c++/4.1.3/ext/new_allocator.h:97: warning: will never be executed > /usr/include/c++/4.1.3/bits/allocator.h: In copy constructor ‘std::allocator<_Alloc>::allocator(const std::allocator<_Alloc>&) [with _Tp = gong::Xtring]’: > /usr/include/c++/4.1.3/bits/allocator.h:100: warning: will never be executed > /usr/include/c++/4.1.3/bits/allocator.h:99: warning: will never be executed > /usr/include/c++/4.1.3/ext/new_allocator.h: In copy constructor ‘__gnu_cxx::new_allocator<_Tp>::new_allocator(const __gnu_cxx::new_allocator<_Tp>&) [with _Tp = gong::Xtring]’: > /usr/include/c++/4.1.3/ext/new_allocator.h:67: warning: will never be executed > /usr/include/c++/4.1.3/bits/allocator.h: In destructor ‘std::allocator<_Alloc>::~allocator() [with _Tp = gong::Xtring]’: > /usr/include/c++/4.1.3/bits/allocator.h:105: warning: will never be executed > /usr/include/c++/4.1.3/ext/new_allocator.h: In destructor ‘__gnu_cxx::new_allocator<_Tp>::~new_allocator() [with _Tp = gong::Xtring]’: > /usr/include/c++/4.1.3/ext/new_allocator.h:72: warning: will never be executed > /usr/include/c++/4.1.3/bits/allocator.h: In copy constructor ‘std::allocator<_Alloc>::allocator(const std::allocator<_Alloc>&) [with _Tp = char]’: > /usr/include/c++/4.1.3/bits/allocator.h:100: warning: will never be executed > /usr/include/c++/4.1.3/bits/allocator.h:99: warning: will never be executed > /usr/include/c++/4.1.3/bits/allocator.h: In destructor ‘std::allocator<_Alloc>::~allocator() [with _Tp = char]’: > /usr/include/c++/4.1.3/bits/allocator.h:105: warning: will never be executed > /usr/include/c++/4.1.3/fstream: In constructor ‘std::basic_ifstream<_CharT, _Traits>::basic_ifstream(const char*, std::_Ios_Openmode) [with _CharT = char, _Traits = std::char_traits<char>]’: > /usr/include/c++/4.1.3/fstream:443: warning: will never be executed > /usr/include/c++/4.1.3/fstream:443: warning: will never be executed > /usr/include/c++/4.1.3/fstream:443: warning: will never be executed > /usr/include/c++/4.1.3/fstream:443: warning: will never be executed > /usr/include/c++/4.1.3/fstream:445: warning: will never be executed > /usr/include/c++/4.1.3/fstream:446: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_ios.h: In constructor ‘std::basic_ios<_CharT, _Traits>::basic_ios() [with _CharT = char, _Traits = std::char_traits<char>]’: > /usr/include/c++/4.1.3/bits/basic_ios.h:447: warning: will never be executed > /usr/include/c++/4.1.3/istream: In constructor ‘std::basic_istream<_CharT, _Traits>::basic_istream() [with _CharT = char, _Traits = std::char_traits<char>]’: > /usr/include/c++/4.1.3/istream:574: warning: will never be executed > /usr/include/c++/4.1.3/istream:574: warning: will never be executed > /usr/include/c++/4.1.3/istream:574: warning: will never be executed > /usr/include/c++/4.1.3/istream:574: warning: will never be executed > /usr/include/c++/4.1.3/istream:574: warning: will never be executed > /usr/include/c++/4.1.3/istream: In destructor ‘std::basic_istream<_CharT, _Traits>::~basic_istream() [with _CharT = char, _Traits = std::char_traits<char>]’: > /usr/include/c++/4.1.3/istream:114: warning: will never be executed > /usr/include/c++/4.1.3/istream:114: warning: will never be executed > /usr/include/c++/4.1.3/istream:114: warning: will never be executed > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h: In function ‘void std::__destroy_aux(_ForwardIterator, _ForwardIterator, __false_type) [with _ForwardIterator = __gnu_cxx::__normal_iterator<gong::Xtring*, std::vector<gong::Xtring, std::allocator<gong::Xtring> > >]’: > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h:28: warning: will never be executed > /usr/include/c++/4.1.3/bits/allocator.h: In member function ‘void std::vector<_Tp, _Alloc>::_M_insert_aux(__gnu_cxx::__normal_iterator<typename std::_Vector_base<_Tp, _Alloc>::_Tp_alloc_type::pointer, std::vector<_Tp, _Alloc> >, const _Tp&) [with _Tp = gong::Xtring, _Alloc = std::allocator<gong::Xtring>]’: > /usr/include/c++/4.1.3/bits/allocator.h:105: warning: will never be executed > /usr/include/c++/4.1.3/ext/new_allocator.h:72: warning: will never be executed > /usr/include/c++/4.1.3/bits/allocator.h:105: warning: will never be executed > /usr/include/c++/4.1.3/ext/new_allocator.h:72: warning: will never be executed > /usr/include/c++/4.1.3/bits/allocator.h:105: warning: will never be executed > /usr/include/c++/4.1.3/ext/new_allocator.h:72: warning: will never be executed > /usr/include/c++/4.1.3/bits/allocator.h:105: warning: will never be executed > /usr/include/c++/4.1.3/ext/new_allocator.h:72: warning: will never be executed > /usr/include/c++/4.1.3/bits/allocator.h:105: warning: will never be executed > /usr/include/c++/4.1.3/ext/new_allocator.h:72: warning: will never be executed > /usr/include/c++/4.1.3/bits/allocator.h:105: warning: will never be executed > /usr/include/c++/4.1.3/ext/new_allocator.h:72: warning: will never be executed > /usr/include/c++/4.1.3/bits/allocator.h:105: warning: will never be executed > /usr/include/c++/4.1.3/ext/new_allocator.h:72: warning: will never be executed > /usr/include/c++/4.1.3/bits/allocator.h:105: warning: will never be executed > /usr/include/c++/4.1.3/ext/new_allocator.h:72: warning: will never be executed > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h:28: warning: will never be executed > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h:28: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h: In destructor ‘std::basic_string<_CharT, _Traits, _Alloc>::~basic_string() [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]’: > /usr/include/c++/4.1.3/bits/basic_string.h:255: warning: will never be executed > /usr/include/c++/4.1.3/bits/allocator.h:105: warning: will never be executed > /usr/include/c++/4.1.3/ext/new_allocator.h:72: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:255: warning: will never be executed > /usr/include/c++/4.1.3/bits/allocator.h:105: warning: will never be executed > /usr/include/c++/4.1.3/ext/new_allocator.h:72: warning: will never be executed > /usr/include/c++/4.1.3/bits/allocator.h:105: warning: will never be executed > /usr/include/c++/4.1.3/ext/new_allocator.h:72: warning: will never be executed > /usr/include/c++/4.1.3/bits/allocator.h:105: warning: will never be executed > /usr/include/c++/4.1.3/ext/new_allocator.h:72: warning: will never be executed > /usr/include/c++/4.1.3/bits/allocator.h: In constructor ‘gong::Xtring::Xtring()’: > /usr/include/c++/4.1.3/bits/allocator.h:105: warning: will never be executed > /usr/include/c++/4.1.3/ext/new_allocator.h:72: warning: will never be executed > /usr/include/c++/4.1.3/bits/allocator.h:105: warning: will never be executed > /usr/include/c++/4.1.3/bits/allocator.h:105: warning: will never be executed > /usr/include/c++/4.1.3/ext/new_allocator.h:72: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h: In member function ‘void std::vector<_Tp, _Alloc>::_M_insert_aux(__gnu_cxx::__normal_iterator<typename std::_Vector_base<_Tp, _Alloc>::_Tp_alloc_type::pointer, std::vector<_Tp, _Alloc> >, const _Tp&) [with _Tp = gong::Xtring, _Alloc = std::allocator<gong::Xtring>]’: > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h: In static member function ‘static bool gong::CsvUtils::readCSVFile(const gong::Xtring&, gong::XtringList&, gong::Xtring&, bool)’: > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h:28: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h:28: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h:28: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongcsvutils.cpp:35: warning: size of ‘TMT.684’ is 280 bytes > /usr/include/c++/4.1.3/streambuf:200: warning: will never be executed > /usr/include/c++/4.1.3/streambuf:200: warning: will never be executed > /usr/include/c++/4.1.3/fstream:240: warning: will never be executed > /usr/include/c++/4.1.3/istream:114: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_ios.h:268: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_ios.h:268: warning: will never be executed > /usr/include/c++/4.1.3/istream:114: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_ios.h:268: warning: will never be executed > /usr/include/c++/4.1.3/streambuf:200: warning: will never be executed > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h: In static member function ‘static int gong::CsvUtils::tokenize(gong::XtringList&, const gong::Xtring&, const gong::Xtring&, const gong::Xtring&, const gong::Xtring&)’: > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h:28: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h:28: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h:28: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h:28: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h:28: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h:28: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > mv -f .deps/gongcsvutils.Tpo .deps/gongcsvutils.Po > compiling gongdate.cpp (g++) > cc1plus: warning: command line option "-Wmissing-declarations" is valid for C/ObjC/Pascal but not for C++ > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h:28: warning: base class ‘struct std::basic_string<char, std::char_traits<char>, std::allocator<char> >’ has a non-virtual destructor > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongdate.h: In constructor ‘gong::Date::Date(int, unsigned char, unsigned char)’: > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongdate.h:36: warning: ‘gong::Date::mJulianDay’ should be initialized in the member initialization list > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongdate.h: In constructor ‘gong::Time::Time(unsigned char, unsigned char, unsigned char)’: > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongdate.h:123: warning: ‘gong::Time::mTimeSecs’ should be initialized in the member initialization list > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongdate.h: At global scope: > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongdate.h:178: warning: base class ‘class gong::Date’ has a non-virtual destructor > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongdate.h:178: warning: base class ‘class gong::Time’ has a non-virtual destructor > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongdate.cpp: In constructor ‘gong::Date::Date(const gong::Xtring&, const char*)’: > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongdate.cpp:36: warning: ‘gong::Date::mJulianDay’ should be initialized in the member initialization list > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongdate.cpp: In constructor ‘gong::Time::Time(const gong::Xtring&, const char*)’: > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongdate.cpp:302: warning: ‘gong::Time::mTimeSecs’ should be initialized in the member initialization list > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongdate.cpp: In static member function ‘static gong::DateTime gong::DateTime::unpack(long long int)’: > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongdate.cpp:442: warning: dereferencing type-punned pointer will break strict-aliasing rules > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h: In constructor ‘gong::Xtring::Xtring()’: > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h:30: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h: In constructor ‘std::basic_string<_CharT, _Traits, _Alloc>::basic_string() [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]’: > /usr/include/c++/4.1.3/bits/basic_string.h:2052: warning: will never be executed > /usr/include/c++/4.1.3/bits/allocator.h: In constructor ‘std::allocator<_Alloc>::allocator() [with _Tp = char]’: > /usr/include/c++/4.1.3/bits/allocator.h:97: warning: will never be executed > /usr/include/c++/4.1.3/bits/allocator.h:97: warning: will never be executed > /usr/include/c++/4.1.3/ext/new_allocator.h: In constructor ‘__gnu_cxx::new_allocator<_Tp>::new_allocator() [with _Tp = char]’: > /usr/include/c++/4.1.3/ext/new_allocator.h:65: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h: In member function ‘_CharT* std::basic_string<_CharT, _Traits, _Alloc>::_Rep::_M_refdata() [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]’: > /usr/include/c++/4.1.3/bits/basic_string.h:212: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h: In constructor ‘std::basic_string<_CharT, _Traits, _Alloc>::_Alloc_hider::_Alloc_hider(_CharT*, const _Alloc&) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]’: > /usr/include/c++/4.1.3/bits/basic_string.h:257: warning: will never be executed > /usr/include/c++/4.1.3/bits/allocator.h: In copy constructor ‘std::allocator<_Alloc>::allocator(const std::allocator<_Alloc>&) [with _Tp = char]’: > /usr/include/c++/4.1.3/bits/allocator.h:100: warning: will never be executed > /usr/include/c++/4.1.3/bits/allocator.h:99: warning: will never be executed > /usr/include/c++/4.1.3/ext/new_allocator.h: In copy constructor ‘__gnu_cxx::new_allocator<_Tp>::new_allocator(const __gnu_cxx::new_allocator<_Tp>&) [with _Tp = char]’: > /usr/include/c++/4.1.3/ext/new_allocator.h:67: warning: will never be executed > /usr/include/c++/4.1.3/bits/allocator.h: In destructor ‘std::allocator<_Alloc>::~allocator() [with _Tp = char]’: > /usr/include/c++/4.1.3/bits/allocator.h:105: warning: will never be executed > /usr/include/c++/4.1.3/ext/new_allocator.h: In destructor ‘__gnu_cxx::new_allocator<_Tp>::~new_allocator() [with _Tp = char]’: > /usr/include/c++/4.1.3/ext/new_allocator.h:72: warning: will never be executed > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h: In constructor ‘gong::Xtring::Xtring(const char*)’: > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h:33: warning: will never be executed > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h: In constructor ‘gong::Xtring::Xtring(const std::string&)’: > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h:32: warning: will never be executed > /usr/include/c++/4.1.3/bits/allocator.h: In copy constructor ‘std::allocator<_Alloc>::allocator(const std::allocator<_Alloc>&) [with _Tp = char]’: > /usr/include/c++/4.1.3/bits/allocator.h:100: warning: will never be executed > /usr/include/c++/4.1.3/bits/allocator.h:99: warning: will never be executed > /usr/include/c++/4.1.3/bits/allocator.h: In destructor ‘std::allocator<_Alloc>::~allocator() [with _Tp = char]’: > /usr/include/c++/4.1.3/bits/allocator.h:105: warning: will never be executed > /usr/include/stdlib.h: In function ‘long int strtol(const char*, char**, int)’: > /usr/include/stdlib.h:333: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h: In destructor ‘std::basic_string<_CharT, _Traits, _Alloc>::~basic_string() [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]’: > /usr/include/c++/4.1.3/bits/basic_string.h:255: warning: will never be executed > /usr/include/c++/4.1.3/bits/allocator.h:105: warning: will never be executed > /usr/include/c++/4.1.3/ext/new_allocator.h:72: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:255: warning: will never be executed > /usr/include/c++/4.1.3/bits/allocator.h:105: warning: will never be executed > /usr/include/c++/4.1.3/ext/new_allocator.h:72: warning: will never be executed > /usr/include/c++/4.1.3/bits/allocator.h:105: warning: will never be executed > /usr/include/c++/4.1.3/ext/new_allocator.h:72: warning: will never be executed > /usr/include/c++/4.1.3/bits/allocator.h:105: warning: will never be executed > /usr/include/c++/4.1.3/ext/new_allocator.h:72: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h: In destructor ‘std::basic_string<_CharT, _Traits, _Alloc>::~basic_string() [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]’: > /usr/include/c++/4.1.3/bits/basic_string.h:255: warning: will never be executed > /usr/include/c++/4.1.3/bits/allocator.h:105: warning: will never be executed > /usr/include/c++/4.1.3/ext/new_allocator.h:72: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:255: warning: will never be executed > /usr/include/c++/4.1.3/bits/allocator.h:105: warning: will never be executed > /usr/include/c++/4.1.3/ext/new_allocator.h:72: warning: will never be executed > /usr/include/c++/4.1.3/bits/allocator.h:105: warning: will never be executed > /usr/include/c++/4.1.3/ext/new_allocator.h:72: warning: will never be executed > /usr/include/c++/4.1.3/bits/allocator.h:105: warning: will never be executed > /usr/include/c++/4.1.3/ext/new_allocator.h:72: warning: will never be executed > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h: In member function ‘bool gong::Time::setTime(unsigned char, unsigned char, unsigned char)’: > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h:28: warning: will never be executed > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h:28: warning: will never be executed > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h:28: warning: will never be executed > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h:28: warning: will never be executed > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h: In static member function ‘static gong::Xtring gong::Date::guessFormat(const gong::Xtring&)’: > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h:28: warning: will never be executed > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h:28: warning: will never be executed > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h:28: warning: will never be executed > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h:28: warning: will never be executed > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h:28: warning: will never be executed > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h:28: warning: will never be executed > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h:28: warning: will never be executed > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h:28: warning: will never be executed > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h:28: warning: will never be executed > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h:28: warning: will never be executed > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h:28: warning: will never be executed > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h:28: warning: will never be executed > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h:28: warning: will never be executed > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h:28: warning: will never be executed > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h:28: warning: will never be executed > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h:28: warning: will never be executed > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h:28: warning: will never be executed > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h:28: warning: will never be executed > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h:28: warning: will never be executed > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h:28: warning: will never be executed > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h:28: warning: will never be executed > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h:28: warning: will never be executed > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h:28: warning: will never be executed > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h:28: warning: will never be executed > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h:28: warning: will never be executed > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h:28: warning: will never be executed > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h:28: warning: will never be executed > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h:28: warning: will never be executed > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h:28: warning: will never be executed > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h:28: warning: will never be executed > /usr/include/c++/4.1.3/bits/allocator.h: In constructor ‘gong::Xtring::Xtring(const char*)’: > /usr/include/c++/4.1.3/bits/allocator.h:105: warning: will never be executed > /usr/include/c++/4.1.3/ext/new_allocator.h:72: warning: will never be executed > /usr/include/c++/4.1.3/bits/allocator.h:105: warning: will never be executed > /usr/include/c++/4.1.3/ext/new_allocator.h:72: warning: will never be executed > /usr/include/c++/4.1.3/bits/allocator.h: In constructor ‘gong::Xtring::Xtring()’: > /usr/include/c++/4.1.3/bits/allocator.h:105: warning: will never be executed > /usr/include/c++/4.1.3/ext/new_allocator.h:72: warning: will never be executed > /usr/include/c++/4.1.3/bits/allocator.h:105: warning: will never be executed > /usr/include/c++/4.1.3/bits/allocator.h:105: warning: will never be executed > /usr/include/c++/4.1.3/ext/new_allocator.h:72: warning: will never be executed > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongdate.cpp: In static member function ‘static void gong::Date::JulianToDMY(long unsigned int, unsigned char*, unsigned char*, int*)’: > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongdate.cpp:265: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h: In member function ‘bool gong::Time::setTime(unsigned char, unsigned char, unsigned char)’: > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongdate.cpp:355: warning: function call has aggregate value > /usr/include/c++/4.1.3/bits/basic_string.h: In function ‘std::basic_string<_CharT, _Traits, _Alloc> std::operator+(const std::basic_string<_CharT, _Traits, _Alloc>&, const std::basic_string<_CharT, _Traits, _Alloc>&) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]’: > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h: In function ‘std::basic_string<_CharT, _Traits, _Alloc> std::operator+(const std::basic_string<_CharT, _Traits, _Alloc>&, _CharT) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]’: > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h: In static member function ‘static gong::Xtring gong::Date::guessFormat(const gong::Xtring&)’: > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongdate.cpp:137: warning: function call has aggregate value > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongdate.cpp:137: warning: function call has aggregate value > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongdate.cpp:137: warning: function call has aggregate value > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongdate.cpp:137: warning: function call has aggregate value > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongdate.cpp:140: warning: function call has aggregate value > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongdate.cpp:140: warning: function call has aggregate value > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongdate.cpp:140: warning: function call has aggregate value > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongdate.cpp:140: warning: function call has aggregate value > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongdate.cpp:142: warning: function call has aggregate value > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongdate.cpp:142: warning: function call has aggregate value > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongdate.cpp:142: warning: function call has aggregate value > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongdate.cpp:142: warning: function call has aggregate value > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongdate.cpp:145: warning: function call has aggregate value > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongdate.cpp:145: warning: function call has aggregate value > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongdate.cpp:145: warning: function call has aggregate value > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongdate.cpp:145: warning: function call has aggregate value > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongdate.cpp:146: warning: function call has aggregate value > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongdate.cpp:146: warning: function call has aggregate value > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongdate.cpp:146: warning: function call has aggregate value > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongdate.cpp:146: warning: function call has aggregate value > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h: In constructor ‘gong::Date::Date(const gong::Xtring&, const char*)’: > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h:28: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h:28: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h:28: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h:28: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h:28: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h:28: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h:28: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h:28: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h:28: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h:28: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h:28: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h:28: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h:28: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h:28: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h:28: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h:28: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongdate.cpp:47: warning: function call has aggregate value > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h: In constructor ‘gong::DateTime::DateTime(const gong::Xtring&, const char*)’: > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h:28: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h:28: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h:28: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h:28: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h:28: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h:28: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h:28: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h:28: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h:28: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h:28: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h:28: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h:28: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h:28: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h:28: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h:28: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h:28: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongdate.cpp:381: warning: function call has aggregate value > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h: In constructor ‘gong::Date::Date(const gong::Xtring&, const char*)’: > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h:28: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h:28: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /home/gengiskanhg/gestiong-dev/gestiong-devel/gestiong-0.3.3/gestiong-lib/gongxtring.h:28: warning: will never be executed > /usr/include/c++/4.1.3/bits/basic_string.h:478: warning: will never be executed > /home/gengiskanhg/ge... [truncated message content] |