Skip to content

Commit ec20549

Browse files
committed
Add missing warning flag description
1 parent 7a4ce15 commit ec20549

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/common/WarningFlagDescription.res

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ let numeric = [
4141
(37, "Unused constructor."),
4242
(38, "Unused extension constructor."),
4343
(39, "Unused rec flag."),
44+
(41, "Ambiguous constructor or label name."),
4445
(43, "Nonoptional label applied as optional."),
4546
(44, "Open statement shadows an already defined identifier."),
4647
(45, "Open statement shadows an already defined label or constructor."),

0 commit comments

Comments
 (0)