From: Daniel G. <dg...@su...> - 2006-05-25 14:52:53
|
On Thursday 25 May 2006 15:08, Anders Semb Hermansen wrote: > gcc -DHAVE_CONFIG_H -I. -I. -I../.. -pthread -I/usr/include/glib-2.0 > -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I../.. -Wall -Werror > -g -O2 -MT libsyncml_xml_la-sml_xml_parse.lo -MD -MP -MF > .deps/libsyncml_xml_la-sml_xml_parse.Tpo -c sml_xml_parse.c -fPIC -DPIC > -o .libs/libsyncml_xml_la-sml_xml_parse.o > cc1: warnings being treated as errors > sml_xml_parse.c: In function '_smlItemParse': > sml_xml_parse.c:553: warning: pointer targets in passing argument 6 of > '_smlCommandMetaParse' differ in signedness > sml_xml_parse.c: In function '_smlCommandSyncParse': > sml_xml_parse.c:986: warning: pointer targets in passing argument 6 of > '_smlCommandMetaParse' differ in signedness > sml_xml_parse.c:996: warning: pointer targets in passing argument 2 of > '_smlXmlParserGetID' differ in signedness > make[3]: *** [libsyncml_xml_la-sml_xml_parse.lo] Error 1 > make[3]: Leaving directory > `/home/anders/synctest/src/libsyncml-svn/libsyncml/parser' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory > `/home/anders/synctest/src/libsyncml-svn/libsyncml' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/home/anders/synctest/src/libsyncml-svn' > make: *** [all] Error 2 I wrote a patch (attachted) to fix the gcc warning. Armin, should i commit it? best regards, Daniel |