Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!rutgers!ames!ptsfa!ihnp4!inuxc!pur-ee!uiucdcs!uiucdcsm!bradley From: bradley@uiucdcsm.cs.uiuc.edu Newsgroups: comp.unix.questions Subject: Re: Shutting lint up about malloc (miss Message-ID: <9000001@uiucdcsm> Date: Mon, 18-May-87 18:08:00 EDT Article-I.D.: uiucdcsm.9000001 Posted: Mon May 18 18:08:00 1987 Date-Received: Wed, 20-May-87 02:54:34 EDT References: <61@amanue.UUCP> Lines: 8 Nf-ID: #R:amanue.UUCP:61:uiucdcsm:9000001:000:399 Nf-From: uiucdcsm.cs.uiuc.edu!bradley May 18 17:08:00 1987 Are you using the -h flag with lint? With our lint pointer alignment messages are generated with the -h flag but not without. It appears that this is one of the heuristics that -h invokes. By the way, if I understand NOSTRICT correctly it just tells list to ignore type conflicts. I wonder if it would help in this case, since no type conflict exists (becuase you're doing explicit casting)?