[xml] xmllib2-2.3.4 compiler warnings on QNX



I do not know if anyone would be interested in these warnings, but
our policy is that all code must be error and warning free when run on
compilers from HP,  QNX Watcom and GNU.    The following list of
warnings was found by Watcom on QNX.   It is my experiance that
some of these could be serious bugs.  We would like to clean these up,
but feel that this is a job for xmlsoft, and that everyone would benifit.

In particular, the warnings like:

Warning! W124: Comparison result always 1
Warning! W124: Comparison result always 0

are often related to bugs that rarely happen, are hard to reproduce
and next to impossible to find.

These two warnings usually come about when you compare
unsigned ints to 0

        if ( unsigned int < 0 )   -  result is always 0

        if( unsigned int > 0 ) - result is always 1

Depending on the logic, these can be real nasty errors, or nothing at all.


        Warnings found by the Watcom compiler on QNX. like

        libxml2-2.3.4

entities.c(550): Warning! W124: Comparison result always 1
entities.c(550): Warning! W124: Comparison result always 1
entities.c(759): Warning! W124: Comparison result always 1
entities.c(759): Warning! W124: Comparison result always 1
parser.c(853): Warning! W201: Unreachable code
parser.c(864): Warning! W201: Unreachable code
parser.c(4846): Warning! W201: Unreachable code
HTMLparser.c(1597): Warning! W201: Unreachable code
HTMLparser.c(1604): Warning! W201: Unreachable code
HTMLparser.c(2324): Warning! W124: Comparison result always 1
HTMLparser.c(2324): Warning! W124: Comparison result always 0
HTMLparser.c(2324): Warning! W124: Comparison result always 1
HTMLparser.c(2324): Warning! W124: Comparison result always 0
HTMLparser.c(2324): Warning! W124: Comparison result always 1
HTMLparser.c(2349): Warning! W124: Comparison result always 1
HTMLparser.c(2349): Warning! W124: Comparison result always 0
HTMLparser.c(2349): Warning! W124: Comparison result always 1
HTMLparser.c(2349): Warning! W124: Comparison result always 0
HTMLparser.c(2349): Warning! W124: Comparison result always 1
debugXML.c(1553): Warning! W200: 'nbargs' has been referenced but never assigned a value
xpath.c(2144): Warning! W201: Unreachable code
xpath.c(2192): Warning! W201: Unreachable code
xpath.c(5130): Warning! W124: Comparison result always 1
xpath.c(5130): Warning! W124: Comparison result always 0
xpath.c(5130): Warning! W124: Comparison result always 1
xpath.c(5130): Warning! W124: Comparison result always 0
xpath.c(5130): Warning! W124: Comparison result always 1
xpath.c(5132): Warning! W124: Comparison result always 1
xpath.c(5132): Warning! W124: Comparison result always 0
xpath.c(5132): Warning! W124: Comparison result always 1
xpath.c(5132): Warning! W124: Comparison result always 0
xpath.c(5132): Warning! W124: Comparison result always 1
xpath.c(5141): Warning! W124: Comparison result always 1
xpath.c(5141): Warning! W124: Comparison result always 0
xpath.c(5141): Warning! W124: Comparison result always 1
xpath.c(5141): Warning! W124: Comparison result always 0
xpath.c(5141): Warning! W124: Comparison result always 1
xpath.c(5143): Warning! W124: Comparison result always 1
xpath.c(5143): Warning! W124: Comparison result always 0
xpath.c(5143): Warning! W124: Comparison result always 1
xpath.c(5143): Warning! W124: Comparison result always 0
xpath.c(5143): Warning! W124: Comparison result always 1
xpointer.c(1990): Warning! W201: Unreachable code
xpointer.c(2027): Warning! W201: Unreachable code
xpointer.c(2589): Warning! W201: Unreachable code
xpointer.c(2625): Warning! W201: Unreachable code
xinclude.c(497): Warning! W124: Comparison result always 1
xinclude.c(497): Warning! W124: Comparison result always 0
xinclude.c(497): Warning! W124: Comparison result always 1
xinclude.c(497): Warning! W124: Comparison result always 0
xinclude.c(497): Warning! W124: Comparison result always 1
nanohttp.c(735): Warning! W113: Pointer type mismatch
nanoftp.c(1334): Warning! W113: Pointer type mismatch
nanoftp.c(1342): Warning! W113: Pointer type mismatch
nanoftp.c(140): Warning! W301: No prototype found for 'gethostname'
Warning! Redefinition of symbol 'xmlDebugDumpDTD_' in file 'debugXML.o' ignored.
Warning! Redefinition of symbol 'xmlBufferWriteChar_' in file 'tree.o' ignored.
cc warning: cc: cannot find library 'm'
cc warning: cc: cannot find library 'm'
cc warning: cc: cannot find library 'm'
cc warning: cc: cannot find library 'm'
cc warning: cc: cannot find library 'm'
cc warning: cc: cannot find library 'm'
cc warning: cc: cannot find library 'm'
cc warning: cc: cannot find library 'm'
cc warning: cc: cannot find library 'm'
cc warning: cc: cannot find library 'm'
cc warning: cc: cannot find library 'm'
cc warning: cc: cannot find library 'm'


A log of the make that generated the above warnings:

