Skip to content

Commit

Permalink
Merge branch 'maint'
Browse files Browse the repository at this point in the history
* maint:
  asn1: Don't pass on the undec_rest option to the Erlang compiler
  • Loading branch information
bjorng committed Sep 6, 2024
2 parents 5c02962 + 3676f2c commit c66bf53
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 c66bf53

Please sign in to comment.