mark unused parameter

svn path=/trunk/; revision=53571
This commit is contained in:
Martin Kaiser 2013-11-25 16:59:06 +00:00
parent 3e3c976377
commit 818ce4f301
1 changed files with 1 additions and 1 deletions

View File

@ -618,7 +618,7 @@ dissect_fcp_xfer_rdy(tvbuff_t *tvb, proto_tree *tree)
}
static void
dissect_fcp_srr(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, fc_hdr *fchdr)
dissect_fcp_srr(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree, fc_hdr *fchdr)
{
guint8 r_ctl;