/bin/make  all-recursive
make[1]: Entering directory `/home/stan/p4_work/wfree/libxml2-2.3.4'
Making all in .
make[2]: Entering directory `/home/stan/p4_work/wfree/libxml2-2.3.4'
/bin/sh ./libtool --mode=compile cc  -DHAVE_CONFIG_H -I. -I//25/home/stan/p4_work/wfree/libxml2-2.3.4 -I. 
-I//25/home/stan/p4_work/wfree/libxml2-2.3.4/include -I./include       -g -DNO_FILE_HIST 
-DUNREF_PRAGMA_SUPPORTED -DPACK_PRAGMA_SUPPORTED -DQNX4 
-DQNX -DCHAR_BITS=8 -DAUDIT -j -mf -5r -wx -Wc,"-s -ei -zp4 "  -Wall  -c SAX.c
cc -DHAVE_CONFIG_H -I. -I//25/home/stan/p4_work/wfree/libxml2-2.3.4 -I. 
-I//25/home/stan/p4_work/wfree/libxml2-2.3.4/include -I./include -g -DNO_FILE_HIST -DUNREF_PRAGMA_SUPPORTED 
-DPACK_PRAGMA_SUPPORTED -DQNX4 -DQNX -DCHAR_BITS=8 -DAUDIT -j -mf -5r -wx 
"-Wc,-s -ei -zp4 " -Wall -c SAX.c -o SAX.o
cc - unknown letter (a) for -Wall
echo timestamp > SAX.lo
/bin/sh ./libtool --mode=compile cc  -DHAVE_CONFIG_H -I. -I//25/home/stan/p4_work/wfree/libxml2-2.3.4 -I. 
-I//25/home/stan/p4_work/wfree/libxml2-2.3.4/include -I./include       -g -DNO_FILE_HIST 
-DUNREF_PRAGMA_SUPPORTED -DPACK_PRAGMA_SUPPORTED -DQNX4 
-DQNX -DCHAR_BITS=8 -DAUDIT -j -mf -5r -wx -Wc,"-s -ei -zp4 "  -Wall  -c entities.c
cc -DHAVE_CONFIG_H -I. -I//25/home/stan/p4_work/wfree/libxml2-2.3.4 -I. 
-I//25/home/stan/p4_work/wfree/libxml2-2.3.4/include -I./include -g -DNO_FILE_HIST -DUNREF_PRAGMA_SUPPORTED 
-DPACK_PRAGMA_SUPPORTED -DQNX4 -DQNX -DCHAR_BITS=8 -DAUDIT -j -mf -5r -wx 
"-Wc,-s -ei -zp4 " -Wall -c entities.c -o entities.o
cc - unknown letter (a) for -Wall
entities.c(550): Warning! W124: Comparison result always 1
entities.c(550): Warning! W124: Comparison result always 1
entities.c(759): Warning! W124: Comparison result always 1
entities.c(759): Warning! W124: Comparison result always 1
echo timestamp > entities.lo
/bin/sh ./libtool --mode=compile cc  -DHAVE_CONFIG_H -I. -I//25/home/stan/p4_work/wfree/libxml2-2.3.4 -I. 
-I//25/home/stan/p4_work/wfree/libxml2-2.3.4/include -I./include       -g -DNO_FILE_HIST 
-DUNREF_PRAGMA_SUPPORTED -DPACK_PRAGMA_SUPPORTED -DQNX4 
-DQNX -DCHAR_BITS=8 -DAUDIT -j -mf -5r -wx -Wc,"-s -ei -zp4 "  -Wall  -c encoding.c
cc -DHAVE_CONFIG_H -I. -I//25/home/stan/p4_work/wfree/libxml2-2.3.4 -I. 
-I//25/home/stan/p4_work/wfree/libxml2-2.3.4/include -I./include -g -DNO_FILE_HIST -DUNREF_PRAGMA_SUPPORTED 
-DPACK_PRAGMA_SUPPORTED -DQNX4 -DQNX -DCHAR_BITS=8 -DAUDIT -j -mf -5r -wx 
"-Wc,-s -ei -zp4 " -Wall -c encoding.c -o encoding.o
cc - unknown letter (a) for -Wall
echo timestamp > encoding.lo
/bin/sh ./libtool --mode=compile cc  -DHAVE_CONFIG_H -I. -I//25/home/stan/p4_work/wfree/libxml2-2.3.4 -I. 
-I//25/home/stan/p4_work/wfree/libxml2-2.3.4/include -I./include       -g -DNO_FILE_HIST 
-DUNREF_PRAGMA_SUPPORTED -DPACK_PRAGMA_SUPPORTED -DQNX4 
-DQNX -DCHAR_BITS=8 -DAUDIT -j -mf -5r -wx -Wc,"-s -ei -zp4 "  -Wall  -c error.c
cc -DHAVE_CONFIG_H -I. -I//25/home/stan/p4_work/wfree/libxml2-2.3.4 -I. 
-I//25/home/stan/p4_work/wfree/libxml2-2.3.4/include -I./include -g -DNO_FILE_HIST -DUNREF_PRAGMA_SUPPORTED 
-DPACK_PRAGMA_SUPPORTED -DQNX4 -DQNX -DCHAR_BITS=8 -DAUDIT -j -mf -5r -wx 
"-Wc,-s -ei -zp4 " -Wall -c error.c -o error.o
cc - unknown letter (a) for -Wall
echo timestamp > error.lo
/bin/sh ./libtool --mode=compile cc  -DHAVE_CONFIG_H -I. -I//25/home/stan/p4_work/wfree/libxml2-2.3.4 -I. 
-I//25/home/stan/p4_work/wfree/libxml2-2.3.4/include -I./include       -g -DNO_FILE_HIST 
-DUNREF_PRAGMA_SUPPORTED -DPACK_PRAGMA_SUPPORTED -DQNX4 
-DQNX -DCHAR_BITS=8 -DAUDIT -j -mf -5r -wx -Wc,"-s -ei -zp4 "  -Wall  -c parserInternals.c
cc -DHAVE_CONFIG_H -I. -I//25/home/stan/p4_work/wfree/libxml2-2.3.4 -I. 
-I//25/home/stan/p4_work/wfree/libxml2-2.3.4/include -I./include -g -DNO_FILE_HIST -DUNREF_PRAGMA_SUPPORTED 
-DPACK_PRAGMA_SUPPORTED -DQNX4 -DQNX -DCHAR_BITS=8 -DAUDIT -j -mf -5r -wx 
"-Wc,-s -ei -zp4 " -Wall -c parserInternals.c -o parserInternals.o
cc - unknown letter (a) for -Wall
echo timestamp > parserInternals.lo
/bin/sh ./libtool --mode=compile cc  -DHAVE_CONFIG_H -I. -I//25/home/stan/p4_work/wfree/libxml2-2.3.4 -I. 
-I//25/home/stan/p4_work/wfree/libxml2-2.3.4/include -I./include       -g -DNO_FILE_HIST 
-DUNREF_PRAGMA_SUPPORTED -DPACK_PRAGMA_SUPPORTED -DQNX4 
-DQNX -DCHAR_BITS=8 -DAUDIT -j -mf -5r -wx -Wc,"-s -ei -zp4 "  -Wall  -c parser.c
cc -DHAVE_CONFIG_H -I. -I//25/home/stan/p4_work/wfree/libxml2-2.3.4 -I. 
-I//25/home/stan/p4_work/wfree/libxml2-2.3.4/include -I./include -g -DNO_FILE_HIST -DUNREF_PRAGMA_SUPPORTED 
-DPACK_PRAGMA_SUPPORTED -DQNX4 -DQNX -DCHAR_BITS=8 -DAUDIT -j -mf -5r -wx 
"-Wc,-s -ei -zp4 " -Wall -c parser.c -o parser.o
cc - unknown letter (a) for -Wall
parser.c(853): Warning! W201: Unreachable code
parser.c(864): Warning! W201: Unreachable code
parser.c(4846): Warning! W201: Unreachable code
echo timestamp > parser.lo
/bin/sh ./libtool --mode=compile cc  -DHAVE_CONFIG_H -I. -I//25/home/stan/p4_work/wfree/libxml2-2.3.4 -I. 
-I//25/home/stan/p4_work/wfree/libxml2-2.3.4/include -I./include       -g -DNO_FILE_HIST 
-DUNREF_PRAGMA_SUPPORTED -DPACK_PRAGMA_SUPPORTED -DQNX4 
-DQNX -DCHAR_BITS=8 -DAUDIT -j -mf -5r -wx -Wc,"-s -ei -zp4 "  -Wall  -c tree.c
cc -DHAVE_CONFIG_H -I. -I//25/home/stan/p4_work/wfree/libxml2-2.3.4 -I. 
-I//25/home/stan/p4_work/wfree/libxml2-2.3.4/include -I./include -g -DNO_FILE_HIST -DUNREF_PRAGMA_SUPPORTED 
-DPACK_PRAGMA_SUPPORTED -DQNX4 -DQNX -DCHAR_BITS=8 -DAUDIT -j -mf -5r -wx 
"-Wc,-s -ei -zp4 " -Wall -c tree.c -o tree.o
cc - unknown letter (a) for -Wall
echo timestamp > tree.lo
/bin/sh ./libtool --mode=compile cc  -DHAVE_CONFIG_H -I. -I//25/home/stan/p4_work/wfree/libxml2-2.3.4 -I. 
-I//25/home/stan/p4_work/wfree/libxml2-2.3.4/include -I./include       -g -DNO_FILE_HIST 
-DUNREF_PRAGMA_SUPPORTED -DPACK_PRAGMA_SUPPORTED -DQNX4 
-DQNX -DCHAR_BITS=8 -DAUDIT -j -mf -5r -wx -Wc,"-s -ei -zp4 "  -Wall  -c hash.c
cc -DHAVE_CONFIG_H -I. -I//25/home/stan/p4_work/wfree/libxml2-2.3.4 -I. 
-I//25/home/stan/p4_work/wfree/libxml2-2.3.4/include -I./include -g -DNO_FILE_HIST -DUNREF_PRAGMA_SUPPORTED 
-DPACK_PRAGMA_SUPPORTED -DQNX4 -DQNX -DCHAR_BITS=8 -DAUDIT -j -mf -5r -wx 
"-Wc,-s -ei -zp4 " -Wall -c hash.c -o hash.o
cc - unknown letter (a) for -Wall
echo timestamp > hash.lo
/bin/sh ./libtool --mode=compile cc  -DHAVE_CONFIG_H -I. -I//25/home/stan/p4_work/wfree/libxml2-2.3.4 -I. 
-I//25/home/stan/p4_work/wfree/libxml2-2.3.4/include -I./include       -g -DNO_FILE_HIST 
-DUNREF_PRAGMA_SUPPORTED -DPACK_PRAGMA_SUPPORTED -DQNX4 
-DQNX -DCHAR_BITS=8 -DAUDIT -j -mf -5r -wx -Wc,"-s -ei -zp4 "  -Wall  -c list.c
cc -DHAVE_CONFIG_H -I. -I//25/home/stan/p4_work/wfree/libxml2-2.3.4 -I. 
-I//25/home/stan/p4_work/wfree/libxml2-2.3.4/include -I./include -g -DNO_FILE_HIST -DUNREF_PRAGMA_SUPPORTED 
-DPACK_PRAGMA_SUPPORTED -DQNX4 -DQNX -DCHAR_BITS=8 -DAUDIT -j -mf -5r -wx 
"-Wc,-s -ei -zp4 " -Wall -c list.c -o list.o
cc - unknown letter (a) for -Wall
echo timestamp > list.lo
/bin/sh ./libtool --mode=compile cc  -DHAVE_CONFIG_H -I. -I//25/home/stan/p4_work/wfree/libxml2-2.3.4 -I. 
-I//25/home/stan/p4_work/wfree/libxml2-2.3.4/include -I./include       -g -DNO_FILE_HIST 
-DUNREF_PRAGMA_SUPPORTED -DPACK_PRAGMA_SUPPORTED -DQNX4 
-DQNX -DCHAR_BITS=8 -DAUDIT -j -mf -5r -wx -Wc,"-s -ei -zp4 "  -Wall  -c xmlIO.c
cc -DHAVE_CONFIG_H -I. -I//25/home/stan/p4_work/wfree/libxml2-2.3.4 -I. 
-I//25/home/stan/p4_work/wfree/libxml2-2.3.4/include -I./include -g -DNO_FILE_HIST -DUNREF_PRAGMA_SUPPORTED 
-DPACK_PRAGMA_SUPPORTED -DQNX4 -DQNX -DCHAR_BITS=8 -DAUDIT -j -mf -5r -wx 
"-Wc,-s -ei -zp4 " -Wall -c xmlIO.c -o xmlIO.o
cc - unknown letter (a) for -Wall
echo timestamp > xmlIO.lo
/bin/sh ./libtool --mode=compile cc  -DHAVE_CONFIG_H -I. -I//25/home/stan/p4_work/wfree/libxml2-2.3.4 -I. 
-I//25/home/stan/p4_work/wfree/libxml2-2.3.4/include -I./include       -g -DNO_FILE_HIST 
-DUNREF_PRAGMA_SUPPORTED -DPACK_PRAGMA_SUPPORTED -DQNX4 
-DQNX -DCHAR_BITS=8 -DAUDIT -j -mf -5r -wx -Wc,"-s -ei -zp4 "  -Wall  -c xmlmemory.c
cc -DHAVE_CONFIG_H -I. -I//25/home/stan/p4_work/wfree/libxml2-2.3.4 -I. 
-I//25/home/stan/p4_work/wfree/libxml2-2.3.4/include -I./include -g -DNO_FILE_HIST -DUNREF_PRAGMA_SUPPORTED 
-DPACK_PRAGMA_SUPPORTED -DQNX4 -DQNX -DCHAR_BITS=8 -DAUDIT -j -mf -5r -wx 
"-Wc,-s -ei -zp4 " -Wall -c xmlmemory.c -o xmlmemory.o
cc - unknown letter (a) for -Wall
echo timestamp > xmlmemory.lo
/bin/sh ./libtool --mode=compile cc  -DHAVE_CONFIG_H -I. -I//25/home/stan/p4_work/wfree/libxml2-2.3.4 -I. 
-I//25/home/stan/p4_work/wfree/libxml2-2.3.4/include -I./include       -g -DNO_FILE_HIST 
-DUNREF_PRAGMA_SUPPORTED -DPACK_PRAGMA_SUPPORTED -DQNX4 
-DQNX -DCHAR_BITS=8 -DAUDIT -j -mf -5r -wx -Wc,"-s -ei -zp4 "  -Wall  -c uri.c
cc -DHAVE_CONFIG_H -I. -I//25/home/stan/p4_work/wfree/libxml2-2.3.4 -I. 
-I//25/home/stan/p4_work/wfree/libxml2-2.3.4/include -I./include -g -DNO_FILE_HIST -DUNREF_PRAGMA_SUPPORTED 
-DPACK_PRAGMA_SUPPORTED -DQNX4 -DQNX -DCHAR_BITS=8 -DAUDIT -j -mf -5r -wx 
"-Wc,-s -ei -zp4 " -Wall -c uri.c -o uri.o
cc - unknown letter (a) for -Wall
echo timestamp > uri.lo
/bin/sh ./libtool --mode=compile cc  -DHAVE_CONFIG_H -I. -I//25/home/stan/p4_work/wfree/libxml2-2.3.4 -I. 
-I//25/home/stan/p4_work/wfree/libxml2-2.3.4/include -I./include       -g -DNO_FILE_HIST 
-DUNREF_PRAGMA_SUPPORTED -DPACK_PRAGMA_SUPPORTED -DQNX4 
-DQNX -DCHAR_BITS=8 -DAUDIT -j -mf -5r -wx -Wc,"-s -ei -zp4 "  -Wall  -c valid.c
cc -DHAVE_CONFIG_H -I. -I//25/home/stan/p4_work/wfree/libxml2-2.3.4 -I. 
-I//25/home/stan/p4_work/wfree/libxml2-2.3.4/include -I./include -g -DNO_FILE_HIST -DUNREF_PRAGMA_SUPPORTED 
-DPACK_PRAGMA_SUPPORTED -DQNX4 -DQNX -DCHAR_BITS=8 -DAUDIT -j -mf -5r -wx 
"-Wc,-s -ei -zp4 " -Wall -c valid.c -o valid.o
cc - unknown letter (a) for -Wall
echo timestamp > valid.lo
/bin/sh ./libtool --mode=compile cc  -DHAVE_CONFIG_H -I. -I//25/home/stan/p4_work/wfree/libxml2-2.3.4 -I. 
-I//25/home/stan/p4_work/wfree/libxml2-2.3.4/include -I./include       -g -DNO_FILE_HIST 
-DUNREF_PRAGMA_SUPPORTED -DPACK_PRAGMA_SUPPORTED -DQNX4 
-DQNX -DCHAR_BITS=8 -DAUDIT -j -mf -5r -wx -Wc,"-s -ei -zp4 "  -Wall  -c xlink.c
cc -DHAVE_CONFIG_H -I. -I//25/home/stan/p4_work/wfree/libxml2-2.3.4 -I. 
-I//25/home/stan/p4_work/wfree/libxml2-2.3.4/include -I./include -g -DNO_FILE_HIST -DUNREF_PRAGMA_SUPPORTED 
-DPACK_PRAGMA_SUPPORTED -DQNX4 -DQNX -DCHAR_BITS=8 -DAUDIT -j -mf -5r -wx 
"-Wc,-s -ei -zp4 " -Wall -c xlink.c -o xlink.o
cc - unknown letter (a) for -Wall
echo timestamp > xlink.lo
/bin/sh ./libtool --mode=compile cc  -DHAVE_CONFIG_H -I. -I//25/home/stan/p4_work/wfree/libxml2-2.3.4 -I. 
-I//25/home/stan/p4_work/wfree/libxml2-2.3.4/include -I./include       -g -DNO_FILE_HIST 
-DUNREF_PRAGMA_SUPPORTED -DPACK_PRAGMA_SUPPORTED -DQNX4 
-DQNX -DCHAR_BITS=8 -DAUDIT -j -mf -5r -wx -Wc,"-s -ei -zp4 "  -Wall  -c HTMLparser.c
cc -DHAVE_CONFIG_H -I. -I//25/home/stan/p4_work/wfree/libxml2-2.3.4 -I. 
-I//25/home/stan/p4_work/wfree/libxml2-2.3.4/include -I./include -g -DNO_FILE_HIST -DUNREF_PRAGMA_SUPPORTED 
-DPACK_PRAGMA_SUPPORTED -DQNX4 -DQNX -DCHAR_BITS=8 -DAUDIT -j -mf -5r -wx 
"-Wc,-s -ei -zp4 " -Wall -c HTMLparser.c -o HTMLparser.o
cc - unknown letter (a) for -Wall
HTMLparser.c(1597): Warning! W201: Unreachable code
HTMLparser.c(1604): Warning! W201: Unreachable code
HTMLparser.c(2324): Warning! W124: Comparison result always 1
HTMLparser.c(2324): Warning! W124: Comparison result always 0
HTMLparser.c(2324): Warning! W124: Comparison result always 1
HTMLparser.c(2324): Warning! W124: Comparison result always 0
HTMLparser.c(2324): Warning! W124: Comparison result always 1
HTMLparser.c(2349): Warning! W124: Comparison result always 1
HTMLparser.c(2349): Warning! W124: Comparison result always 0
HTMLparser.c(2349): Warning! W124: Comparison result always 1
HTMLparser.c(2349): Warning! W124: Comparison result always 0
HTMLparser.c(2349): Warning! W124: Comparison result always 1
echo timestamp > HTMLparser.lo
/bin/sh ./libtool --mode=compile cc  -DHAVE_CONFIG_H -I. -I//25/home/stan/p4_work/wfree/libxml2-2.3.4 -I. 
-I//25/home/stan/p4_work/wfree/libxml2-2.3.4/include -I./include       -g -DNO_FILE_HIST 
-DUNREF_PRAGMA_SUPPORTED -DPACK_PRAGMA_SUPPORTED -DQNX4 
-DQNX -DCHAR_BITS=8 -DAUDIT -j -mf -5r -wx -Wc,"-s -ei -zp4 "  -Wall  -c HTMLtree.c
cc -DHAVE_CONFIG_H -I. -I//25/home/stan/p4_work/wfree/libxml2-2.3.4 -I. 
-I//25/home/stan/p4_work/wfree/libxml2-2.3.4/include -I./include -g -DNO_FILE_HIST -DUNREF_PRAGMA_SUPPORTED 
-DPACK_PRAGMA_SUPPORTED -DQNX4 -DQNX -DCHAR_BITS=8 -DAUDIT -j -mf -5r -wx 
"-Wc,-s -ei -zp4 " -Wall -c HTMLtree.c -o HTMLtree.o
cc - unknown letter (a) for -Wall
echo timestamp > HTMLtree.lo
/bin/sh ./libtool --mode=compile cc  -DHAVE_CONFIG_H -I. -I//25/home/stan/p4_work/wfree/libxml2-2.3.4 -I. 
-I//25/home/stan/p4_work/wfree/libxml2-2.3.4/include -I./include       -g -DNO_FILE_HIST 
-DUNREF_PRAGMA_SUPPORTED -DPACK_PRAGMA_SUPPORTED -DQNX4 
-DQNX -DCHAR_BITS=8 -DAUDIT -j -mf -5r -wx -Wc,"-s -ei -zp4 "  -Wall  -c debugXML.c
cc -DHAVE_CONFIG_H -I. -I//25/home/stan/p4_work/wfree/libxml2-2.3.4 -I. 
-I//25/home/stan/p4_work/wfree/libxml2-2.3.4/include -I./include -g -DNO_FILE_HIST -DUNREF_PRAGMA_SUPPORTED 
-DPACK_PRAGMA_SUPPORTED -DQNX4 -DQNX -DCHAR_BITS=8 -DAUDIT -j -mf -5r -wx 
"-Wc,-s -ei -zp4 " -Wall -c debugXML.c -o debugXML.o
cc - unknown letter (a) for -Wall
debugXML.c(1553): Warning! W200: 'nbargs' has been referenced but never assigned a value
echo timestamp > debugXML.lo
/bin/sh ./libtool --mode=compile cc  -DHAVE_CONFIG_H -I. -I//25/home/stan/p4_work/wfree/libxml2-2.3.4 -I. 
-I//25/home/stan/p4_work/wfree/libxml2-2.3.4/include -I./include       -g -DNO_FILE_HIST 
-DUNREF_PRAGMA_SUPPORTED -DPACK_PRAGMA_SUPPORTED -DQNX4 
-DQNX -DCHAR_BITS=8 -DAUDIT -j -mf -5r -wx -Wc,"-s -ei -zp4 "  -Wall  -c xpath.c
cc -DHAVE_CONFIG_H -I. -I//25/home/stan/p4_work/wfree/libxml2-2.3.4 -I. 
-I//25/home/stan/p4_work/wfree/libxml2-2.3.4/include -I./include -g -DNO_FILE_HIST -DUNREF_PRAGMA_SUPPORTED 
-DPACK_PRAGMA_SUPPORTED -DQNX4 -DQNX -DCHAR_BITS=8 -DAUDIT -j -mf -5r -wx 
"-Wc,-s -ei -zp4 " -Wall -c xpath.c -o xpath.o
cc - unknown letter (a) for -Wall
xpath.c(2144): Warning! W201: Unreachable code
xpath.c(2192): Warning! W201: Unreachable code
xpath.c(5130): Warning! W124: Comparison result always 1
xpath.c(5130): Warning! W124: Comparison result always 0
xpath.c(5130): Warning! W124: Comparison result always 1
xpath.c(5130): Warning! W124: Comparison result always 0
xpath.c(5130): Warning! W124: Comparison result always 1
xpath.c(5132): Warning! W124: Comparison result always 1
xpath.c(5132): Warning! W124: Comparison result always 0
xpath.c(5132): Warning! W124: Comparison result always 1
xpath.c(5132): Warning! W124: Comparison result always 0
xpath.c(5132): Warning! W124: Comparison result always 1
xpath.c(5141): Warning! W124: Comparison result always 1
xpath.c(5141): Warning! W124: Comparison result always 0
xpath.c(5141): Warning! W124: Comparison result always 1
xpath.c(5141): Warning! W124: Comparison result always 0
xpath.c(5141): Warning! W124: Comparison result always 1
xpath.c(5143): Warning! W124: Comparison result always 1
xpath.c(5143): Warning! W124: Comparison result always 0
xpath.c(5143): Warning! W124: Comparison result always 1
xpath.c(5143): Warning! W124: Comparison result always 0
xpath.c(5143): Warning! W124: Comparison result always 1
echo timestamp > xpath.lo
/bin/sh ./libtool --mode=compile cc  -DHAVE_CONFIG_H -I. -I//25/home/stan/p4_work/wfree/libxml2-2.3.4 -I. 
-I//25/home/stan/p4_work/wfree/libxml2-2.3.4/include -I./include       -g -DNO_FILE_HIST 
-DUNREF_PRAGMA_SUPPORTED -DPACK_PRAGMA_SUPPORTED -DQNX4 
-DQNX -DCHAR_BITS=8 -DAUDIT -j -mf -5r -wx -Wc,"-s -ei -zp4 "  -Wall  -c xpointer.c
cc -DHAVE_CONFIG_H -I. -I//25/home/stan/p4_work/wfree/libxml2-2.3.4 -I. 
-I//25/home/stan/p4_work/wfree/libxml2-2.3.4/include -I./include -g -DNO_FILE_HIST -DUNREF_PRAGMA_SUPPORTED 
-DPACK_PRAGMA_SUPPORTED -DQNX4 -DQNX -DCHAR_BITS=8 -DAUDIT -j -mf -5r -wx 
"-Wc,-s -ei -zp4 " -Wall -c xpointer.c -o xpointer.o
cc - unknown letter (a) for -Wall
xpointer.c(1990): Warning! W201: Unreachable code
xpointer.c(2027): Warning! W201: Unreachable code
xpointer.c(2589): Warning! W201: Unreachable code
xpointer.c(2625): Warning! W201: Unreachable code
echo timestamp > xpointer.lo
/bin/sh ./libtool --mode=compile cc  -DHAVE_CONFIG_H -I. -I//25/home/stan/p4_work/wfree/libxml2-2.3.4 -I. 
-I//25/home/stan/p4_work/wfree/libxml2-2.3.4/include -I./include       -g -DNO_FILE_HIST 
-DUNREF_PRAGMA_SUPPORTED -DPACK_PRAGMA_SUPPORTED -DQNX4 
-DQNX -DCHAR_BITS=8 -DAUDIT -j -mf -5r -wx -Wc,"-s -ei -zp4 "  -Wall  -c xinclude.c
cc -DHAVE_CONFIG_H -I. -I//25/home/stan/p4_work/wfree/libxml2-2.3.4 -I. 
-I//25/home/stan/p4_work/wfree/libxml2-2.3.4/include -I./include -g -DNO_FILE_HIST -DUNREF_PRAGMA_SUPPORTED 
-DPACK_PRAGMA_SUPPORTED -DQNX4 -DQNX -DCHAR_BITS=8 -DAUDIT -j -mf -5r -wx 
"-Wc,-s -ei -zp4 " -Wall -c xinclude.c -o xinclude.o
cc - unknown letter (a) for -Wall
xinclude.c(497): Warning! W124: Comparison result always 1
xinclude.c(497): Warning! W124: Comparison result always 0
xinclude.c(497): Warning! W124: Comparison result always 1
xinclude.c(497): Warning! W124: Comparison result always 0
xinclude.c(497): Warning! W124: Comparison result always 1
echo timestamp > xinclude.lo
/bin/sh ./libtool --mode=compile cc  -DHAVE_CONFIG_H -I. -I//25/home/stan/p4_work/wfree/libxml2-2.3.4 -I. 
-I//25/home/stan/p4_work/wfree/libxml2-2.3.4/include -I./include       -g -DNO_FILE_HIST 
-DUNREF_PRAGMA_SUPPORTED -DPACK_PRAGMA_SUPPORTED -DQNX4 
-DQNX -DCHAR_BITS=8 -DAUDIT -j -mf -5r -wx -Wc,"-s -ei -zp4 "  -Wall  -c nanohttp.c
cc -DHAVE_CONFIG_H -I. -I//25/home/stan/p4_work/wfree/libxml2-2.3.4 -I. 
-I//25/home/stan/p4_work/wfree/libxml2-2.3.4/include -I./include -g -DNO_FILE_HIST -DUNREF_PRAGMA_SUPPORTED 
-DPACK_PRAGMA_SUPPORTED -DQNX4 -DQNX -DCHAR_BITS=8 -DAUDIT -j -mf -5r -wx 
"-Wc,-s -ei -zp4 " -Wall -c nanohttp.c -o nanohttp.o
cc - unknown letter (a) for -Wall
nanohttp.c(735): Warning! W113: Pointer type mismatch
echo timestamp > nanohttp.lo
/bin/sh ./libtool --mode=compile cc  -DHAVE_CONFIG_H -I. -I//25/home/stan/p4_work/wfree/libxml2-2.3.4 -I. 
-I//25/home/stan/p4_work/wfree/libxml2-2.3.4/include -I./include       -g -DNO_FILE_HIST 
-DUNREF_PRAGMA_SUPPORTED -DPACK_PRAGMA_SUPPORTED -DQNX4 
-DQNX -DCHAR_BITS=8 -DAUDIT -j -mf -5r -wx -Wc,"-s -ei -zp4 "  -Wall  -c nanoftp.c
cc -DHAVE_CONFIG_H -I. -I//25/home/stan/p4_work/wfree/libxml2-2.3.4 -I. 
-I//25/home/stan/p4_work/wfree/libxml2-2.3.4/include -I./include -g -DNO_FILE_HIST -DUNREF_PRAGMA_SUPPORTED 
-DPACK_PRAGMA_SUPPORTED -DQNX4 -DQNX -DCHAR_BITS=8 -DAUDIT -j -mf -5r -wx 
"-Wc,-s -ei -zp4 " -Wall -c nanoftp.c -o nanoftp.o
cc - unknown letter (a) for -Wall
nanoftp.c(1334): Warning! W113: Pointer type mismatch
nanoftp.c(1342): Warning! W113: Pointer type mismatch
nanoftp.c(140): Warning! W301: No prototype found for 'gethostname'
echo timestamp > nanoftp.lo
/bin/sh ./libtool --mode=link cc   -g -DNO_FILE_HIST -DUNREF_PRAGMA_SUPPORTED -DPACK_PRAGMA_SUPPORTED -DQNX4 
-DQNX -DCHAR_BITS=8 -DAUDIT -j -mf -5r -wx -Wc,"-s -ei -zp4 "  -Wall   -o libxml2.la -rpath /usr/local/lib 
-version-info 5:4:3 SAX.lo entities.lo 
encoding.lo error.lo parserInternals.lo parser.lo tree.lo hash.lo list.lo xmlIO.lo xmlmemory.lo uri.lo 
valid.lo xlink.lo HTMLparser.lo HTMLtree.lo debugXML.lo xpath.lo xpointer.lo xinclude.lo nanohttp.lo 
nanoftp.lo -lm 
mkdir .libs
ar cru .libs/libxml2.a  SAX.o entities.o encoding.o error.o parserInternals.o parser.o tree.o hash.o list.o 
xmlIO.o xmlmemory.o uri.o valid.o xlink.o HTMLparser.o HTMLtree.o debugXML.o xpath.o xpointer.o xinclude.o 
nanohttp.o nanoftp.o 
WATCOM Library Manager Version 10.6
Copyright by WATCOM International Corp. 1988, 1996. All rights reserved.
WATCOM is a trademark of WATCOM International Corp.
Warning! Redefinition of symbol 'xmlDebugDumpDTD_' in file 'debugXML.o' ignored.
Warning! Redefinition of symbol 'xmlBufferWriteChar_' in file 'tree.o' ignored.
#  .libs/libxml2.a
creating libxml2.la
(cd .libs && rm -f libxml2.la && ln -s ../libxml2.la libxml2.la)
cc  -DHAVE_CONFIG_H -I. -I//25/home/stan/p4_work/wfree/libxml2-2.3.4 -I. 
-I//25/home/stan/p4_work/wfree/libxml2-2.3.4/include -I./include       -g -DNO_FILE_HIST 
-DUNREF_PRAGMA_SUPPORTED -DPACK_PRAGMA_SUPPORTED -DQNX4 -DQNX -DCHAR_BITS=8 -DAUDIT -j -mf 
-5r -wx -Wc,"-s -ei -zp4 "  -Wall  -c xmllint.c
cc - unknown letter (a) for -Wall
/bin/sh ./libtool --mode=link cc   -g -DNO_FILE_HIST -DUNREF_PRAGMA_SUPPORTED -DPACK_PRAGMA_SUPPORTED -DQNX4 
-DQNX -DCHAR_BITS=8 -DAUDIT -j -mf -5r -wx -Wc,"-s -ei -zp4 "  -Wall   -o xmllint  xmllint.o ./libxml2.la  
-lm 
cc -g -DNO_FILE_HIST -DUNREF_PRAGMA_SUPPORTED -DPACK_PRAGMA_SUPPORTED -DQNX4 -DQNX -DCHAR_BITS=8 -DAUDIT -j 
-mf -5r -wx "-Wc,-s -ei -zp4 " -Wall -o xmllint xmllint.o ./.libs/libxml2.a -lm -lm
cc - unknown letter (a) for -Wall
cc warning: cc: cannot find library 'm'
cc warning: cc: cannot find library 'm'
cc  -DHAVE_CONFIG_H -I. -I//25/home/stan/p4_work/wfree/libxml2-2.3.4 -I. 
-I//25/home/stan/p4_work/wfree/libxml2-2.3.4/include -I./include       -g -DNO_FILE_HIST 
-DUNREF_PRAGMA_SUPPORTED -DPACK_PRAGMA_SUPPORTED -DQNX4 -DQNX -DCHAR_BITS=8 -DAUDIT -j -mf 
-5r -wx -Wc,"-s -ei -zp4 "  -Wall  -c testSAX.c
cc - unknown letter (a) for -Wall
/bin/sh ./libtool --mode=link cc   -g -DNO_FILE_HIST -DUNREF_PRAGMA_SUPPORTED -DPACK_PRAGMA_SUPPORTED -DQNX4 
-DQNX -DCHAR_BITS=8 -DAUDIT -j -mf -5r -wx -Wc,"-s -ei -zp4 "  -Wall   -o testSAX  testSAX.o ./libxml2.la  
-lm 
cc -g -DNO_FILE_HIST -DUNREF_PRAGMA_SUPPORTED -DPACK_PRAGMA_SUPPORTED -DQNX4 -DQNX -DCHAR_BITS=8 -DAUDIT -j 
-mf -5r -wx "-Wc,-s -ei -zp4 " -Wall -o testSAX testSAX.o ./.libs/libxml2.a -lm -lm
cc - unknown letter (a) for -Wall
cc warning: cc: cannot find library 'm'
cc warning: cc: cannot find library 'm'
cc  -DHAVE_CONFIG_H -I. -I//25/home/stan/p4_work/wfree/libxml2-2.3.4 -I. 
-I//25/home/stan/p4_work/wfree/libxml2-2.3.4/include -I./include       -g -DNO_FILE_HIST 
-DUNREF_PRAGMA_SUPPORTED -DPACK_PRAGMA_SUPPORTED -DQNX4 -DQNX -DCHAR_BITS=8 -DAUDIT -j -mf 
-5r -wx -Wc,"-s -ei -zp4 "  -Wall  -c testHTML.c
cc - unknown letter (a) for -Wall
/bin/sh ./libtool --mode=link cc   -g -DNO_FILE_HIST -DUNREF_PRAGMA_SUPPORTED -DPACK_PRAGMA_SUPPORTED -DQNX4 
-DQNX -DCHAR_BITS=8 -DAUDIT -j -mf -5r -wx -Wc,"-s -ei -zp4 "  -Wall   -o testHTML  testHTML.o ./libxml2.la  
-lm 
cc -g -DNO_FILE_HIST -DUNREF_PRAGMA_SUPPORTED -DPACK_PRAGMA_SUPPORTED -DQNX4 -DQNX -DCHAR_BITS=8 -DAUDIT -j 
-mf -5r -wx "-Wc,-s -ei -zp4 " -Wall -o testHTML testHTML.o ./.libs/libxml2.a -lm -lm
cc - unknown letter (a) for -Wall
cc warning: cc: cannot find library 'm'
cc warning: cc: cannot find library 'm'
cc  -DHAVE_CONFIG_H -I. -I//25/home/stan/p4_work/wfree/libxml2-2.3.4 -I. 
-I//25/home/stan/p4_work/wfree/libxml2-2.3.4/include -I./include       -g -DNO_FILE_HIST 
-DUNREF_PRAGMA_SUPPORTED -DPACK_PRAGMA_SUPPORTED -DQNX4 -DQNX -DCHAR_BITS=8 -DAUDIT -j -mf 
-5r -wx -Wc,"-s -ei -zp4 "  -Wall  -c testXPath.c
cc - unknown letter (a) for -Wall
/bin/sh ./libtool --mode=link cc   -g -DNO_FILE_HIST -DUNREF_PRAGMA_SUPPORTED -DPACK_PRAGMA_SUPPORTED -DQNX4 
-DQNX -DCHAR_BITS=8 -DAUDIT -j -mf -5r -wx -Wc,"-s -ei -zp4 "  -Wall   -o testXPath  testXPath.o ./libxml2.la 
 -lm 
