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:
@ -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;
|
||||
|
Reference in New Issue
Block a user