mirror of
https://github.com/php/php-src.git
synced 2026-04-26 01:18:19 +02:00
silence the warning
This commit is contained in:
@@ -280,6 +280,7 @@ typedef union {
|
||||
(((uint32) ((uchar) (A)[1])) << 8) +\
|
||||
(((uint32) ((uchar) (A)[2])) << 16) +\
|
||||
(((uint32) ((uchar) (A)[3])) << 24))
|
||||
#undef bit_uint5korr
|
||||
#define bit_uint5korr(A) ((ulonglong)(((uint32) ((uchar) (A)[0])) +\
|
||||
(((uint32) ((uchar) (A)[1])) << 8) +\
|
||||
(((uint32) ((uchar) (A)[2])) << 16) +\
|
||||
|
||||
Reference in New Issue
Block a user