cc -g -DNO_FILE_HIST -DUNREF_PRAGMA_SUPPORTED -DPACK_PRAGMA_SUPPORTED -DQNX4 -DQNX -DCHAR_BITS=8 -DAUDIT -j 
-mf -5r -wx "-Wc,-s -ei -zp4 " -Wall -o testXPath testXPath.o ./.libs/libxml2.a -lm -lm
cc - unknown letter (a) for -Wall
cc warning: cc: cannot find library 'm'
cc warning: cc: cannot find library 'm'
cc  -DHAVE_CONFIG_H -I. -I//25/home/stan/p4_work/wfree/libxml2-2.3.4 -I. 
-I//25/home/stan/p4_work/wfree/libxml2-2.3.4/include -I./include       -g -DNO_FILE_HIST 
-DUNREF_PRAGMA_SUPPORTED -DPACK_PRAGMA_SUPPORTED -DQNX4 -DQNX -DCHAR_BITS=8 -DAUDIT -j -mf 
-5r -wx -Wc,"-s -ei -zp4 "  -Wall  -c testURI.c
cc - unknown letter (a) for -Wall
/bin/sh ./libtool --mode=link cc   -g -DNO_FILE_HIST -DUNREF_PRAGMA_SUPPORTED -DPACK_PRAGMA_SUPPORTED -DQNX4 
-DQNX -DCHAR_BITS=8 -DAUDIT -j -mf -5r -wx -Wc,"-s -ei -zp4 "  -Wall   -o testURI  testURI.o ./libxml2.la  
-lm 
cc -g -DNO_FILE_HIST -DUNREF_PRAGMA_SUPPORTED -DPACK_PRAGMA_SUPPORTED -DQNX4 -DQNX -DCHAR_BITS=8 -DAUDIT -j 
-mf -5r -wx "-Wc,-s -ei -zp4 " -Wall -o testURI testURI.o ./.libs/libxml2.a -lm -lm
cc - unknown letter (a) for -Wall
cc warning: cc: cannot find library 'm'
cc warning: cc: cannot find library 'm'
make[2]: Leaving directory `/home/stan/p4_work/wfree/libxml2-2.3.4'
Making all in include
make[2]: Entering directory `/home/stan/p4_work/wfree/libxml2-2.3.4/include'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/stan/p4_work/wfree/libxml2-2.3.4/include'
Making all in doc
make[2]: Entering directory `/home/stan/p4_work/wfree/libxml2-2.3.4/doc'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/stan/p4_work/wfree/libxml2-2.3.4/doc'
Making all in example
make[2]: Entering directory `/home/stan/p4_work/wfree/libxml2-2.3.4/example'
cc  -DHAVE_CONFIG_H -I. -I//25/home/stan/p4_work/wfree/libxml2-2.3.4/example -I.. -I.. 
-I//25/home/stan/p4_work/wfree/libxml2-2.3.4             -I//25/home/stan/p4_work/wfree/libxml2-2.3.4/example 
   -g -DNO_FILE_HIST -DUNREF_PRAGMA_SUPPORTED 
