]> granicus.if.org Git - php/commitdiff
silence the warning
authorAntony Dovgal <tony2001@php.net>
Sun, 7 Oct 2007 12:33:40 +0000 (12:33 +0000)
committerAntony Dovgal <tony2001@php.net>
Sun, 7 Oct 2007 12:33:40 +0000 (12:33 +0000)
ext/mysqlnd/mysqlnd_portability.h

index 37aeb67e216a001210c5ef8be5eb69ea1903475f..20a2a48c4341d102802320d8f04b41c89e69242d 100644 (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) +\