Subject: Re: main return...
To: D'Arcy J.M. Cain <darcy@druid.druid.com>
From: David Jones <dej@achilles.net>
List: current-users
Date: 03/23/1996 12:15:20
> I have occasionally seen net source that passes "-Wall -Werror" but so
> far nothing has passed this;
> 
> CFLAGS = -ansi -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings \
>          -Wstrict-prototypes -Wmissing-prototypes -funsigned-char \
>          -Dscanf=DONT_USE_SCANF -Dgets=DONT_USE_GETS -Werror

Indeed I'd be surprised if anything can.

StunOS doesn't include prototypes for all functions in the Sun library that
are also standard C.  Under these conditions, getting missing-prototypes
to work properly is impossible.