]> andersk Git - splint.git/blobdiff - test/repexpose.expect
Fixed loading of rc files, warnrc and showscan.
[splint.git] / test / repexpose.expect
index f0d9fab5a37bc696b3ac8be210c2c857da51c40f..bf162d162f874a583564e0a847a346d8ab0c7372 100644 (file)
@@ -1,6 +1,6 @@
 
 repexpose.c: (in function abst_create)
-repexpose.c:8:3: Arrow access from possibly null pointer a: a->name
+repexpose.c:8:4: Arrow access from possibly null pointer a: a->name
    repexpose.c:5:12: Storage a may become null
 repexpose.c:13:3: Possible undocumented modification of p->parent through alias
                      a->parent: a->parent = b->parent
@@ -29,10 +29,10 @@ repexpose.c:51:10: Only storage im->name returned as dependent: (im->name)
 repexpose.c: (in function abst_setIm)
 repexpose.c:57:3: Undocumented modification of a->im: a->im = im
 
-Finished LCLint checking --- 12 code errors found, as expected
+Finished checking --- 12 code warnings, as expected
 
 repexpose.c: (in function abst_create)
-repexpose.c:8:3: Arrow access from possibly null pointer a: a->name
+repexpose.c:8:4: Arrow access from possibly null pointer a: a->name
    repexpose.c:5:12: Storage a may become null
 repexpose.c:13:3: Possible undocumented modification of p->parent through alias
                      a->parent: a->parent = b->parent
@@ -65,10 +65,10 @@ repexpose.c:51:10: Function returns reference to parameter im: (im->name)
 repexpose.c: (in function abst_setIm)
 repexpose.c:57:3: Undocumented modification of a->im: a->im = im
 
-Finished LCLint checking --- 15 code errors found, as expected
+Finished checking --- 15 code warnings, as expected
 
 repexpose.c: (in function abst_create)
-repexpose.c:8:3: Arrow access from possibly null pointer a: a->name
+repexpose.c:8:4: Arrow access from possibly null pointer a: a->name
    repexpose.c:5:12: Storage a may become null
 repexpose.c:10:3: Assignment of mutable parameter p to component of abstract
                      type abst exposes rep: a->parent = p
@@ -121,4 +121,4 @@ repexpose.c: (in function abst_setIm)
 repexpose.c:57:3: Undocumented modification of a->im: a->im = im
 repexpose.lh:6:16: Variable globstring declared but not defined
 
-Finished LCLint checking --- 27 code errors found, as expected
+Finished checking --- 27 code warnings, as expected
This page took 0.02893 seconds and 4 git commands to generate.