X-Authentication-Warning: kendall.sfbr.org: jeffw set sender to jeffw AT darwin DOT sfbr DOT org using -f Date: Fri, 15 Jun 2001 11:32:12 -0500 From: JT Williams To: djgpp-workers AT delorie DOT com Subject: Re: Compiler options for djdev build Message-ID: <20010615113212.A27944@kendall.sfbr.org> Mail-Followup-To: djgpp-workers AT delorie DOT com References: <7263-Sat09Jun2001094842+0300-eliz AT is DOT elta DOT co DOT il> <200106090935 DOT LAA26549 AT mother DOT ludd DOT luth DOT se> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200106090935.LAA26549@mother.ludd.luth.se>; from ams@ludd.luth.se on Sat, Jun 09, 2001 at 11:35:57AM +0200 Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk -: Now I've read about the -W flags. I'm not going to test with -: -Wconversion which seems like a very backwards warning. Prototypes are -: good. Use prototypes. Don't complain when prototypes are used. Agreed. Unless I'm misunderstanding its purpose, -Wconversion reports a _warning_ whenever a prototype changes the default casting. How does this help me? This is doubly annoying if you also use -Werror (which otherwise saves a lot of useless compilation).