Add _U_ to a function parameter to fix a compiler warning.

svn path=/trunk/; revision=53103
This commit is contained in:
Bill Meier 2013-11-06 15:46:36 +00:00
parent 7e9091e8ff
commit 0f61417ca4
1 changed files with 1 additions and 1 deletions

View File

@ -554,7 +554,7 @@ dissect_ndr_uuid_t(tvbuff_t *tvb, gint offset, packet_info *pinfo,
* attributes and the uuid_t?
*/
int
dissect_ndr_ctx_hnd(tvbuff_t *tvb, gint offset, packet_info *pinfo,
dissect_ndr_ctx_hnd(tvbuff_t *tvb, gint offset, packet_info *pinfo _U_,
proto_tree *tree, dcerpc_info *di, guint8 *drep,
int hfindex, e_ctx_hnd *pdata)
{