From 991e05d062be85988e32865f90d6117dcee3aaf8 Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Sat, 19 May 2001 09:56:42 +0000 Subject: [PATCH] Nuke some warnings. --- ext/xml/expat/xmlparse.c | 6 +++++- ext/xml/expat/xmlrole.c | 4 +++- ext/xml/expat/xmltok.c | 4 +++- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/ext/xml/expat/xmlparse.c b/ext/xml/expat/xmlparse.c index 2749d51c56..ccca7fed42 100644 --- a/ext/xml/expat/xmlparse.c +++ b/ext/xml/expat/xmlparse.c @@ -3,9 +3,11 @@ Copyright (c) 1998, 1999, 2000 Thai Open Source Software Center Ltd See the file COPYING for copying permission. */ +#if 0 static char RCSId[] = "$Header$"; - +#endif + #include "php_compat.h" #ifdef COMPILED_FROM_DSP @@ -243,9 +245,11 @@ static enum XML_Error processXmlDecl(XML_Parser parser, int isGeneralTextEntity, const char *, const char *); static enum XML_Error initializeEncoding(XML_Parser parser); +#if 0 static enum XML_Error doProlog(XML_Parser parser, const ENCODING *enc, const char *s, const char *end, int tok, const char *next, const char **nextPtr); +#endif static enum XML_Error processInternalParamEntity(XML_Parser parser, ENTITY *entity); static enum XML_Error diff --git a/ext/xml/expat/xmlrole.c b/ext/xml/expat/xmlrole.c index 51046b72d6..ae3840e9f4 100644 --- a/ext/xml/expat/xmlrole.c +++ b/ext/xml/expat/xmlrole.c @@ -3,9 +3,11 @@ Copyright (c) 1998, 1999 Thai Open Source Software Center Ltd See the file COPYING for copying permission. */ +#if 0 static char RCSId[] = "$Header$"; - +#endif + #include "php_compat.h" #ifdef COMPILED_FROM_DSP diff --git a/ext/xml/expat/xmltok.c b/ext/xml/expat/xmltok.c index 78a845c831..700b5d1a01 100644 --- a/ext/xml/expat/xmltok.c +++ b/ext/xml/expat/xmltok.c @@ -3,9 +3,11 @@ Copyright (c) 1998, 1999 Thai Open Source Software Center Ltd See the file COPYING for copying permission. */ +#if 0 static char RCSId[] = "$Header$"; - +#endif + #include "php_compat.h" #ifdef COMPILED_FROM_DSP -- 2.50.1