]> andersk Git - splint.git/blame - test/utypes.expect
Merged this branch with the one in the splint.sf.net repository.
[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.
495af944 6utypes.c:3:23: Variable uchar inconsistently redeclared as datatype
7 utypes.c:13: Previous definition of uchar as variable: <any>
8utypes.c:4:24: Variable ushort inconsistently redeclared as datatype
9 utypes.c:15: Previous definition of ushort as variable: <any>
10utypes.c:5:22: Variable uint inconsistently redeclared as datatype
11 utypes.c:14: Previous definition of uint as variable: <any>
12utypes.c:6:23: Variable ulong inconsistently redeclared as datatype
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
495af944 17Finished checking --- 6 code warnings, as expected
This page took 0.055839 seconds and 5 git commands to generate.