From a083b0b03e26ab057b6cca3e44ac9ea11a4b19d9 Mon Sep 17 00:00:00 2001 From: "William M. Brack" Date: Sun, 2 Nov 2003 01:10:43 +0000 Subject: fixed bug #125502 and corrected expected test output fixed broken test * libxslt/transform.c, tests/general/bug-119.out: fixed bug #125502 and corrected expected test output * tests/general/bug-79.out: fixed broken test (bug #123328) * libxslt/pattern.c, libexslt/functions.c: minor change to eliminate compilation warning --- libexslt/functions.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libexslt/functions.c') diff --git a/libexslt/functions.c b/libexslt/functions.c index efff43f3..efa6713d 100644 --- a/libexslt/functions.c +++ b/libexslt/functions.c @@ -184,13 +184,13 @@ exsltFuncShutdown (xsltTransformContextPtr ctxt ATTRIBUTE_UNUSED, * @style: an XSLT stylesheet * @URI: the namespace URI for the extension * - * Allocates the styleshet data for EXSLT - Function + * Allocates the stylesheet data for EXSLT - Function * * Returns the allocated data */ static xmlHashTablePtr -exsltFuncStyleInit (xsltStylesheetPtr style, - const xmlChar *URI) { +exsltFuncStyleInit (xsltStylesheetPtr style ATTRIBUTE_UNUSED, + const xmlChar *URI ATTRIBUTE_UNUSED) { return xmlHashCreate(1); } -- cgit v1.2.3