mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
silence the warning
This commit is contained in:
parent
e9ded30d23
commit
970320b43a
1 changed files with 1 additions and 0 deletions
|
@ -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) +\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue