"Harry E. Clarke" <hec@heclarke.freeserve.co.uk> writes:
> There has been discussion recently about adding/removing compiler warnings.
> If you want to write good clean code that is portable, then use ANSI C
> compiler (not allowing tradtional C), and remove all warnings. The following
> flags should be used.
>
> -ansi -pedantic -Wall
>
> Adding the flag "-Wpointer-arith", is probably a good idea, or at least
> a very good reason why the warnings are OK.
>
> As the ansi and pedantic flags are not currently used, they should be
> introduced for the next release, after the release on Sunday.
Excellent suggestion, I second that. At my last company, we did the
same thing for the same reasons.f
-- Bill Wohler <wohler@newt.com> Say it with MIME. Maintainer of comp.mail.mh and news.software.nn FAQs. If you're passed on the right, you're in the wrong lane.-- Source code, list archive, and docs: http://www.mostang.com/sane/ To unsubscribe: echo unsubscribe sane-devel | mail majordomo@mostang.com
This archive was generated by hypermail 2b29 : Sun Feb 20 2000 - 10:28:40 PST