aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/pidl
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-11-11 21:55:27 +0000
committerGerald Combs <gerald@wireshark.org>2013-11-11 21:55:27 +0000
commita33c6a8ced2a867dee2bf217bf2ffef4ab56e3ca (patch)
treea4f853d22d60bb50e4c6b9e6be25d1fdcffe9790 /epan/dissectors/pidl
parent628dda9d2c194b32006913de8939481e96d119af (diff)
Mark some parameters unused.
svn path=/trunk/; revision=53259
Diffstat (limited to 'epan/dissectors/pidl')
-rw-r--r--epan/dissectors/pidl/efs.cnf2
-rw-r--r--epan/dissectors/pidl/srvsvc.cnf2
2 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/pidl/efs.cnf b/epan/dissectors/pidl/efs.cnf
index f3dc4a4d44..cac75869e4 100644
--- a/epan/dissectors/pidl/efs.cnf
+++ b/epan/dissectors/pidl/efs.cnf
@@ -13,7 +13,7 @@ PARAM_VALUE efs_dissect_element_EfsRpcCloseRaw_pvContext_ PIDL_POLHND_CLOSE
CODE START
static int
-efs_dissect_struct_dom_sid(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, dcerpc_info* di, guint8 *drep _U_, int hf_index _U_, guint32 param _U_)
+efs_dissect_struct_dom_sid(tvbuff_t *tvb, int offset, packet_info *pinfo _U_, proto_tree *tree, dcerpc_info* di, guint8 *drep _U_, int hf_index _U_, guint32 param _U_)
{
if(di->conformant_run){
/* just a run to handle conformant arrays, no scalars to dissect */
diff --git a/epan/dissectors/pidl/srvsvc.cnf b/epan/dissectors/pidl/srvsvc.cnf
index 2985e5ba7e..3e4e15e896 100644
--- a/epan/dissectors/pidl/srvsvc.cnf
+++ b/epan/dissectors/pidl/srvsvc.cnf
@@ -114,7 +114,7 @@ srvsvc_dissect_element_NetSrvInfo102_server_type(tvbuff_t *tvb, int offset, pack
static int
-srvsvc_dissect_secinfo(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, dcerpc_info* di, guint8 *drep _U_)
+srvsvc_dissect_secinfo(tvbuff_t *tvb, int offset, packet_info *pinfo _U_, proto_tree *tree, dcerpc_info* di, guint8 *drep _U_)
{
if(di->conformant_run){
/*just a run to handle conformant arrays, nothing to dissect */