aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc-fileexp.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2013-11-06 15:43:41 +0000
committerBill Meier <wmeier@newsguy.com>2013-11-06 15:43:41 +0000
commit7e9091e8ff89ba4856ed0e65e79669a7f85afd80 (patch)
treefed37acff998f221e8ebc6821ed697138a0757e3 /epan/dissectors/packet-dcerpc-fileexp.c
parentc4efddd7d2063eff2bd8c3b7b968dd844540e920 (diff)
Add _U_ to a few function parameters to fix compiler warnings
svn path=/trunk/; revision=53102
Diffstat (limited to 'epan/dissectors/packet-dcerpc-fileexp.c')
-rw-r--r--epan/dissectors/packet-dcerpc-fileexp.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/epan/dissectors/packet-dcerpc-fileexp.c b/epan/dissectors/packet-dcerpc-fileexp.c
index dfd5dd5d5a..cd8d62668c 100644
--- a/epan/dissectors/packet-dcerpc-fileexp.c
+++ b/epan/dissectors/packet-dcerpc-fileexp.c
@@ -3553,7 +3553,7 @@ static int
static int
fileexp_dissect_gettime_rqst
(tvbuff_t *
- tvb _U_, int offset, packet_info * pinfo, proto_tree * tree _U_, dcerpc_info *di, guint8 *drep _U_)
+ tvb _U_, int offset, packet_info * pinfo _U_, proto_tree * tree _U_, dcerpc_info *di, guint8 *drep _U_)
{
if (di->conformant_run)
{
@@ -3627,7 +3627,7 @@ static int
static int
fileexp_dissect_getserverinterfaces_rqst
(tvbuff_t *
- tvb _U_, int offset, packet_info * pinfo, proto_tree * tree _U_, dcerpc_info *di, guint8 *drep _U_)
+ tvb _U_, int offset, packet_info * pinfo _U_, proto_tree * tree _U_, dcerpc_info *di, guint8 *drep _U_)
{
if (di->conformant_run)
{
@@ -3741,7 +3741,7 @@ static int
static int
fileexp_dissect_getstatistics_rqst
(tvbuff_t *
- tvb _U_, int offset, packet_info * pinfo, proto_tree * tree _U_, dcerpc_info *di, guint8 *drep _U_)
+ tvb _U_, int offset, packet_info * pinfo _U_, proto_tree * tree _U_, dcerpc_info *di, guint8 *drep _U_)
{
if (di->conformant_run)
{
@@ -3755,7 +3755,7 @@ static int
static int
fileexp_dissect_getstatistics_resp
(tvbuff_t *
- tvb _U_, int offset, packet_info * pinfo, proto_tree * tree _U_, dcerpc_info *di, guint8 *drep _U_)
+ tvb _U_, int offset, packet_info * pinfo _U_, proto_tree * tree _U_, dcerpc_info *di, guint8 *drep _U_)
{
if (di->conformant_run)
{
@@ -3818,7 +3818,7 @@ static int
static int
fileexp_dissect_bulkfetchvv_resp
(tvbuff_t *
- tvb _U_, int offset, packet_info * pinfo, proto_tree * tree _U_, dcerpc_info *di, guint8 *drep _U_)
+ tvb _U_, int offset, packet_info * pinfo _U_, proto_tree * tree _U_, dcerpc_info *di, guint8 *drep _U_)
{
if (di->conformant_run)
{