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:
parent
576411135f
commit
f502e9b2f6
@ -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__ */
|
||||
|
@ -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__ */
|
||||
|
Loading…
x
Reference in New Issue
Block a user