]> andersk Git - splint.git/blobdiff - test/utypes.expect
Fixed creation of temp files.
[splint.git] / test / utypes.expect
index 008e6193bd90393de73d9afccdb43fceae73f6b6..9a3bf8a5f1609565d0c90bdf629f77d53e7c3371 100644 (file)
@@ -4,13 +4,13 @@ utypes.c:16: Include file <sys/types.h> matches the name of a POSIX library,
     +posixstrictlib to select the POSIX library, or -warnposix to suppress this
     message.
 utypes.c:3:23: Variable uchar inconsistently redeclared as datatype
-   utypes.c:13: Previous definition of uchar as variable: ?
+   utypes.c:13: Previous definition of uchar as variable: <any>
 utypes.c:4:24: Variable ushort inconsistently redeclared as datatype
-   utypes.c:15: Previous definition of ushort as variable: ?
+   utypes.c:15: Previous definition of ushort as variable: <any>
 utypes.c:5:22: Variable uint inconsistently redeclared as datatype
-   utypes.c:14: Previous definition of uint as variable: ?
+   utypes.c:14: Previous definition of uint as variable: <any>
 utypes.c:6:23: Variable ulong inconsistently redeclared as datatype
-   utypes.c:16: Previous definition of ulong as variable: ?
+   utypes.c:16: Previous definition of ulong as variable: <any>
 utypes.c: (in function f)
 utypes.c:26:8: Variable src_bytes declared but not used
 
This page took 0.420369 seconds and 4 git commands to generate.