1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-17 18:21:05 +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

@ -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