1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-07-29 15:41:13 +03:00

xsltproc: Fix unused variable warning

This commit is contained in:
Nick Wellnhofer
2022-09-06 14:40:12 +02:00
parent 896f3ce7bf
commit 1c0b183dfd

View File

@ -55,7 +55,9 @@
#include <sys/timeb.h>
#endif
#ifdef LIBXML_DEBUG_ENABLED
static int debug = 0;
#endif
static int repeat = 0;
static int timing = 0;
static int dumpextensions = 0;