Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
libxslt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenVMS
libraries
libxslt
Commits
c4d704adb9ea
Commit
c4d704adb9ea
authored
2 years ago
by
Nick Wellnhofer
Browse files
Options
Downloads
Patches
Plain Diff
xsltproc: Fix unused variable warning
parent
718486d82d57
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
xsltproc/xsltproc.c
+2
-0
2 additions, 0 deletions
xsltproc/xsltproc.c
with
2 additions
and
0 deletions
xsltproc/xsltproc.c
+
2
−
0
View file @
c4d704ad
...
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment