GNOME Bugzilla – Bug 318517
Remove some unused bits here and there
Last modified: 2006-01-04 09:59:23 UTC
This patch tries to remove some bits that the intel compiler complained about. Warnings of this type: tree.c(6261): warning #593: variable "prev" was set but never used xmlAttrPtr prop, prev = NULL;;
Created attachment 53307 [details] [review] proposed patch Probably needs some discussion and modifications before applying.
I tried to fix the reported warning in xmlschemas.c revision 1.172. However, I committed this with other changes, so you might get some new warnings ;-)
Silenced the relevant warnings in tree.c and pattern.c. Only HTMLparser.c is missing now but I dare not to touch it; so this is something for Daniel or Bill.
The changes to HTMLparser.c are already in effect, maybe you did it or this was reported independantly, looks all fixed to me :-) thanks ! Daniel