aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/acn
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-12-25 13:49:30 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-12-25 13:49:30 +0000
commit78ff68d4b58f3887139b2d1fd6fec5c8d2658aa7 (patch)
tree408c4b08d73977545997409aa5dfb93f0a35e74f /plugins/acn
parente8459f4ea1a08f7b661d8717db1a9b8125860142 (diff)
a lot of warnings removed, most of them about pointer to int casts without using the appropriate GLib macros
svn path=/trunk/; revision=12832
Diffstat (limited to 'plugins/acn')
-rw-r--r--plugins/acn/packet-acn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/acn/packet-acn.c b/plugins/acn/packet-acn.c
index 34f803cced..5d8169c93d 100644
--- a/plugins/acn/packet-acn.c
+++ b/plugins/acn/packet-acn.c
@@ -661,7 +661,7 @@ dissect_sdt(tvbuff_t *tvb, guint offset, proto_tree *tree, acn_pdu_history_t* pa
}
static guint
-dissect_dmp(tvbuff_t *tvb, guint offset, proto_tree *tree, acn_pdu_history_t* parent_hist, guint max_size)
+dissect_dmp(tvbuff_t *tvb _U_, guint offset _U_, proto_tree *tree _U_, acn_pdu_history_t* parent_hist _U_, guint max_size _U_)
{
return 0;
}