]> andersk Git - splint.git/blame - test/utypes.expect
Fixed problem with comman line redefinitions (no filename).
[splint.git] / test / utypes.expect
CommitLineData
f2b6724f 1
2utypes.c:16: Include file <sys/types.h> matches the name of a POSIX library,
3 but the POSIX library is not being used. Consider using +posixlib or
4 +posixstrictlib to select the POSIX library, or -warnposix to suppress this
5 message.
6utypes.c:3:23: Variable uchar inconsistently redeclared as datatype
d5047b91 7 utypes.c:13: Previous definition of uchar as variable: <any>
f2b6724f 8utypes.c:4:24: Variable ushort inconsistently redeclared as datatype
d5047b91 9 utypes.c:15: Previous definition of ushort as variable: <any>
f2b6724f 10utypes.c:5:22: Variable uint inconsistently redeclared as datatype
d5047b91 11 utypes.c:14: Previous definition of uint as variable: <any>
f2b6724f 12utypes.c:6:23: Variable ulong inconsistently redeclared as datatype
d5047b91 13 utypes.c:16: Previous definition of ulong as variable: <any>
f2b6724f 14utypes.c: (in function f)
15utypes.c:26:8: Variable src_bytes declared but not used
16
17Finished checking --- 6 code warnings, as expected
This page took 0.079295 seconds and 5 git commands to generate.