Date: Mon, 11 Sep 2000 10:00:27 +0200 (WET) From: Andris Pavenis To: AndrewJ cc: djgpp AT delorie DOT com Subject: Re: Warning : if (x=y) 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, 9 Sep 2000, AndrewJ wrote: > To the OP, consider always using the -Wall and -ansi arguments for GCC. And > if you're really perverse, use -pedantic. You'll find it will pick up on a lot > of little things you may have missed, as well as forcing your code to be as > portable as is possible. > With gcc-2.95.2 -fpedantic-errors is default for C++ ...