]> andersk Git - splint.git/blobdiff - test/flags.expect
Remove unused cpplib_createDefinition.
[splint.git] / test / flags.expect
index 8716003bb8ed51596dda363409bc7f92702e8ceb..b93e9c003c52b5ef2efb5bf7b658909156010c7c 100644 (file)
@@ -4,10 +4,9 @@ flags.c:5:9: Variable y
     initialized to type
     char, expects int:
     'c'
-flags.c:7:18: Warning:
-    Value for linelen
-    must be at least 20
-    (given 13)
+flags.c:7:18: Value for
+    linelen must be at
+    least 20 (given 13)
 flags.c:11:5:
     Internal identifier
     xx2 is not
@@ -18,15 +17,15 @@ flags.c:11:5:
    flags.c:10:5:
    Declaration of
    xx1
-flags.c:13:18:
+flags.c:13:4:
     Semantic comment
     attempts to restore
     flag linelen.  A
     flag for setting a
     value cannot be
     restored.
-flags.c:15:17: Semantic comment attempts to set global flag dump.  A
-                  global flag cannot be set locally.
+flags.c:15:4: Semantic comment attempts to set global flag dump.  A
+                 global flag cannot be set locally.
 flags.c:16:22: Flag macrovarprefix (in semantic comment) must be
                   followed by an argument
 flags.c:17:26: Flag macrovarprefix (in semantic comment) must be
@@ -34,9 +33,9 @@ flags.c:17:26: Flag macrovarprefix (in semantic comment) must be
 flags.c:18:20: Flag linelen must be followed by a positive number
                   number.  Followed by asdf
 
-Finished LCLint checking --- 8 code errors found, as expected
+Finished checking --- 8 code warnings, as expected
 
 flags.c:1:9: Variable x initialized to type char, expects int: 'c'
 flags.c:5:9: Variable y initialized to type char, expects int: 'c'
 
-Finished LCLint checking --- 2 code errors found, as expected
+Finished checking --- 2 code warnings, as expected
This page took 0.036744 seconds and 4 git commands to generate.