From: krakjoe Date: Sun, 24 Nov 2013 21:07:53 +0000 (+0000) Subject: compiler warning X-Git-Tag: php-5.6.0alpha1~110^2~72 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c41ef19c3b5365cab87fa0d9d871fc5328316fd5;p=php compiler warning --- diff --git a/phpdbg_prompt.c b/phpdbg_prompt.c index c26446cde1..ac95e69977 100644 --- a/phpdbg_prompt.c +++ b/phpdbg_prompt.c @@ -856,7 +856,7 @@ PHPDBG_COMMAND(quit) /* {{{ */ /* don't allow this to loop, ever ... */ if (!(PHPDBG_G(flags) & PHPDBG_IS_QUITTING)) { - phpdbg_destroy_input(&input TSRMLS_CC); + phpdbg_destroy_input((phpdbg_input_t**)&input TSRMLS_CC); PHPDBG_G(flags) |= PHPDBG_IS_QUITTING; zend_bailout();