From: Warren Young Date: December 28 2007 7:23am Subject: Re: fix GCC warnings List-Archive: http://lists.mysql.com/plusplus/7314 Message-Id: <4774A47F.4000801@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Jonathan Wakely wrote: > this cleans up a lot of easily-avoided warnings with gcc -Wall FYI, the right way to test for these is to re-bootstrap the library with the 'pedantic' option turned on. It does a lot more than add -Wall. But, you can leave these up to me...it's something I'm supposed to do before a release.