]> andersk Git - splint.git/blob - test/utypes.expect
9a3bf8a5f1609565d0c90bdf629f77d53e7c3371
[splint.git] / test / utypes.expect
1
2 utypes.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.
6 utypes.c:3:23: Variable uchar inconsistently redeclared as datatype
7    utypes.c:13: Previous definition of uchar as variable: <any>
8 utypes.c:4:24: Variable ushort inconsistently redeclared as datatype
9    utypes.c:15: Previous definition of ushort as variable: <any>
10 utypes.c:5:22: Variable uint inconsistently redeclared as datatype
11    utypes.c:14: Previous definition of uint as variable: <any>
12 utypes.c:6:23: Variable ulong inconsistently redeclared as datatype
13    utypes.c:16: Previous definition of ulong as variable: <any>
14 utypes.c: (in function f)
15 utypes.c:26:8: Variable src_bytes declared but not used
16
17 Finished checking --- 6 code warnings, as expected
This page took 0.035126 seconds and 3 git commands to generate.