aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc-tapi.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2016-04-15 19:32:00 +0200
committerAnders Broman <a.broman58@gmail.com>2016-04-18 11:22:42 +0000
commit9013e06a3212f1c6db3d59530e80902a36248911 (patch)
tree1baf88e1907fb14676f2285f6b6e5605c9352343 /epan/dissectors/packet-dcerpc-tapi.c
parentabb5fc05fdf16ac8dc9e6c241cd640319e2a0f3c (diff)
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>
Diffstat (limited to 'epan/dissectors/packet-dcerpc-tapi.c')
-rw-r--r--epan/dissectors/packet-dcerpc-tapi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-dcerpc-tapi.c b/epan/dissectors/packet-dcerpc-tapi.c
index ad1485ce63..5a21124c35 100644
--- a/epan/dissectors/packet-dcerpc-tapi.c
+++ b/epan/dissectors/packet-dcerpc-tapi.c
@@ -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_)
{