Date: Tue, 30 Apr 1996 19:17:43 -0400 From: dj (DJ Delorie) Message-Id: <199604302317.TAA26772@delorie.com> To: j DOT aldrich6 AT genie DOT com CC: djgpp AT delorie DOT com In-reply-to: <199604300021.AA217313689@relay1.geis.com> (j.aldrich6@genie.com) Subject: Re: sizeof(int) == 4?! > If there's one thing I know to pay attention to, it's those innocent-looking > warnings. That's experience talking there. :) Did you ever notice how > many programs claim to have compiled without _errors_ on the latest > version of so and so, but conveniently fail to mention warnings... In fact, in DJGPP V2 all library sources (libc, at least) are *required* to link with "-Wall -Werror" and a few other warnings enabled. Hard to write code, but *real* hard to get it accidentally wrong (well, except for bad programming :-( )