Mark a parameter as unused.

svn path=/trunk/; revision=45851
This commit is contained in:
Anders Broman 2012-10-31 16:39:51 +00:00
parent 361adb3822
commit b762b44048
1 changed files with 1 additions and 1 deletions

View File

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