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

Date: Thu, 30 Jul 2009 21:40:23 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=29248

User: guy
Date: 2009/07/30 02:40 PM

Log:
 Fix warnings:
 
 	the behavior of x = x++ is undefined by the ANSI C standard -
 	they obviously just meant x++;
 
 	get rid of unused variables.

Directory: /trunk/epan/dissectors/
  Changes    Path              Action
  +3 -9      packet-gtpv2.c    Modified