Mark a parameter as unused.
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 19 Nov 2010 16:33:12 +0000 (16:33 +0000)
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 19 Nov 2010 16:33:12 +0000 (16:33 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34974 f5534014-38df-0310-8fa8-9805f1628bb7

epan/dissectors/packet-h248_annex_c.c

index 484b9255845531cffe9cef346e7723a4db1a62e9..a69f2c9426f6fe392f9a347c9549f6026f6a1d26 100644 (file)
@@ -804,7 +804,7 @@ static void dissect_h248_annexc_USI(proto_tree* tree, tvbuff_t* tvb, packet_info
                dissect_q931_bearer_capability_ie(new_tvb, 0, tvb_length(new_tvb), tree);
 }
 
-static void dissect_h248_annexc_SDP(proto_tree* tree, tvbuff_t* tvb, packet_info* pinfo, int hfid, h248_curr_info_t* h248_info _U_, void* implicit_p) {
+static void dissect_h248_annexc_SDP(proto_tree* tree, tvbuff_t* tvb, packet_info* pinfo, int hfid, h248_curr_info_t* h248_info _U_, void* implicit_p _U_) {
        asn1_ctx_t asn1_ctx;
 
        asn1_ctx_init(&asn1_ctx, ASN1_ENC_BER, TRUE, pinfo);