flag two unusued arguments with _U_ to prevent a compiler warning
authorsahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 8 Feb 2010 22:35:49 +0000 (22:35 +0000)
committersahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 8 Feb 2010 22:35:49 +0000 (22:35 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31836 f5534014-38df-0310-8fa8-9805f1628bb7

epan/dissectors/packet-sflow.c

index 7a054d5eaa1aa8113a06cac3439ba3478e60cd47..1fe9538dbcccf2a12577a0367da633f6f1f4ab6b 100644 (file)
@@ -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;
 }