1
0
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:
Antony Dovgal
2007-10-07 12:33:40 +00:00
parent e9ded30d23
commit 970320b43a
+1
View File
@@ -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) +\