php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #75279 Warning: initialization makes integer from pointer without a cast
Submitted: 2017-09-29 01:03 UTC Modified: -
Votes:1
Avg. Score:1.0 ± 0.0
Reproduced:0 of 1 (0.0%)
From: peterkokot at gmail dot com Assigned:
Status: Closed Package: Compile Warning
PHP Version: 7.2.0RC3 OS:
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: peterkokot at gmail dot com
New email:
PHP Version: OS:

 

 [2017-09-29 01:03 UTC] peterkokot at gmail dot com
Description:
------------
When doing ./configure && make

the following warning appears:

/opt/php-7.2.0RC3/ext/standard/dl.c: In function 'php_load_extension':
/opt/php-7.2.0RC3/ext/standard/dl.c:113:33: warning: initialization makes integer from pointer without a cast [-Wint-conversion]
  int error_type, slash_suffix = NULL;
                                 ^~~~


Patches

Add a Patch

Pull Requests

Pull requests:

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2017-09-30 04:16 UTC] laruence@php.net
Automatic comment on behalf of peterkokot@gmail.com
Revision: http://git.php.net/?p=php-src.git;a=commit;h=8d87f6f6ddd80bd342590d6ca246d7cdd565b0c3
Log: Fix bug #75279
 [2017-09-30 04:16 UTC] laruence@php.net
-Status: Open +Status: Closed
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 01:01:28 2024 UTC