diff options
author | Alexis La Goutte <alexis.lagoutte@gmail.com> | 2015-06-04 13:17:53 +0200 |
---|---|---|
committer | Anders Broman <a.broman58@gmail.com> | 2015-06-23 17:36:33 +0000 |
commit | 3f6af3b4a07816414936ff14bca01a799672f7ff (patch) | |
tree | d35c9e8665d797b34bcacee13208f85d1aa4bb59 /asn1/p1 | |
parent | be67f53686ccf055e076dff59591489304204923 (diff) | |
download | wireshark-3f6af3b4a07816414936ff14bca01a799672f7ff.tar.gz wireshark-3f6af3b4a07816414936ff14bca01a799672f7ff.tar.bz2 wireshark-3f6af3b4a07816414936ff14bca01a799672f7ff.zip |
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 <a.broman58@gmail.com>
Diffstat (limited to 'asn1/p1')
-rw-r--r-- | asn1/p1/p1.cnf | 13 |
1 files changed, 9 insertions, 4 deletions
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 |