[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-devel
Subject:    Current KDE compilation warnings ...
From:       Thomas Leitner <tom () radar ! tu-graz ! ac ! at>
Date:       2001-05-07 7:23:09
[Download RAW message or body]


Hi,

To whom it may concern: Below's an list of warnings I get from my compiler
(Compaq C++) when compiling a current CVS checkout of KDE. Some of the
warnings may be harmless, but some might point to potential problems. The
most disturbing warnings are the ones about variables being used before
they are set. Also the "not qualifier compatible" warnings usually lead to
undefined symbols at runtime because a function foo(bar) is not the same
as a function foo(const bar) in my environment. Then foo(bar) is in the
header file but foo(const bar) is in the *.cpp file, the latter is
compiled and all modules includeing the header file are looking for
foo(bar).

Maybe the maintainers of the particular packages could look into that?

Thanks a lot // Tom

**************************************************************  kdelibs
cc -std1 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../dcop -I../../libltdl -I../../kdecore \
-I../../kdeui -I../../kssl -I/home8/kde2d/qt-copy/include -I. \
-I/usr/local/kde22/include -I/usr/local/mysql/include -I/usr/local/include -DICE_t \
-DTRANS_SERVER -DTRANS_CLIENT -DUNIXCONN -DANSICPP -DNDEBUG -DXTHREADS -std1 -O3 \
-fast -tune ev56 -arch generic -DAES_SOURCE -D__DECC__ -I/usr/local/include \
                -L/usr/local/lib -c process.c   -DPIC -o .libs/process.o
cc: Warning: process.c, line 945: In this statement, the referenced type of the \
pointer value "_KDE_IceAuthNames[i]" is const, but the referenced type of the target \
of this assignment is not. (notconstqual)  myAuthName = _IceAuthNames[i];
------------^
cc: Warning: process.c, line 1976: In this statement, the referenced type of the \
pointer value "myProtocol->auth_names" is "pointer to char", which is not compatible \
with "pointer to const char". (ptrmismatch)  iceConn->connection_string, myAuthCount, \
                myProtocol->auth_names,
--
/bin/sh ../../libtool --mode=compile cc -std1 -DHAVE_CONFIG_H -I. -I. -I../.. \
-I../../dcop -I../../libltdl -I../../kdecore -I../../kdeui -I../../kssl \
-I/home8/kde2d/qt-copy/include -I. -I/usr/local/kde22/include \
-I/usr/local/mysql/include -I/usr/local/include    -DICE_t -DTRANS_SERVER \
-DTRANS_CLIENT -DUNIXCONN -DANSICPP -DNDEBUG -DXTHREADS -std1 -O3 -fast -tune ev56 \
-arch generic -DAES_SOURCE  -D__DECC__ -I/usr/local/include -L/usr/local/lib -c \
protosetup.c cc -std1 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../dcop -I../../libltdl \
-I../../kdecore -I../../kdeui -I../../kssl -I/home8/kde2d/qt-copy/include -I. \
-I/usr/local/kde22/include -I/usr/local/mysql/include -I/usr/local/include -DICE_t \
-DTRANS_SERVER -DTRANS_CLIENT -DUNIXCONN -DANSICPP -DNDEBUG -DXTHREADS -std1 -O3 \
-fast -tune ev56 -arch generic -DAES_SOURCE -D__DECC__ -I/usr/local/include \
                -L/usr/local/lib -c protosetup.c   -DPIC -o .libs/protosetup.o
cc: Warning: protosetup.c, line 119: In this statement, the referenced type of the \
pointer value "myProtocol->orig_client->auth_names" is "pointer to char", which is \
not compatible with "pointer to const char". (ptrmismatch)  \
                myProtocol->orig_client->auth_names,
--
/bin/sh ../libtool --mode=compile cc -std1 -DHAVE_CONFIG_H -I. -I. -I.. -I../dcop \
-I../libltdl -I../kdecore -I../kdeui -I../kssl -I/home8/kde2d/qt-copy/include -I. \
-I/usr/local/kde22/include -I/usr/local/mysql/include -I/usr/local/include    \
-DNDEBUG -DXTHREADS -std1 -O3 -fast -tune ev56 -arch generic -DAES_SOURCE  -D__DECC__ \
-I/usr/local/include -L/usr/local/lib -c vsnprintf.c cc -std1 -DHAVE_CONFIG_H -I. -I. \
-I.. -I../dcop -I../libltdl -I../kdecore -I../kdeui -I../kssl \
-I/home8/kde2d/qt-copy/include -I. -I/usr/local/kde22/include \
-I/usr/local/mysql/include -I/usr/local/include -DNDEBUG -DXTHREADS -std1 -O3 -fast \
-tune ev56 -arch generic -DAES_SOURCE -D__DECC__ -I/usr/local/include \
                -L/usr/local/lib -c vsnprintf.c   -DPIC -o .libs/vsnprintf.o
cc: Warning: vsnprintf.c, line 118: In this statement, the referenced type of the \
pointer value "mcatch" is "function () returning void", which is not compatible with \
"function (int) returning void". (ptrmismatch)  nsa.sa_handler = mcatch;
--
--
	kdWarning(290) << "Could not attach shared memory segment.\n";
--------^
--
gmake[3]: Entering directory `/home8/kde2d/kdelibs/arts/mcopidl'
cxx: Warning: mcopidl.cc, line 2403: missing return statement at end of
          non-void function "searchFile" (D:missingreturn)
--
cxx: Warning: render_table.cpp, line 1819: missing return statement at end of
          non-void function "khtml::RenderTableCell::baselinePosition"
--
**************************************************************  kdebase
gmake -f ./admin/Makefile.common cvs-clean
--
cxx: Warning: katecmds.cpp, line 195: missing return statement at end of
          non-void function "KateCommands::Fifo::execCmd" (D:missingreturn)
--
/bin/sh ../../libtool --mode=compile cc -std1 -DHAVE_CONFIG_H -I. -I. -I../.. -I./.. \
-I/usr/local/kde22/include -I/home8/kde2d/qt-copy/include -I.  -I/usr/local/include   \
-DLONG_BIT=64 -DTCPCONN -DUNIXCONN -DDNETCONN -DGREETER -DNDEBUG -std1 -O3 -fast \
-tune ev56 -arch generic -DAES_SOURCE  -D__DECC__ -I/usr/local/include \
-L/usr/local/lib -c miscfunc.c cc -std1 -DHAVE_CONFIG_H -I. -I. -I../.. -I./.. \
-I/usr/local/kde22/include -I/home8/kde2d/qt-copy/include -I. -I/usr/local/include \
-DLONG_BIT=64 -DTCPCONN -DUNIXCONN -DDNETCONN -DGREETER -DNDEBUG -std1 -O3 -fast \
-tune ev56 -arch generic -DAES_SOURCE -D__DECC__ -I/usr/local/include \
                -L/usr/local/lib -c miscfunc.c   -DPIC -o .libs/miscfunc.o
cc: Warning: miscfunc.c, line 248: Non-void function "IOErrorHandler" does not \
contain a return statement. (missingreturn) int
--
mkdir .libs
cxx: Warning: khc_navigator.h, line 43: declaration is not qualifier compatible
          with "void SectionItem::setOpen(const bool)" (declared at line 43)
--
cxx: Warning: khc_navigator.h, line 43: declaration is not qualifier compatible
          with "void SectionItem::setOpen(const bool)" (declared at line 43)
--
cxx: Warning: khc_navigator.h, line 43: declaration is not qualifier compatible
          with "void SectionItem::setOpen(const bool)" (declared at line 43)
--
cxx: Warning: khc_navigator.h, line 43: declaration is not qualifier compatible
          with "void SectionItem::setOpen(const bool)" (declared at line 43)
--
-----------------------------^
cxx: Warning: khc_navigator.h, line 43: declaration is not qualifier compatible
          with "void SectionItem::setOpen(const bool)" (declared at line 43)
--
-----------------------------^
cxx: Warning: khc_navigator.h, line 43: declaration is not qualifier compatible
          with "void SectionItem::setOpen(const bool)" (declared at line 43)
--
          (D:badppdirkey)
--
cxx: Warning: client.cpp, line 2743: use of "=" where "==" may have been
          intended (D:asscommea)
--
**************************************************************  kdebindings
cxx: Warning: xpart_stub.cpp, line 31: variable "result" is used before its
          value is set (D:usedbeforeset)
	return result;
---------------^
cxx: Warning: xpart_stub.cpp, line 69: variable "result" is used before its
          value is set (D:usedbeforeset)
	return result;
---------------^
cxx: Warning: xpart_stub.cpp, line 94: variable "result" is used before its
          value is set (D:usedbeforeset)
--
usr/local/kde22/share/services/
usr/local/kde22/share/services/xp_notepad.desktop
**************************************************************  kdenetwork
cc -std1 -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/kde22/include \
-I/home8/kde2d/qt-copy/include -I.  -I/usr/local/include    -DNDEBUG -std1 -O3 -fast \
-tune ev56 -arch generic -DAES_SOURCE  -D__DECC__ -I/usr/local/include \
                -L/usr/local/lib -c d3des.c
cc: Warning: d3des.c, line 73: In the definition of the function "deskey", the \
promoted type of edf is incompatible with the type of the corresponding parameter in \
a prior declaration. (promotmatchw) short edf;
--
/home8/kde2d/qt-copy/bin/moc ./kmfolder.h -o kmfolder.moc
cxx: Warning: kmfolder.cpp, line 1717: declaration is not qualifier compatible
          with "void KMFolder::msgStatusChanged(KMMsgStatus, KMMsgStatus)"
--
cxx: Warning: kcmnewsticker.h, line 32: declaration is not qualifier compatible
          with "void CategoryItem::setOpen(const bool)" (declared at line 32)
--
cxx: Warning: opener.cpp, line 569: missing return statement at end of non-void
          function "Opener::execpppd" (D:missingreturn)
--
cc -std1 -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/local/kde22/include \
-I/home8/kde2d/qt-copy/include -I.  -I/usr/local/include    -DNDEBUG -std1 -O3 -fast \
-tune ev56 -arch generic -DAES_SOURCE  -D__DECC__ -I/usr/local/include \
-L/usr/local/lib -c process.c cc -std1 -DHAVE_CONFIG_H -I. -I. -I../.. \
-I/usr/local/kde22/include -I/home8/kde2d/qt-copy/include -I.  -I/usr/local/include   \
-DNDEBUG -std1 -O3 -fast -tune ev56 -arch generic -DAES_SOURCE  -D__DECC__ \
                -I/usr/local/include -L/usr/local/lib -c vsnprintf.c
cc: Warning: vsnprintf.c, line 124: In this statement, the referenced type of the \
pointer value "mcatch" is "function () returning void", which is not compatible with \
"function (int) returning void". (ptrmismatch)  nsa.sa_handler = mcatch;
--
gmake[3]: Entering directory `/home8/kde2d/kdenetwork/ktalkd/mail.local'
cc -std1 -DHAVE_CONFIG_H -I. -I. -I../..     -DNDEBUG -std1 -O3 -fast -tune ev56 \
-arch generic -DAES_SOURCE  -D__DECC__ -I/usr/local/include -L/usr/local/lib -c \
                mail.local.c
cc: Warning: ../kotalkd/vsnprintf.c, line 124: In this statement, the referenced type \
of the pointer value "mcatch" is "function () returning void", which is not \
compatible with "function (int) returning void". (ptrmismatch)  nsa.sa_handler = \
                mcatch;
--
**************************************************************  kdeutils
gmake -f ./admin/Makefile.common cvs-clean
--
cxx: Warning: kcalc_core.cpp, line 634: variable "work_amount1" is fetched, not
          initialized (D:uninit2)
--
/home8/kde2d/qt-copy/bin/moc ./kwikdisk.h -o kwikdisk.moc
cxx: Warning: /usr/local/kde22/include/kpopupmenu.h, line 21: incompatible
          redefinition of macro "INCLUDE_MENUITEM_DEF" (declared at line 26 of
--
**************************************************************  kdegames
--
};
^
cc: Warning: caas.c, line 299: In this statement, the referenced type of the pointer \
value "new_state->s.stacks[a]" is "char", which is not compatible with "const \
                unsigned char". (ptrmismatch)
        MD5Update(&(instance->md5_context), new_state->s.stacks[a], \
                fcs_stack_len(new_state->s, a)+1);
--
**************************************************************  kdegraphics
cxx: Warning: gradientselection.cpp, line 107: declaration is not qualifier
          compatible with
--
/home8/kde2d/qt-copy/bin/moc ./colorselector.h -o colorselector.moc
cxx: Warning: colorselector.cpp, line 137: declaration is not qualifier
          compatible with
--
cxx: Warning: viewer.cpp, line 305: missing return statement at end of non-void
          function "KImageViewer::saveFile" (D:missingreturn)
--
cc -std1 -DHAVE_CONFIG_H -I. -I. -I.. -I./mini-magick/ -I/usr/local/kde22/include \
-I/home8/kde2d/qt-copy/include -I. -I/usr/local/include -O2 -DNDEBUG -c annotate.c   \
                -DPIC -o .libs/annotate.o
cc: Warning: annotate.c, line 200: In this statement, "ReadLABELImage(...)" of type \
"int", is being converted to "pointer to struct _Image". (cvtdiftypes)  \
                annotate_image=ReadLABELImage(local_info->image_info);
----^
cc: Warning: annotate.c, line 494: In this statement, "ReadLABELImage(...)" of type \
"int", is being converted to "pointer to struct _Image". (cvtdiftypes)  \
                annotate_image=ReadLABELImage(annotate_info->image_info);
--
**************************************************************  kdemultimedia
cxx: Warning: comb.hpp, line 43: This statement uses the type "comb" to
          reference a storage location. (D:badansialias1)
	filterstore = (output*damp2) + (filterstore*damp1);
--------^
cxx: Warning: comb.hpp, line 44: This statement uses the type "unsigned int" to
          reference the same storage location.  This does not conform to the
--
	undenormalise(filterstore);
--------^
cxx: Warning: comb.hpp, line 48: This statement uses the type "comb" to
          reference the same storage location.  This does not conform to the
--
cxx: Warning: session.cpp, line 49: missing return statement at end of non-void
          function "Session::startExecute" (D:missingreturn)
--
cc -std1 -DHAVE_CONFIG_H -I. -I. -I../.. -I. `/usr/local/kde22/bin/artsc-config \
--cflags`  -I/usr/local/kde22/include -I/usr/include/mme -I/usr/opt/MME210/include \
-DDEFAULT_PATH=\"//usr/local/kde22/share/apps/kmidi/config\" -DAU_DEC -DAU_AUDRIV  \
-DIA_XAW -I/usr/local/kde22/include -I/usr/include/mme -I/usr/opt/MME210/include  \
-std1 -O3 -fast -tune ev56 -arch generic -DAES_SOURCE  -D__DECC__ \
                -I/usr/local/include -L/usr/local/lib -c resample.c
cc: Warning: resample.c, line 1288: In this statement, the expression \
"*dest++=*(dest-1)/2" modifies "dest", and fetches its value in a computation that is \
not used to produce the modified value without an intervening sequence point.  This \
                behavior is undefined. (undefvarfetch)
  *dest++ = *(dest - 1) / 2;
--^
cc: Warning: resample.c, line 1289: In this statement, the expression \
"*dest++=*(dest-1)/2" modifies "dest", and fetches its value in a computation that is \
not used to produce the modified value without an intervening sequence point.  This \
                behavior is undefined. (undefvarfetch)
  *dest++ = *(dest - 1) / 2;
--
/home8/kde2d/qt-copy/bin/moc ./kmidi.h -o kmidi.moc
cxx: Warning: playmidi.h, line 204: incompatible redefinition of macro "DELAY"
          (declared at line 217 of "/usr/include/machine/machparam.h")
--
cxx: Warning: playmidi.h, line 204: incompatible redefinition of macro "DELAY"
          (declared at line 217 of "/usr/include/machine/machparam.h")
--
/home8/kde2d/qt-copy/bin/moc ./midiapplication.h -o midiapplication.moc
cxx: Warning: playmidi.h, line 204: incompatible redefinition of macro "DELAY"
          (declared at line 217 of "/usr/include/machine/machparam.h")
--
cc -std1 -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/local/kde22/include \
-I/home8/kde2d/qt-copy/include -I. -I/usr/local/include -I/usr/local/kde22/include \
-I/usr/include/mme -I/usr/opt/MME210/include -DNDEBUG -std1 -O3 -fast -tune ev56 \
-arch generic -DAES_SOURCE -D__DECC__ -I/usr/local/include -L/usr/local/lib -c \
                wm_helpers.c   -DPIC -o .libs/wm_helpers.o
cc: Warning: wm_helpers.c, line 66: In this statement, "malloc(...)" of type "int", \
is being converted to "pointer to char". (cvtdiftypes)  s = malloc(10);
--------^
cc: Warning: wm_helpers.c, line 117: In this statement, "malloc(...)" of type "int", \
                is being converted to "pointer to char". (cvtdiftypes)
	*t = malloc(strlen(s) + 1);
--------^
cc: Warning: wm_helpers.c, line 142: In this statement, "realloc(...)" of type "int", \
                is being converted to "pointer to char". (cvtdiftypes)
		*t = realloc(*t, len);
----------------^
cc: Warning: wm_helpers.c, line 160: In this statement, "malloc(...)" of type "int", \
is being converted to "pointer to char". (cvtdiftypes)  new = malloc(strlen(s) + 1);
--
cc -std1 -DHAVE_CONFIG_H -I. -I. -I../.. -I/app -I/usr/local/kde22/include \
-I/usr/include/mme -I/usr/opt/MME210/include -I../.. -I../../include -DNDEBUG -std1 \
-O3 -fast -tune ev56 -arch generic -DAES_SOURCE -D__DECC__ -I/usr/local/include \
-L/usr/local/lib -O2 -funroll-all-loops -finline-functions -ffast-math -D_REENTRANT \
-DNOXFERMEM -DNO_EQUALIZER -DNO_DECODE_AUDIO -DNO_DECODE_FILE -DNO_DECODE_WAV -c \
                httpget.c   -DPIC -o .libs/httpget.o
cc: Warning: httpget.c, line 292: In the initializer for urlptr, the referenced type \
of the pointer value "url" is const, but the referenced type of the target of this \
assignment is not. (notconstqual)  char *urlptr = url;
--
cxx: Warning: mpg123PlayObject_impl.cpp, line 322: variable "semdat" is used
          before its value is set (D:usedbeforeset)
	semctl(buflen_sem,0,IPC_RMID,semdat);
-------------------------------------^
cxx: Warning: mpg123PlayObject_impl.cpp, line 623: variable "semdat" is used
          before its value is set (D:usedbeforeset)
--
/home8/kde2d/qt-copy/bin/moc ./irprefs.h -o irprefs.moc
./irprefs.h:32: Warning: Variable as signal or slot.
--
cxx: Warning: ksaver.cpp, line 135: NULL reference is not allowed (D:nullref)
		return *static_cast<QFile *>(0);
-----------------------^
cxx: Warning: ksaver.cpp, line 156: NULL reference is not allowed (D:nullref)
		return *static_cast<QTextStream *>(0);
-----------------------^
cxx: Warning: ksaver.cpp, line 178: NULL reference is not allowed (D:nullref)
		return *static_cast<QDataStream *>(0);
--
**************************************************************  kdepim
cc -std1 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../src -I../../src -I. -std1 \
-O3 -fast -tune ev56 -arch generic -DAES_SOURCE -D__DECC__ -I/usr/local/include \
                -L/usr/local/lib -c icalderivedparameter.c   -DPIC -o \
                .libs/icalderivedparameter.o
cc: Warning: icalderivedparameter.c, line 230: The use of the -ifo option has \
prevented this redeclaration of "parameter_map" from changing its linkage. The \
linkage will be that specified by the earlier declaration at line number 58 in file \
icalderivedparameter.c. (pluswstocls) static struct icalparameter_kind_map \
                parameter_map[] = {
-------------------------------------^
cc: Warning: icalderivedparameter.c, line 257: The use of the -ifo option has \
prevented this redeclaration of "icalparameter_map" from changing its linkage. The \
linkage will be that specified by the earlier declaration at line number 132 in file \
icalderivedparameter.c. (pluswstocls) static struct icalparameter_map \
                icalparameter_map[] = {
--
/bin/sh ../../libtool --mode=compile cc -std1 -DHAVE_CONFIG_H -I. -I. -I../.. \
-I../..		-I../../src		-I../../src		-I.    -std1 -O3 -fast -tune ev56 -arch generic \
-DAES_SOURCE  -D__DECC__ -I/usr/local/include -L/usr/local/lib -c icalcomponent.c cc \
-std1 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../src -I../../src -I. -std1 -O3 \
-fast -tune ev56 -arch generic -DAES_SOURCE -D__DECC__ -I/usr/local/include \
                -L/usr/local/lib -c icalcomponent.c   -DPIC -o .libs/icalcomponent.o
cc: Warning: icalcomponent.c, line 279: In this statement, the referenced type of the \
pointer value "icalproperty_as_ical_string(...)" is const, but the referenced type of \
the target of this assignment is not. (notconstqual)  tmp_buf = \
                icalproperty_as_ical_string(p);
--
/bin/sh ../../libtool --mode=compile cc -std1 -DHAVE_CONFIG_H -I. -I. -I../.. \
-I../..		-I../../src		-I../../src		-I.    -std1 -O3 -fast -tune ev56 -arch generic \
-DAES_SOURCE  -D__DECC__ -I/usr/local/include -L/usr/local/lib -c icallexer.c cc \
-std1 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../src -I../../src -I. -std1 -O3 \
-fast -tune ev56 -arch generic -DAES_SOURCE -D__DECC__ -I/usr/local/include \
                -L/usr/local/lib -c icallexer.c   -DPIC -o .libs/icallexer.o
cc: Warning: icalyacc.h, line 18: The redefinition of the macro "TRUE" conflicts with \
a current definition because the replacement lists differ.  The redefinition is now \
in effect. (macroredef) #define	TRUE	269
----------------^
cc: Warning: icalyacc.h, line 19: The redefinition of the macro "FALSE" conflicts \
with a current definition because the replacement lists differ.  The redefinition is \
now in effect. (macroredef) #define	FALSE	270
--
/bin/sh ../../libtool --mode=compile cc -std1 -DHAVE_CONFIG_H -I. -I. -I../.. \
-I../..		-I../../src		-I../../src		-I.    -std1 -O3 -fast -tune ev56 -arch generic \
-DAES_SOURCE  -D__DECC__ -I/usr/local/include -L/usr/local/lib -c \
icalderivedproperty.c cc -std1 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../src \
-I../../src -I. -std1 -O3 -fast -tune ev56 -arch generic -DAES_SOURCE -D__DECC__ \
-I/usr/local/include -L/usr/local/lib -c icalderivedproperty.c   -DPIC -o \
                .libs/icalderivedproperty.o
cc: Warning: icalderivedproperty.c, line 251: The use of the -ifo option has \
prevented this redeclaration of "property_map" from changing its linkage. The linkage \
will be that specified by the earlier declaration at line number 62 in file \
icalderivedproperty.c. (pluswstocls) static struct icalproperty_map property_map[] = \
                {
-------------------------------^
cc: Warning: icalderivedproperty.c, line 317: The use of the -ifo option has \
prevented this redeclaration of "enum_map" from changing its linkage. The linkage \
will be that specified by the earlier declaration at line number 142 in file \
icalderivedproperty.c. (pluswstocls) static struct icalproperty_enum_map enum_map[] = \
                {
--
/bin/sh ../../libtool --mode=compile cc -std1 -DHAVE_CONFIG_H -I. -I. -I../.. \
-I../..		-I../../src		-I../../src		-I.    -std1 -O3 -fast -tune ev56 -arch generic \
-DAES_SOURCE  -D__DECC__ -I/usr/local/include -L/usr/local/lib -c icalvalue.c cc \
-std1 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../src -I../../src -I. -std1 -O3 \
-fast -tune ev56 -arch generic -DAES_SOURCE -D__DECC__ -I/usr/local/include \
                -L/usr/local/lib -c icalvalue.c   -DPIC -o .libs/icalvalue.o
cc: Warning: icalvalue.c, line 501: In this statement, the referenced type of the \
pointer value "v->x_value" is const, but the referenced type of the target of this \
assignment is not. (notconstqual)  free(v->x_value);
--
/bin/sh ../../libtool --mode=compile cc -std1 -DHAVE_CONFIG_H -I. -I. -I../.. \
-I../..		-I../../src		-I../../src		-I.    -std1 -O3 -fast -tune ev56 -arch generic \
-DAES_SOURCE  -D__DECC__ -I/usr/local/include -L/usr/local/lib -c icalderivedvalue.c \
cc -std1 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../src -I../../src -I. -std1 \
-O3 -fast -tune ev56 -arch generic -DAES_SOURCE -D__DECC__ -I/usr/local/include \
                -L/usr/local/lib -c icalderivedvalue.c   -DPIC -o \
                .libs/icalderivedvalue.o
cc: Warning: icalderivedvalue.c, line 300: The use of the -ifo option has prevented \
this redeclaration of "value_map" from changing its linkage. The linkage will be that \
specified by the earlier declaration at line number 63 in file icalderivedvalue.c. \
(pluswstocls) static struct icalvalue_kind_map value_map[]={
--
/bin/sh ../../libtool --mode=compile cc -std1 -DHAVE_CONFIG_H -I. -I. -I../.. \
-I../..		-I../../src		-I../../src		-I../../src/libical		-I../../src/libical		-I./libical \
-std1 -O3 -fast -tune ev56 -arch generic -DAES_SOURCE  -D__DECC__ \
-I/usr/local/include -L/usr/local/lib -c icaldirset.c cc -std1 -DHAVE_CONFIG_H -I. \
-I. -I../.. -I../.. -I../../src -I../../src -I../../src/libical -I../../src/libical \
-I./libical -std1 -O3 -fast -tune ev56 -arch generic -DAES_SOURCE -D__DECC__ \
                -I/usr/local/include -L/usr/local/lib -c icaldirset.c   -DPIC -o \
                .libs/icaldirset.o
cc: Warning: icaldirset.c, line 525: Non-void function "icaldirset_fetch_match" does \
not contain a return statement. (missingreturn) icalcomponent* \
                icaldirset_fetch_match(icaldirset* set, icalcomponent *c)
--
/bin/sh ../../libtool --mode=compile cc -std1 -DHAVE_CONFIG_H -I. -I. -I../.. \
-I../..		-I../../src		-I../../src		-I../../src/libical		-I../../src/libical		-I./libical \
-std1 -O3 -fast -tune ev56 -arch generic -DAES_SOURCE  -D__DECC__ \
-I/usr/local/include -L/usr/local/lib -c icalcstpclient.c cc -std1 -DHAVE_CONFIG_H \
-I. -I. -I../.. -I../.. -I../../src -I../../src -I../../src/libical \
-I../../src/libical -I./libical -std1 -O3 -fast -tune ev56 -arch generic -DAES_SOURCE \
-D__DECC__ -I/usr/local/include -L/usr/local/lib -c icalcstpclient.c   -DPIC -o \
                .libs/icalcstpclient.o
cc: Warning: icalcstpclient.c, line 176: Non-void function "icalcstpc_first_response" \
does not contain a return statement. (missingreturn) icalcstpc_response \
icalcstpc_first_response(icalcstpc* cstp) ^
cc: Warning: icalcstpclient.c, line 183: Non-void function "icalcstpc_next_response" \
does not contain a return statement. (missingreturn) icalcstpc_response \
icalcstpc_next_response(icalcstpc* cstp) ^
cc: Warning: icalcstpclient.c, line 189: Non-void function "icalcstpc_set_timeout" \
does not contain a return statement. (missingreturn) int \
icalcstpc_set_timeout(icalcstpc* cstp, int sec) ^
cc: Warning: icalcstpclient.c, line 240: In this statement, the referenced type of \
the pointer value "icalcstp_command_to_string(...)" is const, but the referenced type \
of the target of this assignment is not. (notconstqual)  command_str = \
                icalcstp_command_to_string(impl->command);
---^
cc: Warning: icalcstpclient.c, line 264: In this statement, the referenced type of \
the pointer value "icalcstp_command_to_string(...)" is const, but the referenced type \
of the target of this assignment is not. (notconstqual)  command_str = \
                icalcstp_command_to_string(impl->command);
--
/bin/sh ../../libtool --mode=compile cc -std1 -DHAVE_CONFIG_H -I. -I. -I../.. \
-I../..		-I../../src		-I../../src		-I../../src/libical		-I../../src/libical		-I./libical \
-std1 -O3 -fast -tune ev56 -arch generic -DAES_SOURCE  -D__DECC__ \
-I/usr/local/include -L/usr/local/lib -c icalcstp.c cc -std1 -DHAVE_CONFIG_H -I. -I. \
-I../.. -I../.. -I../../src -I../../src -I../../src/libical -I../../src/libical \
-I./libical -std1 -O3 -fast -tune ev56 -arch generic -DAES_SOURCE -D__DECC__ \
                -I/usr/local/include -L/usr/local/lib -c icalcstp.c   -DPIC -o \
                .libs/icalcstp.o
cc: Warning: icalcstp.c, line 95: Non-void function "icalcstp_line_is_mime" does not \
contain a return statement. (missingreturn) int icalcstp_line_is_mime(char* line)
--
creating copycluster
cc -std1 -DHAVE_CONFIG_H -I. -I. -I../.. -I. 				       -I../libicalvcal 		       \
-I./../libicalvcal 	       -I. 			       -I../libical 			       -I./../libical 		     \
-I../libicalss 			       -I./../libicalss               -std1 -O3 -fast -tune ev56 \
-arch generic -DAES_SOURCE  -D__DECC__ -I/usr/local/include -L/usr/local/lib -c \
                regression.c
cc: Warning: regression.c, line 1359: In this statement, the referenced type of the \
pointer value "icalproperty_as_ical_string(...)" is const, but the referenced type of \
the target of this assignment is not. (notconstqual)  str = \
                icalproperty_as_ical_string (p);
------------^
cc: Warning: regression.c, line 2531: In this statement, the referenced type of the \
pointer value "icalproperty_as_ical_string(...)" is const, but the referenced type of \
the target of this assignment is not. (notconstqual)  str = \
                icalproperty_as_ical_string (p);
------------^
cc: Warning: regression.c, line 3081: In this statement, the referenced type of the \
pointer value "icalproperty_as_ical_string(...)" is const, but the referenced type of \
the target of this assignment is not. (notconstqual)  str = \
                icalproperty_as_ical_string(p);
----^
cc: Warning: regression.c, line 3091: In this statement, the referenced type of the \
pointer value "icalproperty_as_ical_string(...)" is const, but the referenced type of \
the target of this assignment is not. (notconstqual)  str = \
                icalproperty_as_ical_string(p);
----^
cc: Warning: regression.c, line 3102: In this statement, the referenced type of the \
pointer value "icalproperty_as_ical_string(...)" is const, but the referenced type of \
the target of this assignment is not. (notconstqual)  str = \
                icalproperty_as_ical_string(p);
----^
cc: Warning: regression.c, line 3114: In this statement, the referenced type of the \
pointer value "icalproperty_as_ical_string(...)" is const, but the referenced type of \
the target of this assignment is not. (notconstqual)  str = \
                icalproperty_as_ical_string(p);
----^
cc: Warning: regression.c, line 3125: In this statement, the referenced type of the \
pointer value "icalproperty_as_ical_string(...)" is const, but the referenced type of \
the target of this assignment is not. (notconstqual)  str = \
                icalproperty_as_ical_string(p);
----^
cc: Warning: regression.c, line 3137: In this statement, the referenced type of the \
pointer value "icalproperty_as_ical_string(...)" is const, but the referenced type of \
the target of this assignment is not. (notconstqual)  str = \
                icalproperty_as_ical_string(p);
----^
cc: Warning: regression.c, line 3149: In this statement, the referenced type of the \
pointer value "icalproperty_as_ical_string(...)" is const, but the referenced type of \
the target of this assignment is not. (notconstqual)  str = \
                icalproperty_as_ical_string(p);
----^
cc: Warning: regression.c, line 3161: In this statement, the referenced type of the \
pointer value "icalproperty_as_ical_string(...)" is const, but the referenced type of \
the target of this assignment is not. (notconstqual)  str = \
                icalproperty_as_ical_string(p);
----^
cc: Warning: regression.c, line 3187: In this statement, the referenced type of the \
pointer value "icalproperty_as_ical_string(...)" is const, but the referenced type of \
the target of this assignment is not. (notconstqual)  str = \
                icalproperty_as_ical_string(p);
----^
cc: Warning: regression.c, line 3198: In this statement, the referenced type of the \
pointer value "icalproperty_as_ical_string(...)" is const, but the referenced type of \
the target of this assignment is not. (notconstqual)  str = \
                icalproperty_as_ical_string(p);
----^
cc: Warning: regression.c, line 3208: In this statement, the referenced type of the \
pointer value "icalproperty_as_ical_string(...)" is const, but the referenced type of \
the target of this assignment is not. (notconstqual)  str = \
                icalproperty_as_ical_string(p);
----^
cc: Warning: regression.c, line 3219: In this statement, the referenced type of the \
pointer value "icalproperty_as_ical_string(...)" is const, but the referenced type of \
the target of this assignment is not. (notconstqual)  str = \
                icalproperty_as_ical_string(p);
----^
cc: Warning: regression.c, line 3230: In this statement, the referenced type of the \
pointer value "icalproperty_as_ical_string(...)" is const, but the referenced type of \
the target of this assignment is not. (notconstqual)  str = \
                icalproperty_as_ical_string(p);
----^
cc: Warning: regression.c, line 3241: In this statement, the referenced type of the \
pointer value "icalproperty_as_ical_string(...)" is const, but the referenced type of \
the target of this assignment is not. (notconstqual)  str = \
                icalproperty_as_ical_string(p);
----^
cc: Warning: regression.c, line 3252: In this statement, the referenced type of the \
pointer value "icalproperty_as_ical_string(...)" is const, but the referenced type of \
the target of this assignment is not. (notconstqual)  str = \
                icalproperty_as_ical_string(p);
----^
cc: Warning: regression.c, line 3263: In this statement, the referenced type of the \
pointer value "icalproperty_as_ical_string(...)" is const, but the referenced type of \
the target of this assignment is not. (notconstqual)  str = \
                icalproperty_as_ical_string(p);
--
creating storage
cc -std1 -DHAVE_CONFIG_H -I. -I. -I../.. -I. 				       -I../libicalvcal 		       \
-I./../libicalvcal 	       -I. 			       -I../libical 			       -I./../libical 		     \
-I../libicalss 			       -I./../libicalss               -std1 -O3 -fast -tune ev56 \
-arch generic -DAES_SOURCE  -D__DECC__ -I/usr/local/include -L/usr/local/lib -c \
                stow.c
cc: Warning: stow.c, line 265: In this statement, the referenced type of the pointer \
value "organizer" is const, but the referenced type of the target of this assignment \
is not. (notconstqual)  org_addr = organizer;
--
mkdir .libs
cc -std1 -DHAVE_CONFIG_H -I. -I. -I../.. -DNDEBUG -std1 -O3 -fast -tune ev56 -arch \
generic -DAES_SOURCE -D__DECC__ -I/usr/local/include -L/usr/local/lib -c vcc.c   \
                -DPIC -o .libs/vcc.o
cc: Warning: ./vcc.y, line 1034: The use of the -ifo option has prevented this \
redeclaration of "mime_lex" from changing its linkage. The linkage will be that \
specified by the earlier declaration at line number 432 in file \
/usr/share/misc/bison.simple. (pluswstocls) static int yylex() {
--
/bin/sh ../libtool --mode=compile cc -std1 -DHAVE_CONFIG_H -I. -I. -I.. \
-I/usr/local/kde22/include -I/home8/kde2d/qt-copy/include -I.  -I/usr/local/include 	 \
-I./versit            -I../libical/src/libical            -I../libical/src/libicalss \
-I../libical/src/libical 	   -I../libical/src/libicalss    -DNDEBUG -std1 -O3 -fast \
-tune ev56 -arch generic -DAES_SOURCE  -D__DECC__ -I/usr/local/include \
-L/usr/local/lib -c parseholiday.c cc -std1 -DHAVE_CONFIG_H -I. -I. -I.. \
-I/usr/local/kde22/include -I/home8/kde2d/qt-copy/include -I. -I/usr/local/include \
-I./versit -I../libical/src/libical -I../libical/src/libicalss \
-I../libical/src/libical -I../libical/src/libicalss -DNDEBUG -std1 -O3 -fast -tune \
ev56 -arch generic -DAES_SOURCE -D__DECC__ -I/usr/local/include -L/usr/local/lib -c \
                parseholiday.c   -DPIC -o .libs/parseholiday.o
cc: Warning: parseholiday.y, line 617: In this statement, the referenced type of the \
pointer value "holidays" is const, but the referenced type of the target of this \
assignment is not. (notconstqual)  filename = holidays;
--
/home8/kde2d/qt-copy/bin/moc ./KGanttBarConfig.h -o KGanttBarConfig.moc
./KGanttBarConfig.h:54: Warning: Variable as signal or slot.
--
--
/home8/kde2d/qt-copy/bin/moc ./kpilotlink.h -o kpilotlink.moc
cxx: Warning: statusMessages.h, line 61: declaration requires a typedef name
          (D:missingtypname)
--
cxx: Warning: statusMessages.h, line 61: declaration requires a typedef name
          (D:missingtypname)
--
----------^
cxx: Warning: statusMessages.h, line 61: declaration requires a typedef name
          (D:missingtypname)
--
/home8/kde2d/qt-copy/bin/moc ./kpilot.h -o kpilot.moc
cxx: Warning: statusMessages.h, line 61: declaration requires a typedef name
          (D:missingtypname)
	} ;
----------^
cxx: Warning: kpilot.cc, line 841: argument of type "int *" is incompatible
          with parameter of type
--
/home8/kde2d/qt-copy/bin/moc ./fileInstallWidget.h -o fileInstallWidget.moc
cxx: Warning: statusMessages.h, line 61: declaration requires a typedef name
          (D:missingtypname)
--
/home8/kde2d/qt-copy/bin/moc ./memoWidget.h -o memoWidget.moc
cxx: Warning: statusMessages.h, line 61: declaration requires a typedef name
          (D:missingtypname)
--
/home8/kde2d/qt-copy/bin/moc ./pilotDaemon.h -o pilotDaemon.moc
cxx: Warning: statusMessages.h, line 61: declaration requires a typedef name
          (D:missingtypname)
	} ;
----------^
cxx: Warning: pilotDaemon.cc, line 1014: argument of type "int *" is
          incompatible with parameter of type
--
      out.write(&len, sizeof(int));
----------------^
cxx: Warning: pilotDaemon.cc, line 1015: argument of type "int *" is
          incompatible with parameter of type
--
      out.write(&attrib, sizeof(int));
----------------^
cxx: Warning: pilotDaemon.cc, line 1016: argument of type "int *" is
          incompatible with parameter of type
--
      out.write(&cat, sizeof(int));
----------------^
cxx: Warning: pilotDaemon.cc, line 1017: argument of type "recordid_t *" is
          incompatible with parameter of type
--
      out.write(&uid, sizeof(recordid_t));
----------------^
cxx: Warning: pilotDaemon.cc, line 1034: argument of type "int *" is
          incompatible with parameter of type
--
      out.write(&len, sizeof(int));
----------------^
cxx: Warning: pilotDaemon.cc, line 1097: argument of type "const int *" is
          incompatible with parameter of type
--
**************************************************************  koffice
gmake -f ./admin/Makefile.common cvs-clean
--
cxx: Warning: qstylesheet.cpp, line 580: subscript out of range (D:idxoutrange)
	d->margin[5] = v;
--
cxx: Warning: textelement.cc, line 268: missing return statement at end of
          non-void function "TextElement::toLatex" (D:missingreturn)
--
/home8/kde2d/qt-copy/bin/moc ./formula_container.h -o formula_container.moc.cc
./formula_container.h:0: Warning: No relevant classes found. No output generated.
--
cxx: Warning: kis_tool_brush.cc, line 276: variable "ts.penOpacity" is fetched,
          not initialized (D:uninit2)
--
cxx: Warning: kis_tool_pen.cc, line 271: variable "ts.lineOpacity" is fetched,
          not initialized (D:uninit2)
--
cxx: Warning: kis_tool_airbrush.cc, line 335: variable "ts.penOpacity" is
          fetched, not initialized (D:uninit2)
--
cxx: Warning: kis_tool_eraser.cc, line 282: variable "ts.penOpacity" is
          fetched, not initialized (D:uninit2)
--
cxx: Warning: kis_tool_fill.cc, line 294: variable "ts.penOpacity" is fetched,
          not initialized (D:uninit2)
--
cxx: Warning: kis_tool_stamp.cc, line 464: variable "ts.penOpacity" is fetched,
          not initialized (D:uninit2)
--
cxx: Warning: kis_tool_line.cc, line 134: variable "ts.penOpacity" is fetched,
          not initialized (D:uninit2)
--
cxx: Warning: kis_tool_rectangle.cc, line 132: variable "ts.penOpacity" is
          fetched, not initialized (D:uninit2)
--
cxx: Warning: kis_tool_ellipse.cc, line 134: variable "ts.penOpacity" is
          fetched, not initialized (D:uninit2)
--
cxx: Warning: kis_tool_polyline.cc, line 157: variable "ts.penOpacity" is
          fetched, not initialized (D:uninit2)
--
cxx: Warning: kis_tool_colorchanger.cc, line 156: variable "ts.penOpacity" is
          fetched, not initialized (D:uninit2)
--
cxx: Warning: kivio_wrap.cpp, line 194: This statement uses the type
          "swig_varlinkobject" to reference a storage location.
--
  result->ob_refcnt = 0;
--^
cxx: Warning: kivio_wrap.cpp, line 195: This statement uses the type "PyObject"
          to reference the same storage location.  This does not conform to
--
cxx: Warning: tool_select.cpp, line 780: declaration is not qualifier
          compatible with "int SelectTool::isOverResizeHandle(KivioStencil *,
--
cxx: Warning: kcalc_core.cpp, line 1722: shift count is too large
          (D:shiftcntbig)
        unsigned long   bit_mask = (1 << ((sizeof(amount) * CHAR_BIT) - 1));
-----------------------------------------^
cxx: Warning: kcalc_core.cpp, line 646: variable "work_amount1" is fetched, not
          initialized (D:uninit2)
--
--
cxx: Warning: csvexport.cc, line 72: type qualifier is meaningless on cast type
          (D:castqualtyp)
--
mkdir .libs
cxx: Warning: applixspreadimport.cc, line 327: variable "ccol" is fetched, not
          initialized (D:uninit2)
--
mkdir .libs
          code (D:initnotreach)
--
cxx: Warning: klaola.cc, line 72: declaration is not qualifier compatible with
          "void KLaola::createTree(const int, short)" (declared at line 103 of
--
void KLaola::createTree(const int handle, const short index) {
-------------^
cxx: Warning: klaola.cc, line 358: declaration is not qualifier compatible with
          "void KLaola::readPPSEntry(int, int)" (declared at line 102 of
--
          (D:badppdirkey)

**************************************************************  kdevelop
cxx: Warning: highlight.cpp, line 1432: variable "dataType" is used before its
          value is set (D:usedbeforeset)
--
cxx: Warning: debuggerpart.cpp, line 445: variable "lineNum" is used before its
          value is set (D:usedbeforeset)
--
-- 
--------------------------------------------------------------------------
Dr. Tom Leitner                             Dept. of Communications
                                            Graz University of Technology,
e-mail    : tom@radar.tu-graz.ac.at         Inffeldgasse 12
Phone     : +43-316-873-7455                A-8010 Graz / Austria / Europe
Fax       : +43-316-463-697
Home page : http://www.radar.tugraz.at/people/tom.html
PGP public key on : ftp://wiis.tu-graz.ac.at/pgp-keys/tom.asc or send
mail with subject "get Thomas Leitner" to pgp-public-keys@keys.pgp.net
--------------------------------------------------------------------------
    Before we have the paperless office, we have the paperless toilet!

 
> > Visit http://master.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic