diff options
Diffstat (limited to 'libexslt/functions.c')
-rw-r--r-- | libexslt/functions.c | 6 |
1 files changed, 3 insertions, 3 deletions
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); } |