]> andersk Git - splint.git/blobdiff - test/special.expect
Remove unused cpplib_createDefinition.
[splint.git] / test / special.expect
index d3edd071c621d2933f137e18988cfb642ecfbbc7..d8426512e714675f6c6ed8b32cf34fce74787141 100644 (file)
@@ -5,13 +5,15 @@ special.c:19:31: Format argument 1 to printf (%d) expects int gets long int: li
    special.c:19:17: Corresponding format code
 special.c:20:46: Format argument 2 to printf (%d) expects int gets long int: li
    special.c:20:21: Corresponding format code
-special.c:20:50: Format argument 3 to printf (%d) expects short int gets int: i
+special.c:20:50: Format argument 3 to printf (%hd) expects short int gets int:
+                    i
    special.c:20:25: Corresponding format code
 special.c:27:19: Variable s used before definition
-special.c:29:28: Format argument 1 to printf (%i) expects int gets char: c
+special.c:29:28: Format argument 1 to printf (%+14.3i) expects int gets char: c
    special.c:29:24: Corresponding format code
 special.c:29:3: Format string for printf has 1 arg, given 2
-special.c:30:38: Format argument 1 to fprintf (%i) expects int gets char: c
+special.c:30:38: Format argument 1 to fprintf (%+14.33i) expects int gets char:
+                    c
    special.c:30:34: Corresponding format code
 special.c:30:3: Format string for fprintf has 1 arg, given 2
 special.c:31:25: Format argument 1 to printf (%d) expects int gets char: c
@@ -39,26 +41,28 @@ special.c:40:10: Undocumented modification of gs possible from call to fscanf:
 special.c:42:10: Undocumented modification of gs possible from call to fscanf:
                     fscanf(stdin, "hullo, welcome to %*23d %*c %s", gs)
 
-Finished LCLint checking --- 20 code errors found, as expected
+Finished checking --- 20 code warnings, as expected
 
 special.c: (in function f)
 special.c:17:34: Variable c used before definition
 special.c:19:31: Format argument 1 to printf (%d) expects int gets long int: li
    special.c:19:17: Corresponding format code
-special.c:20:43: Format argument 1 to printf (%d) expects long int gets int: i
+special.c:20:43: Format argument 1 to printf (%ld) expects long int gets int: i
    special.c:20:18: Corresponding format code
 special.c:20:46: Format argument 2 to printf (%d) expects int gets long int: li
    special.c:20:21: Corresponding format code
-special.c:20:50: Format argument 3 to printf (%d) expects short int gets int: i
+special.c:20:50: Format argument 3 to printf (%hd) expects short int gets int:
+                    i
    special.c:20:25: Corresponding format code
 special.c:20:60: Format argument 5 to printf (%d) expects int gets short int:
                     silly
    special.c:20:32: Corresponding format code
 special.c:27:19: Variable s used before definition
-special.c:29:28: Format argument 1 to printf (%i) expects int gets char: c
+special.c:29:28: Format argument 1 to printf (%+14.3i) expects int gets char: c
    special.c:29:24: Corresponding format code
 special.c:29:3: Format string for printf has 1 arg, given 2
-special.c:30:38: Format argument 1 to fprintf (%i) expects int gets char: c
+special.c:30:38: Format argument 1 to fprintf (%+14.33i) expects int gets char:
+                    c
    special.c:30:34: Corresponding format code
 special.c:30:3: Format string for fprintf has 1 arg, given 2
 special.c:31:25: Format argument 1 to printf (%d) expects int gets char: c
@@ -86,4 +90,4 @@ special.c:40:10: Undocumented modification of gs possible from call to fscanf:
 special.c:42:10: Undocumented modification of gs possible from call to fscanf:
                     fscanf(stdin, "hullo, welcome to %*23d %*c %s", gs)
 
-Finished LCLint checking --- 22 code errors found, as expected
+Finished checking --- 22 code warnings, as expected
This page took 0.034513 seconds and 4 git commands to generate.