mirror of
https://github.com/php/php-src.git
synced 2024-11-25 19:05:31 +08:00
Kill warning (bug #26937)
This commit is contained in:
parent
07cf808861
commit
69e6b296e0
@ -511,7 +511,7 @@ static XML_Char *xml_utf8_encode(const char *s, int len, int *newlen, const XML_
|
|||||||
{
|
{
|
||||||
int pos = len;
|
int pos = len;
|
||||||
char *newbuf;
|
char *newbuf;
|
||||||
unsigned short c;
|
unsigned int c;
|
||||||
unsigned short (*encoder)(unsigned char) = NULL;
|
unsigned short (*encoder)(unsigned char) = NULL;
|
||||||
xml_encoding *enc = xml_get_encoding(encoding);
|
xml_encoding *enc = xml_get_encoding(encoding);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user