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

 ID:                 64717
 Updated by:         s...@php.net
 Reported by:        s...@php.net
 Summary:            Unused variables in phar
-Status:             Open
+Status:             Closed
 Type:               Bug
 Package:            PHAR related
 Operating System:   Linux
 PHP Version:        5.5.0beta4
-Assigned To:        
+Assigned To:        sixd
 Block user comment: N
 Private report:     N

 New Comment:

The fix for this bug has been committed.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.

 For Windows:

http://windows.php.net/snapshots/
 
Thank you for the report, and for helping us make PHP better.




Previous Comments:
------------------------------------------------------------------------
[2013-04-25 18:44:12] s...@php.net

Description:
------------
Compiling PHP 5.5 Beta 4 gives:

/home/cjones/Desktop/php-5.5.0beta4/ext/phar/zip.c: In function 
‘phar_parse_zipfile’:
/home/cjones/Desktop/php-5.5.0beta4/ext/phar/zip.c:408:10: warning: variable 
‘now’ set but not used [-Wunused-but-set-variable]
/home/cjones/Desktop/php-5.5.0beta4/ext/phar/zip.c: In function 
‘phar_zip_applysignature’:
/home/cjones/Desktop/php-5.5.0beta4/ext/phar/zip.c:1095:15: warning: variable 
‘st’ set but not used [-Wunused-but-set-variable]

and

/home/cjones/Desktop/php-5.5.0beta4/ext/phar/phar_object.c: In function 
‘zim_Phar_webPhar’:
/home/cjones/Desktop/php-5.5.0beta4/ext/phar/phar_object.c:568:21: warning: 
variable ‘ret’ set but not used [-Wunused-but-set-variable]



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



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

Reply via email to