]> andersk Git - splint.git/blobdiff - test/slovaknames.expect
Added doc/Makefile.am to get make dist to work.
[splint.git] / test / slovaknames.expect
index 1e6d375283b97f87df3ea80aff321b9e70ac8808..e0a6ac8feff914691a26c362d0d47a5f375a32fe 100644 (file)
@@ -2,39 +2,45 @@
 slovaknames.c: (in function pivoYedno)
 slovaknames.c:15:11: Left operand of == is abstract type (pivo): p == 1
   An abstraction barrier is broken. If necessary, use /*@access <type>@*/ to
-  allow access to an abstract type. (-abstract will suppress message)
+  allow access to an abstract type. (Use -abstract to inhibit warning)
 
-Finished LCLint checking --- 1 code error found, as expected
+Finished checking --- 1 code warning, as expected
 
-Finished LCLint checking --- no code errors found
+Finished checking --- no warnings
 
 slovaknames.c:5:5: Variable michelobLight name violates Slovak naming
     convention.  Slovak prefix michelob is not the name of a type.
-  Variable name is not consistent with Slovak naming convention. (-slovakvars
-  will suppress message)
+  Variable name is not consistent with Slovak naming convention. (Use either
+  -slovakvars or -namechecks to inhibit warning)
 slovaknames.c:19:5: Function samAdams name violates Slovak naming convention. 
                        Slovak prefix sam is not the name of a type.
   Function or iterator name is not consistent with Slovak naming convention.
-  (-slovakfcns will suppress message)
+  (Use either -slovakfcns or -namechecks to inhibit warning)
 slovaknames.c:32:5: Function budweiser name is not consistent with Slovak
                        naming convention.  Accessible types: pivo
+  Function or iterator name is not consistent with Slovak naming convention.
+  (Use either -slovakfcns or -namechecks to inhibit warning)
 
-Finished LCLint checking --- 3 code errors found, as expected
+Finished checking --- 3 code warnings, as expected
 
 slovaknames.c:19:5: Function samAdams name violates Slovak naming convention. 
                        Slovak prefix sam is not the name of a type.
   Function or iterator name is not consistent with Slovak naming convention.
-  (-slovakfcns will suppress message)
+  (Use either -slovakfcns or -namechecks to inhibit warning)
 slovaknames.c:32:5: Function budweiser name is not consistent with Slovak
                        naming convention.  Accessible types: pivo
+  Function or iterator name is not consistent with Slovak naming convention.
+  (Use either -slovakfcns or -namechecks to inhibit warning)
 
-Finished LCLint checking --- 2 code errors found, as expected
+Finished checking --- 2 code warnings, as expected
 
 slovaknames.c:4:5: Variable pivoPyet name violates Slovak naming convention.
     Slovak prefix pivo names an abstract type that is not accessible.
   Use +accessslovak to allow access to type <t> in functions named <t>_<name>.
 slovaknames.c:5:5: Variable michelobLight name violates Slovak naming
     convention.  Slovak prefix michelob is not the name of a type.
+  Variable name is not consistent with Slovak naming convention. (Use either
+  -slovakvars or -namechecks to inhibit warning)
 slovaknames.c:8:17: Constant pivoDevenast name violates Slovak naming
     convention. Slovak prefix pivo names an abstract type that is not
     accessible.
@@ -45,10 +51,10 @@ slovaknames.c:11:6: Function pivoYedno name violates Slovak naming convention.
 slovaknames.c: (in function pivoYedno)
 slovaknames.c:15:11: Left operand of == is abstract type (pivo): p == 1
   An abstraction barrier is broken. If necessary, use /*@access <type>@*/ to
-  allow access to an abstract type. (-abstract will suppress message)
+  allow access to an abstract type. (Use -abstract to inhibit warning)
 slovaknames.c:19:5: Function samAdams name violates Slovak naming convention. 
                        Slovak prefix sam is not the name of a type.
 slovaknames.c:32:5: Function budweiser name is not consistent with Slovak
                        naming convention.  Accessible types: pivo
 
-Finished LCLint checking --- 7 code errors found, as expected
+Finished checking --- 7 code warnings, as expected
This page took 0.167841 seconds and 4 git commands to generate.