This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Error on implicit function definition?
- To: rlk at torrent dot com
- Subject: Re: Error on implicit function definition?
- From: Martin von Loewis <martin at mira dot isdn dot cs dot tu-berlin dot de>
- Date: Wed, 28 Oct 1998 21:49:15 +0100
- CC: egcs at cygnus dot com, randy at torrent dot com
- References: <9810271649.AA14434@bloch.torrent.com>
> Is there an option to take an error (rather than merely warn) on
> implicit function definition?
With -pedantic, this is an error.
Martin