Mark pinfo as unused with _U_ to avoid compiler warning.
authorcmaynard <cmaynard@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 5 Apr 2011 20:50:49 +0000 (20:50 +0000)
committercmaynard <cmaynard@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 5 Apr 2011 20:50:49 +0000 (20:50 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36481 f5534014-38df-0310-8fa8-9805f1628bb7

tap-icmpstat.c

index 8ff7ff4fe4a286f23688f065838f1d72c84c311c..56b881320875bb3a75dad96b80bc16a29cfed790 100755 (executable)
@@ -106,7 +106,7 @@ icmpstat_reset(void *tapdata)
  * !0: state has changed, call (*draw) sometime later
  */
 static int
-icmpstat_packet(void *tapdata, packet_info *pinfo, epan_dissect_t *edt _U_, const void *data)
+icmpstat_packet(void *tapdata, packet_info *pinfo _U_, epan_dissect_t *edt _U_, const void *data)
 {
     icmpstat_t *icmpstat = tapdata;
     const icmp_transaction_t *trans = data;