diff --git a/xsltproc/xsltproc.c b/xsltproc/xsltproc.c index 7edcc536..a2882359 100644 --- a/xsltproc/xsltproc.c +++ b/xsltproc/xsltproc.c @@ -55,7 +55,9 @@ #include #endif +#ifdef LIBXML_DEBUG_ENABLED static int debug = 0; +#endif static int repeat = 0; static int timing = 0; static int dumpextensions = 0;