tapi (DCERPC): fix 'offset' was marked unused but was used [-Werror,-Wused-but-marked-unused]

Change-Id: I1841b26d03c1d8f9ab34fa45493f8a12ea291df3
Reviewed-on: https://code.wireshark.org/review/14973
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Alexis La Goutte 2016-04-15 19:32:00 +02:00 committed by Anders Broman
parent abb5fc05fd
commit 9013e06a32
1 changed files with 2 additions and 2 deletions

View File

@ -164,14 +164,14 @@ dissect_tapi_client_request_reply(tvbuff_t *tvb, int offset,
IDL );
*/
static int
dissect_tapi_client_detach_rqst(tvbuff_t *tvb _U_, int offset _U_,
dissect_tapi_client_detach_rqst(tvbuff_t *tvb _U_, int offset,
packet_info *pinfo _U_, proto_tree *tree _U_,
dcerpc_info *di _U_, guint8 *drep _U_)
{
return offset;
}
static int
dissect_tapi_client_detach_reply(tvbuff_t *tvb _U_, int offset _U_,
dissect_tapi_client_detach_reply(tvbuff_t *tvb _U_, int offset,
packet_info *pinfo _U_, proto_tree *tree _U_,
dcerpc_info *di _U_, guint8 *drep _U_)
{