From 3f6af3b4a07816414936ff14bca01a799672f7ff Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Thu, 4 Jun 2015 13:17:53 +0200 Subject: P1: fix 'dissect_p1_T_report_type' defined but not used [-Wunused-function] Change-Id: Idee443cd35846bb197070cff5fb37e3904afb856 Reviewed-on: https://code.wireshark.org/review/8757 Reviewed-by: Anders Broman --- asn1/p1/p1.cnf | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'asn1') diff --git a/asn1/p1/p1.cnf b/asn1/p1/p1.cnf index cc2db23836..99c97b9bf7 100644 --- a/asn1/p1/p1.cnf +++ b/asn1/p1/p1.cnf @@ -36,6 +36,10 @@ RTABapdu AbortReason #.END +#.OMIT_ASSIGNMENT +PerRecipientReportFields +#PerRecipientReportFields/report-type + #.NO_EMIT # These fields are only used through COMPONENTS OF, # and consequently generate unused code warnings @@ -45,8 +49,9 @@ PerReportTransferFields PerMessageSubmissionFields PerProbeSubmissionFields PerReportDeliveryFields -PerRecipientReportFields -#PerRecipientReportFields/report-type +PerRecipientDeliveryReportFields +PerRecipientNonDeliveryReportFields + InternalAdditionalActions AdditionalActions NonBasicParameters @@ -224,7 +229,7 @@ ExtensionField/value extension-value LastTraceInformation/report-type trace-report-type PerRecipientReportDeliveryFields/report-type delivery-report-type -PerRecipientReportFields/report-type/delivery report-type-delivery +#PerRecipientReportFields/report-type/delivery report-type-delivery PerRecipientMessageSubmissionFields/recipient-name submission-recipient-name PerRecipientProbeSubmissionFields/recipient-name probe-recipient-name @@ -233,7 +238,7 @@ PerRecipientReportTransferFields/actual-recipient-name mta-actual-recipient-name MessageClass/priority class-priority DeliveryQueue/octets delivery-queue-octets -PerRecipientReportFields/report-type/non-delivery non-delivery-report +#PerRecipientReportFields/report-type/non-delivery non-delivery-report MTABindResult/authenticated authenticated-result MTABindArgument/authenticated authenticated-argument -- cgit v1.2.3