1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-29 11:41:22 +03:00

further small changes to elminate most of the remaining warnings.

* error.c trionan.[ch] testThreads.c python/generator.py:
  further small changes to elminate most of the remaining
  warnings.
This commit is contained in:
William M. Brack
2003-08-06 04:43:55 +00:00
parent c193956ee1
commit a71a8ef127
6 changed files with 21 additions and 7 deletions

View File

@ -11,7 +11,6 @@
#include <stdarg.h>
#include <libxml/parser.h>
#include <libxml/parserInternals.h> /* for char constants */
#include <libxml/xmlerror.h>
#include <libxml/xmlmemory.h>
#include <libxml/globals.h>