gmake[1]: Entering directory `/u/evs/lclint/web/sample/strictchecks'
lclint +lh +checks -allimponly +allmacros +czech +distinctexternalnames -externalnamelength 14 +distinctinternalnames +internalnamelookalike -uncheckedmacroprefix '^~*' -enumprefix '^^~*' +showscan +stats employee eref empset ereftab erc dbase drive.c
LCLint 2.0+ --- Sat Feb 17 18:58:53 EST 1996

< reading spec employee.lcl >
< reading spec eref.lcl >
< reading spec empset.lcl >
< reading spec ereftab.lcl >
< reading spec erc.lcl >
< reading spec dbase.lcl >
< preprocessing >
employee.h:8: Expanded macro FORMATEMPLOYEE name is not a enum member (it is a
    unchecked macro), but matches the enum member namespace prefix "^^~*"
  An identifier that is not an enum member starts with the enumprefix.  Use
  -enumprefixexclude to suppress message.
< more preprocessing . >
< checking employee.c >
< checking eref.c >
< checking empset.c >
< checking ereftab.c >
< checking erc.c >
< checking dbase.c >
< checking drive.c >
< checking macros bool.h >
< global checks >
< cleaning ......... >

Finished LCLint checking --- 1 code error found
396 spec, 2886 source (1277 before pre-processing) lines in 6.00 s.
gmake[1]: Leaving directory `/u/evs/lclint/web/sample/strictchecks'


Return | LCLint Home Page

David Evans
evs@sds.lcs.mit.edu