Path: utzoo!attcan!uunet!lll-winken!lll-lcc!ames!ncar!tank!uxc!uxc.cso.uiuc.edu!m.cs.uiuc.edu!wsmith From: wsmith@m.cs.uiuc.edu Newsgroups: comp.lang.c Subject: YALF (yet another lint foulup) Message-ID: <4700030@m.cs.uiuc.edu> Date: 8 Dec 88 03:46:00 GMT Lines: 15 Nf-ID: #N:m.cs.uiuc.edu:4700030:000:255 Nf-From: m.cs.uiuc.edu!wsmith Dec 7 21:46:00 1988 Lint believes this simple program has both return(e); and just return; function() { int flag; do{ return(3); } while(flag); } I suppose this should be added to the canonical collection of lint foulups. Bill Smith wsmith@cs.uiuc.edu uiucdcs!wsmith