aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2002-04-04 03:52:47 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2002-04-04 03:52:47 +0000
commitdfd6b4fcf0d9b38c7cdaf4574e28fd21ca6905d7 (patch)
treebbb0373a205dc8b21c78c99619f1fbfe9b3ff345
parent3d7d008703d1e6486b06c0d587f8e661c24c9cee (diff)
Add _U_ to unused argument.
svn path=/trunk/; revision=5095
-rw-r--r--packet-data.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-data.c b/packet-data.c
index 9eb4e9453b..9df1aa1522 100644
--- a/packet-data.c
+++ b/packet-data.c
@@ -2,7 +2,7 @@
* Routines for raw data (default case)
* Gilbert Ramirez <gram@alumni.rice.edu>
*
- * $Id: packet-data.c,v 1.26 2002/01/21 07:36:33 guy Exp $
+ * $Id: packet-data.c,v 1.27 2002/04/04 03:52:47 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -40,7 +40,7 @@
int proto_data = -1;
void
-dissect_data(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
+dissect_data(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree)
{
int bytes;