Path: utzoo!attcan!uunet!cs.utexas.edu!samsung!xanth!cs.odu.edu!kremer From: kremer@cs.odu.edu (Lloyd Kremer) Newsgroups: comp.lang.c Subject: Re: Discarded Function Values (To Cast or Not to Cast) Message-ID: <10487@xanth.cs.odu.edu> Date: 21 Nov 89 17:44:34 GMT References: <316@voa3.UUCP> <1989Nov17.154621.2698@aqdata.uucp> <1989Nov18.062322.12728@twwells.com> <11644@smoke.BRL.MIL> <1989Nov19.171815.17445@twwells.com> <11161@riks.csl.sony.co.jp> Sender: news@cs.odu.edu Reply-To: kremer@cs.odu.edu (Lloyd Kremer) Organization: Old Dominion University, Norfolk, VA Lines: 10 The only way I've found to shut lint up about malloc calls is: lint | grep -v 'possible pointer alignment problem' Does anyone have a better way? Please share it with us so we can stop talking about this particular bugaboo. Lloyd Kremer kremer@cs.odu.edu Have terminal...will hack!