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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

Pull requests:

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: Sun Dec 22 01:01:30 2024 UTC