[cxml-devel] reading an ignored variable

Cyrus Harmon ch-lisp at bobobeach.com
Thu Nov 6 22:12:00 UTC 2008


the following patch fixes a warning about reading an ignored variable.

thanks,

cyrus

diff --git a/xml/xmlns-normalizer.lisp b/xml/xmlns-normalizer.lisp
index b4f4444..06f03e2 100644
--- a/xml/xmlns-normalizer.lisp
+++ b/xml/xmlns-normalizer.lisp
@@ -131,6 +131,5 @@
   (sax:start-element (proxy-chained-handler handler) uri lname qname  
attrs))

(defmethod sax:end-element ((handler namespace-normalizer) uri lname  
qname)
-  (declare (ignore qname))
   (pop (xmlns-stack handler))
   (sax:end-element (proxy-chained-handler handler) (or uri #"") lname  
qname))





More information about the cxml-devel mailing list