dissect_gtpv2_mbms_session_duration(): 'tree' is unused but 'item' is. Mark them as such.

svn path=/trunk/; revision=40817
This commit is contained in:
Jeff Morriss 2012-02-02 21:35:51 +00:00
parent 29bde33be2
commit eba7aaecc0
1 changed files with 8 additions and 8 deletions

View File

@ -3854,7 +3854,7 @@ dissect_gtpv2_ti(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree, proto_
* 8.69 MBMS Session Duration
*/
static void
dissect_gtpv2_mbms_session_duration(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree, proto_item *item _U_, guint16 length _U_, guint8 message_type _U_, guint8 instance _U_)
dissect_gtpv2_mbms_session_duration(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item, guint16 length _U_, guint8 message_type _U_, guint8 instance _U_)
{
int bit_offset = 0;
guint32 days;