Skip to content
Snippets Groups Projects
Commit c4d704adb9ea authored by Nick Wellnhofer's avatar Nick Wellnhofer
Browse files

xsltproc: Fix unused variable warning

parent 718486d82d57
No related branches found
No related tags found
No related merge requests found
......@@ -55,4 +55,5 @@
#include <sys/timeb.h>
#endif
#ifdef LIBXML_DEBUG_ENABLED
static int debug = 0;
......@@ -58,4 +59,5 @@
static int debug = 0;
#endif
static int repeat = 0;
static int timing = 0;
static int dumpextensions = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment