File: alttypes.expect

package info (click to toggle)
lclint 1%3A2.4b-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 7,996 kB
  • ctags: 9,589
  • sloc: ansic: 100,034; lex: 2,754; yacc: 2,472; makefile: 835
file content (11 lines) | stat: -rw-r--r-- 546 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11

alttypes.c:19:20: Function f2 inconsistently redeclared to return alternate
    types int | bool (types match, but alternates are not identical, so
    checking may not be correct)
   alttypes.c:17:20: Previous declaration of f2: int | void
alttypes.c:25:20: Variable x inconsistently redeclared with alternate types int
    | char (types match, but alternates are not identical, so checking may not
    be correct)
   alttypes.c:24:33: Previous declaration of x: int | char | bool

Finished LCLint checking --- 2 code errors found, as expected