mirror of
https://github.com/darlinghq/darling-libxml2.git
synced 2025-01-10 22:46:34 +00:00
changed macro ATTRIBUTE_UNUSED for gcc so that, if undefined, it's defined
* include/libxml/xmlversion.h.in: changed macro ATTRIBUTE_UNUSED for gcc so that, if undefined, it's defined as __attribute__((unused))
This commit is contained in:
parent
6bf4d6fd3e
commit
30ce0dd0f8
@ -1,3 +1,9 @@
|
||||
Tue Nov 4 15:52:28 PST 2003 William Brack <wbrack@mmm.com.hk>
|
||||
|
||||
* include/libxml/xmlversion.h.in: changed macro ATTRIBUTE_UNUSED
|
||||
for gcc so that, if undefined, it's defined as
|
||||
__attribute__((unused))
|
||||
|
||||
Tue Nov 4 15:28:07 PST 2003 William Brack <wbrack@mmm.com.hk>
|
||||
|
||||
* python/generator.py: small enhancement to assure ATTRIBUTE_UNUSED
|
||||
|
@ -318,7 +318,7 @@ XMLPUBFUN void XMLCALL xmlCheckVersion(int version);
|
||||
#include <ansidecl.h>
|
||||
#endif
|
||||
#ifndef ATTRIBUTE_UNUSED
|
||||
#define ATTRIBUTE_UNUSED
|
||||
#define ATTRIBUTE_UNUSED __attribute__((unused))
|
||||
#endif
|
||||
#else
|
||||
#define ATTRIBUTE_UNUSED
|
||||
|
Loading…
x
Reference in New Issue
Block a user