From: Antony Dovgal Date: Sun, 7 Oct 2007 12:33:40 +0000 (+0000) Subject: silence the warning X-Git-Tag: RELEASE_2_0_0a1~1638 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=970320b43a905382b79a809de7a4d18d9955bcf1;p=php silence the warning --- diff --git a/ext/mysqlnd/mysqlnd_portability.h b/ext/mysqlnd/mysqlnd_portability.h index 37aeb67e21..20a2a48c43 100644 --- a/ext/mysqlnd/mysqlnd_portability.h +++ b/ext/mysqlnd/mysqlnd_portability.h @@ -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) +\