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
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
34 + 37 = ?
Subscribe to this entry?

 
 [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: Thu Apr 25 21:01:36 2024 UTC