Don't mark a used parameter _U_.

svn path=/trunk/; revision=50508
This commit is contained in:
Jeff Morriss 2013-07-11 15:00:39 +00:00
parent 160c35c8e9
commit b0c5fecc62
1 changed files with 1 additions and 1 deletions

View 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;