aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ansi_637.c
diff options
context:
space:
mode:
authorStephen Fisher <steve@stephen-fisher.com>2011-04-22 15:53:34 +0000
committerStephen Fisher <steve@stephen-fisher.com>2011-04-22 15:53:34 +0000
commite7a716144d34a538d933ddf30100ef5208c5aaf4 (patch)
treee182c9f435f054ab414ce888706a873873e3e286 /epan/dissectors/packet-ansi_637.c
parent64e31d0b0d26fb7c8e941c2b03db8117ec823a5e (diff)
Use _U_ for unused function parameters instead of assigning a variable
to itself. Found by clang compiler. svn path=/trunk/; revision=36813
Diffstat (limited to 'epan/dissectors/packet-ansi_637.c')
-rw-r--r--epan/dissectors/packet-ansi_637.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/epan/dissectors/packet-ansi_637.c b/epan/dissectors/packet-ansi_637.c
index fd7b54b0ef..39d6be0873 100644
--- a/epan/dissectors/packet-ansi_637.c
+++ b/epan/dissectors/packet-ansi_637.c
@@ -1715,11 +1715,10 @@ trans_param_subaddress(tvbuff_t *tvb, proto_tree *tree, guint len, guint32 offse
}
static void
-trans_param_bearer_reply_opt(tvbuff_t *tvb, proto_tree *tree, guint len, guint32 offset, gchar *add_string, int string_len)
+trans_param_bearer_reply_opt(tvbuff_t *tvb, proto_tree *tree, guint len _U_, guint32 offset, gchar *add_string, int string_len)
{
guint8 oct;
- len = len;
oct = tvb_get_guint8(tvb, offset);
other_decode_bitfield_value(ansi_637_bigbuf, oct, 0xfc, 8);