From: krakjoe Date: Sun, 24 Nov 2013 12:17:51 +0000 (+0000) Subject: fix windows build warning X-Git-Tag: php-5.6.0alpha1~110^2~98^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=682164ae992c50fc075fad294de040fb60ff6529;p=php fix windows build warning --- diff --git a/phpdbg_info.c b/phpdbg_info.c index 724b30cce0..d665f92d7d 100644 --- a/phpdbg_info.c +++ b/phpdbg_info.c @@ -151,8 +151,7 @@ PHPDBG_INFO(literal) /* {{{ */ { if ((EG(in_execution) && EG(active_op_array)) || PHPDBG_G(ops)) { zend_op_array *ops = EG(active_op_array) ? EG(active_op_array) : PHPDBG_G(ops); - unsigned int literal = 0; - int count = ops->last_literal-1; + int literal = 0, count = ops->last_literal-1; if (ops->function_name) { if (ops->scope) {