1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-10-26 00:37:43 +03:00

Stop including ansidecl.h

This seems to be an undocumented, internal GCC header added a long time
ago. I don't know why it was included, but I think it can be safely
removed.
This commit is contained in:
Nick Wellnhofer
2017-11-13 18:35:51 +01:00
parent bf3b456350
commit ff628d46a1
6 changed files with 0 additions and 16 deletions

View File

@@ -214,9 +214,6 @@ extern void xmlCheckVersion(int version);
* Macro used to signal to GCC unused function parameters
*/
#ifdef __GNUC__
#ifdef HAVE_ANSIDECL_H
#include <ansidecl.h>
#endif
#ifndef ATTRIBUTE_UNUSED
#define ATTRIBUTE_UNUSED
#endif