Path: utzoo!utgpu!watserv1!watmath!att!tut.cis.ohio-state.edu!zaphod.mps.ohio-state.edu!wuarchive!uunet!auspex!guy From: guy@auspex.auspex.com (Guy Harris) Newsgroups: comp.unix.programmer Subject: Re: hiding lint's ravings (was Re: FAQ - malloc array - clarify) Keywords: malloc, Sun, lint Message-ID: <4041@auspex.auspex.com> Date: 9 Sep 90 23:11:31 GMT References: <8056@helios.TAMU.EDU> <1990Sep08.022034.8444@virtech.uucp> <8086@helios.TAMU.EDU> Organization: Auspex Systems, Santa Clara Lines: 15 >How do you professionals deal with insignificant(?) ravings from >lint (or other high quality C program verifiers) such as the >following: With "egrep". >By the way, I got this error while using a Sparc under Sun OS 4.0.3c, >but not under 4.0.3 (which perplexes me). I suspect you meant "but not on a Sun-[23] under 4.0.3", not "but not under 4.0.3". The key is the SPARC, not the "c"; the SunOS (BSD-environment) "lint" is little pickier about alignment complaints when run on a SPARC machine - it does them even if you don't give "lint" the "-h" option. (Of course, I always use "-h" anyway, so I don't notice the difference....)