http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=46649
User: guy
Date: 2012/12/20 06:30 PM
Log:
Squelch 64-bit-to-32-bit implicit conversion warning; the warning
appears to be bogus - even if I put "(gint64) phdr->ts.nsecs" in an
extra layer of parentheses, i.e.
(((gint64) phdr->ts.nsecs) / 1000)
I still get the warning from
i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple
Inc. build 5658) (LLVM build 2336.11.00)
Directory: /trunk/wiretap/
Changes Path Action
+3 -2 btsnoop.c Modified