Mark a parameter as unused.

svn path=/trunk/; revision=34974
This commit is contained in:
Anders Broman 2010-11-19 16:33:12 +00:00
parent 23cc0f8530
commit abc2a1d690
1 changed files with 1 additions and 1 deletions

View 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);