]> andersk Git - splint.git/blobdiff - test/czechnames.expect
Remove unused cpplib_createDefinition.
[splint.git] / test / czechnames.expect
index 3fe4ae9ff5da8bfebf57275202fc828d66f94998..60f74ba05b3f6945272f13755c8d930f9748a6be 100644 (file)
@@ -1,29 +1,31 @@
 
-Finished LCLint checking --- no code errors found
+Finished checking --- no warnings
 
 czechnames.c:5:5: Variable michelob_light name violates Czech naming
     convention.  Czech prefix michelob is not the name of a type.
-  Variable name is not consistent with Czech naming convention. (-czechvars
-  will suppress message)
+  Variable name is not consistent with Czech naming convention. (Use either
+  -czechvars or -namechecks to inhibit warning)
 czechnames.c:26:5: Function budweiser name is not consistent with Czech naming
                       convention.  Accessible types: pivo
   Function or iterator name is not consistent with Czech naming convention.
-  (-czechfcns will suppress message)
+  (Use either -czechfcns or -namechecks to inhibit warning)
 
-Finished LCLint checking --- 2 code errors found, as expected
+Finished checking --- 2 code warnings, as expected
 
 czechnames.c:26:5: Function budweiser name is not consistent with Czech naming
                       convention.  Accessible types: pivo
   Function or iterator name is not consistent with Czech naming convention.
-  (-czechfcns will suppress message)
+  (Use either -czechfcns or -namechecks to inhibit warning)
 
-Finished LCLint checking --- 1 code error found, as expected
+Finished checking --- 1 code warning, as expected
 
 czechnames.c:4:5: Variable pivo_pyet name violates Czech naming convention.
     Czech prefix pivo names an abstract type that is not accessible.
   Use +accessczech to allow access to type <t> in functions named <t>_<name>.
 czechnames.c:5:5: Variable michelob_light name violates Czech naming
     convention.  Czech prefix michelob is not the name of a type.
+  Variable name is not consistent with Czech naming convention. (Use either
+  -czechvars or -namechecks to inhibit warning)
 czechnames.c:8:17: Constant pivo_devenast name violates Czech naming
     convention. Czech prefix pivo names an abstract type that is not
     accessible.
@@ -34,8 +36,8 @@ czechnames.c:11:6: Function pivo_yedno name violates Czech naming convention.
 czechnames.c: (in function pivo_yedno)
 czechnames.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)
 czechnames.c:26:5: Function budweiser name is not consistent with Czech naming
                       convention.  Accessible types: pivo
 
-Finished LCLint checking --- 6 code errors found, as expected
+Finished checking --- 6 code warnings, as expected
This page took 0.035581 seconds and 4 git commands to generate.