Hi folks,
Making on HP-UX 11.00 is giving the following output from gcc version 2.95.2:
...
gcc -Wall -g -O2 -DHAVE_CONFIG_H -DSWISH_VERSION=\"2.1-dev-20\" -c
result_output
..c
In file included from result_output.c:36:
/var/opt/web/lib/gcc-lib/hppa2.0w-hp-hpux11.00/2.95.2/include/string.h:29:
warni
ng: conflicting types for built-in function `memcmp'
/var/opt/web/lib/gcc-lib/hppa2.0w-hp-hpux11.00/2.95.2/include/string.h:85:
warni
ng: conflicting types for built-in function `memcpy'
/var/opt/web/lib/gcc-lib/hppa2.0w-hp-hpux11.00/2.95.2/include/string.h:87:
warni
ng: conflicting types for built-in function `memset'
...
...
...
gcc -Wall -g -O2 -DHAVE_CONFIG_H -DSWISH_VERSION=\"2.1-dev-20\" -c testlib.c
In file included from testlib.c:5:
docprop.h:29: warning: `struct metaMergeEntry' declared inside parameter list
docprop.h:29: warning: its scope is only this definition or declaration,
which i
s probably not what you want.
testlib.c: In function `main':
testlib.c:39: warning: char format, PropValue arg (arg 2)
...
Only warnings, so maybe no big deal, but I thought I'd pass them on. By
the way, do messages like this belong on this list or should I have sent
this somewhere else?
cheers,
David
Received on Mon Apr 2 00:24:26 2001