From: Michael R. <re...@eu...> - 2007-02-25 12:49:41
|
Hi Robert, >> Strange, I don't see this warnings. What version of gcc do you use? here >> its gcc (GCC) 4.1.2 20061115 (prerelease) (Debian 4.1.1-21) > > I'm using 'gcc (GCC) 4.1.1 (Gentoo 4.1.1-r3)' for x86_64-pc-linux-gnu. Oh, you're using x86_64... that may explain things... In the meantime, I upgraded to gcc-4.2; changed the warning options to very very pedantic, and fixed lots of other warnings (eg the struc initialization from obsolete 'field:value' to '.field=value') I didn't get your warnings, but I tried to fix them "blindly". fixes are in trunk and backported to branches/0.10.1 > I can compile-test if you have any patches Please do so! TIA, Michael btw, do you know of a way to reduce the "chattyness" of the compilation process? Since I upgraded autoconf/automake/autowhatever some time ago, the compilation of one single file emits 3-5 lines, and I regularly overlook these warnings... -- Michael Reinelt <re...@eu...> http://home.pages.at/reinelt GPG-Key 0xDF13BA50 ICQ #288386781 |