diff options
| author | Sascha Schumann <sas@php.net> | 2001-05-19 09:56:42 +0000 |
|---|---|---|
| committer | Sascha Schumann <sas@php.net> | 2001-05-19 09:56:42 +0000 |
| commit | 991e05d062be85988e32865f90d6117dcee3aaf8 (patch) | |
| tree | 49001140481ad6c836dd2e0292393421934ef416 /ext/xml | |
| parent | 370c3418ad2b6087c3555f80b7389796340d50be (diff) | |
| download | php-git-991e05d062be85988e32865f90d6117dcee3aaf8.tar.gz | |
Nuke some warnings.
Diffstat (limited to 'ext/xml')
| -rw-r--r-- | ext/xml/expat/xmlparse.c | 6 | ||||
| -rw-r--r-- | ext/xml/expat/xmlrole.c | 4 | ||||
| -rw-r--r-- | 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 |
