|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2018-06-19 23:44 UTC] stas@php.net
[2018-06-19 23:44 UTC] stas@php.net
-Status: Open
+Status: Closed
[2018-09-04 03:33 UTC] nikic@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 06 19:00:01 2025 UTC |
Description: ------------ /home/builduser/rpmbuild/BUILD/php-7.1.11/ext/posix/posix.c: In function 'zif_posix_mknod': /home/builduser/rpmbuild/BUILD/php-7.1.11/ext/posix/posix.c:956:13: warning: In the GNU C Library, "makedev" is defined by <sys/sysmacros.h>. For historical compatibility, it is currently defined by <sys/types.h> as well, but we plan to remove this soon. To use "makedev", include <sys/sysmacros.h> directly. If you did not intend to use a system-defined macro "makedev", you should undefine it after including <sys/types.h>. php_dev = makedev(major, minor); ^~~~~~~~~~~~~~~~~~~~~~~