X-Git-Url: http://andersk.mit.edu/gitweb/splint.git/blobdiff_plain/ccf0a4a84a5a030c02e90d914b3f152b29826737..b342881cd72828b58b6b81890ae189cc1892830b:/test/external.expect?ds=sidebyside diff --git a/test/external.expect b/test/external.expect index b95635e..b69d78d 100644 --- a/test/external.expect +++ b/test/external.expect @@ -1,5 +1,5 @@ -Finished LCLint checking --- no code errors found +Finished checking --- no warnings external.c:2:5: External identifier Func is not distinguishable from func in the first 6 characters because alphabetical case is ignored @@ -8,7 +8,7 @@ external.c:8:5: External identifier longfunction2 is not distinguishable from longfunction1 in the first 6 characters (longfu) external.c:7:5: Declaration of longfunction1 -Finished LCLint checking --- 2 code errors found, as expected +Finished checking --- 2 code warnings, as expected external.c:2:5: External identifier Func is not distinguishable from func in the first 3 characters because alphabetical case is ignored @@ -20,7 +20,7 @@ external.c:8:5: External identifier longfunction2 is not distinguishable from longfunction1 in the first 3 characters (lon) external.c:7:5: Declaration of longfunction1 -Finished LCLint checking --- 3 code errors found, as expected +Finished checking --- 3 code warnings, as expected external.c:2:5: External identifier Func is not distinguishable from func in the first 3 characters because alphabetical case is ignored @@ -32,7 +32,7 @@ external.c:8:5: External identifier longfunction2 is not distinguishable from longfunction1 in the first 3 characters (lon) external.c:7:5: Declaration of longfunction1 -Finished LCLint checking --- 3 code errors found, as expected +Finished checking --- 3 code warnings, as expected external.c:2:5: External identifier Func is not distinguishable from func in the first 3 characters because alphabetical case is ignored @@ -42,11 +42,11 @@ external.c:5:5: External identifier small2 is not distinguishable from small1 external.c:4:5: Declaration of small1 external.c:7:5: External identifier longfunction1 is not distinguishable from LONG_MAX in the first 3 characters because alphabetical case is ignored - load file ansi.lcd:757:1: Specification of LONG_MAX + load file standard.lcd:786:1: Specification of LONG_MAX One or more additional indistinguishable external names not reported external.c:8:5: External identifier longfunction2 is not distinguishable from LONG_MAX in the first 3 characters because alphabetical case is ignored - load file ansi.lcd:757:1: Specification of LONG_MAX + load file standard.lcd:786:1: Specification of LONG_MAX One or more additional indistinguishable external names not reported -Finished LCLint checking --- 4 code errors found, as expected +Finished checking --- 4 code warnings, as expected