Wireshark-commits: [Wireshark-commits] rev 53630: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Thu, 28 Nov 2013 20:40:47 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=53630

User: guy
Date: 2013/11/28 08:40 PM

Log:
 GUINT_TO_POINTER() does just enough casting to suppress complaints about
 32-bit integers and 64-bit pointers, so it needs to be handed a guint
 (or equivalent type); it doesn't suppress warnings about 8-bit or 16-bit
 integers, so those have to be cast up to guint first.

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +2 -2      packet-usb.c    Modified