php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #64738 No type for variable in _gdScaleRow
Submitted: 2013-04-30 00:28 UTC Modified: -
From: sixd@php.net Assigned:
Status: Closed Package: GD related
PHP Version: 5.5Git-2013-04-30 (Git) OS: Linux
Private report: No CVE-ID: None
 [2013-04-30 00:28 UTC] sixd@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;


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2013-04-30 06:03 UTC] pajoye@php.net
-Status: Open +Status: Closed
 [2013-04-30 06:03 UTC] pajoye@php.net
Automatic comment on behalf of pierre.php@gmail.com
Revision: http://git.php.net/?p=php-src.git;a=commit;h=1a335d20a89d0e797c10092810c6134720560b01
Log: fix #64738, fix implicit type declaration
 [2013-11-17 09:31 UTC] laruence@php.net
Automatic comment on behalf of pierre.php@gmail.com
Revision: http://git.php.net/?p=php-src.git;a=commit;h=1a335d20a89d0e797c10092810c6134720560b01
Log: fix #64738, fix implicit type declaration
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 13:01:27 2024 UTC