Date: Sun, 6 Aug 2000 07:51:54 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: djgpp AT delorie DOT com Subject: Re: implicite declaration warning? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sat, 5 Aug 2000, Damian Yerrick wrote: > On Fri, 04 Aug 2000 12:37:34 GMT, sachsen001 AT my-deja DOT com wrote: > > >It's important that no warnings are reportet because the grader > >programm of various coding contests don't accept programms that > >produce warnings. > > Then make sure to use > gcc -Wall -W -Werror -ansi -pedantic-errors > in your command line when compiling. I think -ansi and -pedantic are not important for this.