aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h248.c
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2004-10-12 23:56:41 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2004-10-12 23:56:41 +0000
commit850f13fbffd67cd49ec99facfa7eef3803a2d937 (patch)
tree48ac366d270004921a2c941dc3c38dadd1affe94 /epan/dissectors/packet-h248.c
parentd951c9dce61a29b08ab7298119ed3dede73d33e0 (diff)
get rid of some more compiler warnings
svn path=/trunk/; revision=12287
Diffstat (limited to 'epan/dissectors/packet-h248.c')
-rw-r--r--epan/dissectors/packet-h248.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/epan/dissectors/packet-h248.c b/epan/dissectors/packet-h248.c
index 1fb38aef68..4e78c87278 100644
--- a/epan/dissectors/packet-h248.c
+++ b/epan/dissectors/packet-h248.c
@@ -55,7 +55,6 @@
/* Initialize the protocol and registered fields */
static int proto_h248 = -1;
-static int proto_h248_annex_C = -1;
static int hf_h248_mtpaddress_ni = -1;
static int hf_h248_mtpaddress_pc = -1;
static int hf_h248_package_name = -1;
@@ -803,7 +802,7 @@ dissect_h248_SignalName(gboolean implicit_tag , tvbuff_t *tvb, int offset, packe
return offset;
}
static int
-dissect_h248_PropertyID(gboolean implicit_tag, tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, int hf_index) {
+dissect_h248_PropertyID(gboolean implicit_tag, tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, int hf_index _U_) {
guint8 class;
gboolean pc, ind;