aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-isis-clv.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2011-05-18 17:19:42 +0000
committerBill Meier <wmeier@newsguy.com>2011-05-18 17:19:42 +0000
commit82ffa86cd385dac779182c4f5084dd17df9565ff (patch)
treec7984ba9eb93ef98b368647ab17747ca3c7c6f26 /epan/dissectors/packet-isis-clv.c
parentb9a1e3fb2a182b9680d5a785f2ce56021ab02176 (diff)
Mark a function arg as _U_
svn path=/trunk/; revision=37246
Diffstat (limited to 'epan/dissectors/packet-isis-clv.c')
-rw-r--r--epan/dissectors/packet-isis-clv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-isis-clv.c b/epan/dissectors/packet-isis-clv.c
index 61a6e2d708..b9f10c69b0 100644
--- a/epan/dissectors/packet-isis-clv.c
+++ b/epan/dissectors/packet-isis-clv.c
@@ -511,7 +511,7 @@ isis_dissect_nlpid_clv(tvbuff_t *tvb, proto_tree *tree, int offset, int length)
void
isis_dissect_clvs(tvbuff_t *tvb, proto_tree *tree, int offset,
const isis_clv_handle_t *opts, int len, int id_length,
- int unknown_tree_id)
+ int unknown_tree_id _U_)
{
guint8 code;
guint8 length;