1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-03-20 18:50:08 +03:00

include: Add more deprecation warnings

This commit is contained in:
Nick Wellnhofer 2025-03-04 17:23:44 +01:00
parent 576411135f
commit f502e9b2f6
2 changed files with 9 additions and 0 deletions

View File

@ -11,4 +11,8 @@
#ifndef __XML_SAX_H__
#define __XML_SAX_H__
#ifdef __GNUC__
#warning "libxml/SAX.h is deprecated"
#endif
#endif /* __XML_SAX_H__ */

View File

@ -8,4 +8,9 @@
#ifndef __NANO_FTP_H__
#define __NANO_FTP_H__
#ifdef __GNUC__
#warning "libxml/nanoftp.h is deprecated"
#endif
#endif /* __NANO_FTP_H__ */