Edit report at https://bugs.php.net/bug.php?id=62938&edit=1

 ID:                 62938
 Updated by:         cataphr...@php.net
 Reported by:        cataphr...@php.net
 Summary:            zend_do_bind_catch() used without declaration
 Status:             Open
 Type:               Bug
 Package:            Compile Warning
 Operating System:   Linux/clang
 PHP Version:        master-Git-2012-08-26 (Git)
-Assigned To:        
+Assigned To:        laruence
 Block user comment: N
 Private report:     N

 New Comment:

Xinchen: I'm assigning to you because you were the last one touching that line. 
I haven't investigated whether the problem existed before.


Previous Comments:
------------------------------------------------------------------------
[2012-08-26 17:50:00] cataphr...@php.net

Description:
------------
zend_do_bind_catch() used without declaration. The line that raises the issue 
was last modified in c64f4e73.

Actual result:
--------------
/opt/php-src/Zend/zend_language_parser.y:318:7: warning: implicit declaration 
of function 'zend_do_bind_catch' is invalid in C99 
[-Wimplicit-function-declaration]
    { zend_do_bind_catch(&(yyvsp[(1) - (6)]), &(yyvsp[(6) - (6)]) TSRMLS_CC); }
      ^
1 warning generated.


------------------------------------------------------------------------



-- 
Edit this bug report at https://bugs.php.net/bug.php?id=62938&edit=1

Reply via email to