-DPACK_PRAGMA_SUPPORTED -DQNX4 -DQNX -DCHAR_BITS=8 -DAUDIT -j -mf -5r -wx -Wc,"-s -ei -zp4 "  -Wall  -c 
gjobread.c
cc - unknown letter (a) for -Wall
/bin/sh ../libtool --mode=link cc   -g -DNO_FILE_HIST -DUNREF_PRAGMA_SUPPORTED -DPACK_PRAGMA_SUPPORTED -DQNX4 
-DQNX -DCHAR_BITS=8 -DAUDIT -j -mf -5r -wx -Wc,"-s -ei -zp4 "  -Wall   -o gjobread  gjobread.o ../libxml2.la  
-lm 
mkdir .libs
cc -g -DNO_FILE_HIST -DUNREF_PRAGMA_SUPPORTED -DPACK_PRAGMA_SUPPORTED -DQNX4 -DQNX -DCHAR_BITS=8 -DAUDIT -j 
-mf -5r -wx "-Wc,-s -ei -zp4 " -Wall -o gjobread gjobread.o ../.libs/libxml2.a -lm -lm
cc - unknown letter (a) for -Wall
cc warning: cc: cannot find library 'm'
cc warning: cc: cannot find library 'm'
make[2]: Leaving directory `/home/stan/p4_work/wfree/libxml2-2.3.4/example'
make[1]: Leaving directory `/home/stan/p4_work/wfree/libxml2-2.3.4'

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-   
Stanley J. Boehm, Senior Software Engineer
Center for Industrial Technology
Sunnyvale, CA  94085-2810

Phone:  (408) 617-2483                  E-mail:  Stan Boehm philips com      
FAX  :     (408) 617-7711
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]