aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sflow.c
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2010-02-08 22:35:49 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2010-02-08 22:35:49 +0000
commit118377ca6b762574271f7f2a847e2f30fedca27b (patch)
tree9c3d696914a996844631bf7de0a366598d4d0225 /epan/dissectors/packet-sflow.c
parent15112d06452be8d8728dfe43198e578c6f48fb3c (diff)
flag two unusued arguments with _U_ to prevent a compiler warning
svn path=/trunk/; revision=31836
Diffstat (limited to 'epan/dissectors/packet-sflow.c')
-rw-r--r--epan/dissectors/packet-sflow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-sflow.c b/epan/dissectors/packet-sflow.c
index 7a054d5eaa..1fe9538dbc 100644
--- a/epan/dissectors/packet-sflow.c
+++ b/epan/dissectors/packet-sflow.c
@@ -1707,7 +1707,7 @@ dissect_sflow_5_extended_80211_tx(tvbuff_t *tvb, proto_tree *tree, gint offset)
/* sflow v5 extended 802.11 aggregation */
static gint
-dissect_sflow_5_extended_80211_aggregation(tvbuff_t *tvb, proto_tree *tree, gint offset) {
+dissect_sflow_5_extended_80211_aggregation(tvbuff_t *tvb _U_, proto_tree *tree _U_, gint offset) {
return offset;
}