1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-28 00:21:53 +03:00

trying to fix #102037 Daniel

* python/libxml_wrap.h: trying to fix #102037
Daniel
This commit is contained in:
Daniel Veillard
2002-12-27 11:58:25 +00:00
parent 8dbd495eca
commit 0e9dafad00
2 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,7 @@
Fri Dec 27 12:57:22 CET 2002 Daniel Veillard <daniel@veillard.com>
* python/libxml_wrap.h: trying to fix #102037
Fri Dec 27 12:18:14 CET 2002 Daniel Veillard <daniel@veillard.com>
* SAX.c: fixing bug #95296, when the predefined entities

View File

@ -30,10 +30,9 @@
#ifdef ATTRIBUTE_UNUSED
#undef ATTRIBUTE_UNUSED
#endif
#include <ansidecl.h>
#ifndef ATTRIBUTE_UNUSED
#define ATTRIBUTE_UNUSED
#endif
#define ATTRIBUTE_UNUSED __attribute__ ((__unused__))
#endif /* ATTRIBUTE_UNUSED */
#else
#define ATTRIBUTE_UNUSED
#endif