Edit report at https://bugs.php.net/bug.php?id=64738&edit=1
ID: 64738 Updated by: paj...@php.net Reported by: s...@php.net Summary: No type for variable in _gdScaleRow -Status: Open +Status: Closed Type: Bug Package: GD related Operating System: Linux PHP Version: 5.5Git-2013-04-30 (Git) Block user comment: N Private report: N New Comment: Automatic comment on behalf of pierre....@gmail.com Revision: http://git.php.net/?p=php-src.git;a=commit;h=1a335d20a89d0e797c10092810c6134720560b01 Log: fix #64738, fix implicit type declaration Previous Comments: ------------------------------------------------------------------------ [2013-04-30 00:28:42] s...@php.net Description: ------------ A compilation warning on gd_interpolation.c is: /home/cjones/php-5.5/ext/gd/libgd/gd_interpolation.c:981: warning: type defaults to âintâ in declaration of âleft_channelâ The line is: const left_channel = i - left; ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=64738&edit=1