mirror of
https://github.com/php/php-src.git
synced 2024-12-11 10:54:47 +08:00
- MFH suppression of compiler warning noted in bug #55009
This commit is contained in:
parent
5670174b66
commit
fcff17524a
@ -388,7 +388,7 @@ static CS_RETCODE CS_PUBLIC _client_message_handler(CS_CONTEXT *context, CS_CONN
|
||||
TSRMLS_FETCH();
|
||||
|
||||
if (CS_SEVERITY(errmsg->msgnumber) >= SybCtG(min_client_severity)) {
|
||||
php_error_docref(NULL TSRMLS_CC, E_WARNING, "Sybase: Client message: %s (severity %d)", errmsg->msgstring, CS_SEVERITY(errmsg->msgnumber));
|
||||
php_error_docref(NULL TSRMLS_CC, E_WARNING, "Sybase: Client message: %s (severity %ld)", errmsg->msgstring, (long)CS_SEVERITY(errmsg->msgnumber));
|
||||
}
|
||||
STR_FREE(SybCtG(server_message));
|
||||
SybCtG(server_message) = estrdup(errmsg->msgstring);
|
||||
|
Loading…
Reference in New Issue
Block a user