When testing the low-order bit of a pointer, cast it to "unsigned long",
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 10 Jan 2001 23:34:06 +0000 (23:34 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 10 Jan 2001 23:34:06 +0000 (23:34 +0000)
commitb090f8204ba33b132a11109f9dc4ba45d673f808
tree9d1e131cdf8531ec9a339298654e95ef18b84c50
parentd4875a746c92a4e5347cc7c96ff22ca540c0c75c
When testing the low-order bit of a pointer, cast it to "unsigned long",
not to "int", to squelch complaints from GCC on LP64 platforms such as
most UNIXes on Alpha.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@2865 f5534014-38df-0310-8fa8-9805f1628bb7
in_cksum.c