diff options
author | Antony Dovgal <tony2001@php.net> | 2007-10-07 12:33:40 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2007-10-07 12:33:40 +0000 |
commit | 970320b43a905382b79a809de7a4d18d9955bcf1 (patch) | |
tree | 9967ab314ee98a4690a66bf2f3e7a1077333763e /ext/mysqlnd/mysqlnd_portability.h | |
parent | e9ded30d23ee66e72a44a085476c387e0a3097de (diff) | |
download | php-git-970320b43a905382b79a809de7a4d18d9955bcf1.tar.gz |
silence the warning
Diffstat (limited to 'ext/mysqlnd/mysqlnd_portability.h')
-rw-r--r-- | ext/mysqlnd/mysqlnd_portability.h | 1 |
1 files changed, 1 insertions, 0 deletions
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) +\ |