aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h248.c
diff options
context:
space:
mode:
authorsahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2004-10-12 23:56:41 +0000
committersahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2004-10-12 23:56:41 +0000
commitc38865933694dad4da45e6c7b39386d309735b17 (patch)
tree48ac366d270004921a2c941dc3c38dadd1affe94 /epan/dissectors/packet-h248.c
parent992741000d35dbfdeea068570c42aaec47686ec5 (diff)
get rid of some more compiler warnings
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12287 f5534014-38df-0310-8fa8-9805f1628bb7
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;