From: Vic Newsgroups: comp.os.msdos.djgpp Subject: Re: Another silly question! Date: Tue, 06 Oct 1998 21:28:50 -0400 Organization: Communications Accessibles Montreal, Quebec Canada Lines: 20 Message-ID: <361AC3D2.1D94@cam.org> References: NNTP-Posting-Host: dialup-370.hip.cam.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 3.0Gold (Win95; I) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Salvador Eduardo Tropea (SET) wrote: > > uhfgood AT aol DOT com (Uhfgood) wrote > > > Hey... consider the following function : > > > > jerk( ) > > { > > printf("Bill is a jerk.\n"); > > } > > > > How come I don't get any prototyping warnings or errors when > > I compile this? It compiles fine... no warnings or nothin' > > > > try: > gcc -Wall test.c I think you get the highest level of warnings by using -Wall -O -ansi -pedantic