wireshark-commits  

[Wireshark-commits] rev 31760: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-quake2.c

wmeier
Mon, 01 Feb 2010 11:02:39 -0800

http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=31760

User: wmeier
Date: 2010/02/01 11:01 AM

Log:
 Use qualified rather than somewhat generic names for some enum definitions;
   eg: OFFSET --> Q_OFFSET
 (enums are in the global namespace).
 This fixes some gcc -Wshadow warnings.

Directory: /trunk/epan/dissectors/
  Changes    Path               Action
  +76 -76    packet-quake2.c    Modified

___________________________________________________________________________
Sent via:    Wireshark-commits mailing list <wireshark-commits@wireshark.org>
Archives:    http://www.wireshark.org/lists/wireshark-commits
Unsubscribe: https://wireshark.org/mailman/options/wireshark-commits
             mailto:wireshark-commits-requ...@wireshark.org?subject=unsubscribe
  • [Wireshark-commits] rev 31760: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-quake2.c wmeier