Skip to content

Commit

Permalink
Merge pull request #8781 from bjorng/bjorn/asn1/fix-typo/GH-8779/OTP-…
Browse files Browse the repository at this point in the history
…19218

asn1: Don't pass on the undec_rest option to the Erlang compiler
  • Loading branch information
bjorng authored Sep 6, 2024
2 parents db7fe0c + 54161df commit 3676f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/asn1/src/asn1ct.erl
Original file line number Diff line number Diff line change
Expand Up @@ -1382,7 +1382,7 @@ is_asn1_flag(no_ok_wrapper) -> true;
is_asn1_flag(optimize) -> true;
is_asn1_flag(per) -> true;
is_asn1_flag({record_name_prefix,_}) -> true;
is_asn1_flag(undec_rec) -> true;
is_asn1_flag(undec_rest) -> true;
is_asn1_flag(uper) -> true;
is_asn1_flag(verbose) -> true;
%% 'warnings_as_errors' is intentionally passed through to the compiler.
Expand Down

0 comments on commit 3676f2c

Please sign in to comment.