mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-29 11:41:22 +03:00
Tentatively fixed #69655 , make compiling with -Wredundant-decls clean.
* HTMLtree.c Makefile.am build_glob.py configure.in debugXML.c globals.c parser.c threads.c tree.c valid.c xmlmemory.c xpath.c xpointer.c include/libxml/globals.h include/libxml/parser.h include/libxml/parserInternals.h include/libxml/tree.h include/libxml/xmlmemory.h include/libxml/xpathInternals.h: Tentatively fixed #69655 , make compiling with -Wredundant-decls clean. * python/libxml.c: fixed a warning. Daniel
This commit is contained in:
7
parser.c
7
parser.c
@ -89,7 +89,6 @@ static const char *xmlW3CPIs[] = {
|
||||
};
|
||||
|
||||
/* DEPR void xmlParserHandleReference(xmlParserCtxtPtr ctxt); */
|
||||
void xmlParserHandlePEReference(xmlParserCtxtPtr ctxt);
|
||||
xmlEntityPtr xmlParseStringPEReference(xmlParserCtxtPtr ctxt,
|
||||
const xmlChar **str);
|
||||
|
||||
@ -1531,12 +1530,6 @@ static int areBlanks(xmlParserCtxtPtr ctxt, const xmlChar *str, int len) {
|
||||
return(1);
|
||||
}
|
||||
|
||||
/*
|
||||
* Forward definition for recursive behavior.
|
||||
*/
|
||||
void xmlParsePEReference(xmlParserCtxtPtr ctxt);
|
||||
void xmlParseReference(xmlParserCtxtPtr ctxt);
|
||||
|
||||
/************************************************************************
|
||||
* *
|
||||
* Extra stuff for namespace support *
|
||||
|
Reference in New Issue
Block a user