mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-10-21 14:53:44 +03:00
a lot of small cleanups based on Linus' sparse check output. Daniel
* HTMLparser.c SAX2.c encoding.c globals.c parser.c relaxng.c runsuite.c runtest.c schematron.c testHTML.c testReader.c testRegexp.c testSAX.c testThreads.c valid.c xinclude.c xmlIO.c xmllint.c xmlmodule.c xmlschemas.c xpath.c xpointer.c: a lot of small cleanups based on Linus' sparse check output. Daniel
This commit is contained in:
12
testReader.c
12
testReader.c
@@ -34,12 +34,12 @@
|
||||
|
||||
#include <libxml/xmlreader.h>
|
||||
|
||||
int debug = 0;
|
||||
int dump = 0;
|
||||
int noent = 0;
|
||||
int count = 0;
|
||||
int valid = 0;
|
||||
int consumed = 0;
|
||||
static int debug = 0;
|
||||
static int dump = 0;
|
||||
static int noent = 0;
|
||||
static int count = 0;
|
||||
static int valid = 0;
|
||||
static int consumed = 0;
|
||||
|
||||
static void usage(const char *progname) {
|
||||
printf("Usage : %s [options] XMLfiles ...\n", progname);
|
||||
|
Reference in New Issue
Block a user