mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +02:00
Fixed compilation warnings
This commit is contained in:
parent
c0b49a701a
commit
5864ce8a44
20 changed files with 80 additions and 85 deletions
|
@ -478,7 +478,7 @@ static void _php_list_set_error_structure(xmlErrorPtr error, const char *msg)
|
|||
error_copy.int1 = 0;
|
||||
error_copy.int2 = 0;
|
||||
error_copy.ctxt = NULL;
|
||||
error_copy.message = xmlStrdup(msg);
|
||||
error_copy.message = (char*)xmlStrdup((xmlChar*)msg);
|
||||
error_copy.file = NULL;
|
||||
error_copy.str1 = NULL;
|
||||
error_copy.str2 = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue