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

Date: Wed, 26 Dec 2012 11:46:48 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=46772

User: guy
Date: 2012/12/26 03:46 AM

Log:
 OK, see if not using an enum gets rid of "implicit conversion shortens
 64-bit value to 32 bits" warnings on 32-bit compilers.  According to
 6.1.3.3 "Enumeration constants" of C90, "An identifier declared as an
 enumeration constant has type int", so there may be signed vs. unsigned
 issues.

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +56 -58    packet-vnc.c    Modified