dcom: fix 'pinfo' was marked unused but was used [-Werror,-Wused-but-marked-unused]

Change-Id: Iabe002120dd25382be1c59cdf7d544a8c3629847
Reviewed-on: https://code.wireshark.org/review/14975
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Alexis La Goutte 2016-04-15 19:33:39 +02:00 committed by Anders Broman
parent 55ea2ac4b1
commit 909fa66435
1 changed files with 2 additions and 2 deletions

View File

@ -937,7 +937,7 @@ dissect_dcom_dcerpc_pointer(tvbuff_t *tvb, gint offset, packet_info *pinfo,
/* XXX: handout data to generic "unknown data" dissector? */
extern int
dissect_dcom_tobedone_data(tvbuff_t *tvb, int offset,
packet_info *pinfo _U_, proto_tree *tree, guint8 *drep _U_, int length)
packet_info *pinfo, proto_tree *tree, guint8 *drep _U_, int length)
{
proto_item *item;
@ -956,7 +956,7 @@ dissect_dcom_tobedone_data(tvbuff_t *tvb, int offset,
/* XXX: handout data to generic "unknown data" dissector? */
extern int
dissect_dcom_nospec_data(tvbuff_t *tvb, int offset,
packet_info *pinfo _U_, proto_tree *tree, guint8 *drep _U_, int length)
packet_info *pinfo, proto_tree *tree, guint8 *drep _U_, int length)
{
proto_item *item;