Don't mark a used parameter _U_.
authorJeff Morriss <jeff.morriss.ws@gmail.com>
Thu, 11 Jul 2013 15:00:39 +0000 (15:00 -0000)
committerJeff Morriss <jeff.morriss.ws@gmail.com>
Thu, 11 Jul 2013 15:00:39 +0000 (15:00 -0000)
svn path=/trunk/; revision=50508

epan/dissectors/packet-gsm_a_rr.c

index 02c17abbda038ccad7e0d7cb1d4eecefac4148a9..b0d1fb0ed8e26afa2d3578b9127d18a9780a33e1 100644 (file)
@@ -3804,7 +3804,7 @@ static const value_string gsm_a_rr_amr_hysteresis_vals[] = {
 };
 
 guint16
-de_rr_multirate_conf(tvbuff_t *tvb, proto_tree *tree, packet_info *pinfo _U_, guint32 offset, guint len _U_, gchar *add_string _U_, int string_len _U_)
+de_rr_multirate_conf(tvbuff_t *tvb, proto_tree *tree, packet_info *pinfo _U_, guint32 offset, guint len, gchar *add_string _U_, int string_len _U_)
 {
     guint32 curr_offset;
     guint8  oct;