tony2001 Sun Oct 7 12:33:41 2007 UTC
Modified files:
/php-src/ext/mysqlnd mysqlnd_portability.h
Log:
silence the warning
http://cvs.php.net/viewvc.cgi/php-src/ext/mysqlnd/mysqlnd_portability.h?r1=1.4&r2=1.5&diff_format=u
Index: php-src/ext/mysqlnd/mysqlnd_portability.h
diff -u php-src/ext/mysqlnd/mysqlnd_portability.h:1.4
php-src/ext/mysqlnd/mysqlnd_portability.h:1.5
--- php-src/ext/mysqlnd/mysqlnd_portability.h:1.4 Fri Aug 3 16:32:26 2007
+++ php-src/ext/mysqlnd/mysqlnd_portability.h Sun Oct 7 12:33:40 2007
@@ -280,6 +280,7 @@
(((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) +\
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php