aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_a_gm.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-10-31 16:39:51 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-10-31 16:39:51 +0000
commitb762b44048486826deb0f3e506203074efde5850 (patch)
tree97fe2e5a7a9970774932d9e4102536f9e75a9694 /epan/dissectors/packet-gsm_a_gm.c
parent361adb382200a15c1f35c57ea6edbda7ae57267f (diff)
Mark a parameter as unused.
svn path=/trunk/; revision=45851
Diffstat (limited to 'epan/dissectors/packet-gsm_a_gm.c')
-rw-r--r--epan/dissectors/packet-gsm_a_gm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-gsm_a_gm.c b/epan/dissectors/packet-gsm_a_gm.c
index 7862104614..5ba9452f87 100644
--- a/epan/dissectors/packet-gsm_a_gm.c
+++ b/epan/dissectors/packet-gsm_a_gm.c
@@ -3849,7 +3849,7 @@ de_gc_device_properties(tvbuff_t *tvb, proto_tree *tree, packet_info *pinfo _U_,
#define MAX_APN_LENGTH 100
guint16
-de_sm_apn(tvbuff_t *tvb, proto_tree *tree, packet_info *pinfo, guint32 offset, guint len, gchar *add_string, int string_len _U_)
+de_sm_apn(tvbuff_t *tvb, proto_tree *tree, packet_info *pinfo, guint32 offset, guint len, gchar *add_string _U_, int string_len _U_)
{
guint32 curr_offset;
guint curr_len;