GNOME Bugzilla – Bug 483301
iconv-detect.c does not compile with -Wall -Werror
Last modified: 2007-10-09 17:20:54 UTC
This makes it impossible to compile your application with these flags. Will attach a patch that fixes this.
Created attachment 96622 [details] [review] Patch
I think this is already fixed in trunk. http://svn.gnome.org/viewcvs/evolution-data-server/trunk/iconv-detect.c?r1=6236&r2=7668
I take that back slightly -- the unused 'bits' variable is still there.
Ok, so somebody with reviewing powers remove the 'bits' variable and commit that, and close this bug :)
I removed the 'bits' variable and marked your patch as 'obsolete'. I think that should do it but feel free to re-open this bug if you still get a compiler warning. Thanks for the patch; I'm looking forward to the day when we can compile evolution-data-server with those settings.