Skip to content

Commit c60456b

Browse files
committed
Remove warnings 40, 42 and 61 from the list of default warnings
1 parent 9a8f133 commit c60456b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

compiler/ext/bsc_warnings.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
- 102 Bs_polymorphic_comparison
7171
*)
7272
(* If you change this, don't forget to adapt docs/docson/build-schema.json as well. *)
73-
let defaults_w = "+a-4-9-20-40-41-42-50-61-102"
73+
let defaults_w = "+a-4-9-20-41-50-102"
7474

7575
let defaults_warn_error = "-a+5+6+101+109"
7676
(*TODO: add +10*)

docs/docson/build-schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@
440440
"properties": {
441441
"number": {
442442
"type": "string",
443-
"description": "Default: \"+a-4-9-20-40-41-42-50-61-102\". Go [here](https://rescript-lang.org/docs/manual/latest/warning-numbers) for the meanings of the warning flags"
443+
"description": "Default: \"+a-4-9-20-41-50-102\". Go [here](https://rescript-lang.org/docs/manual/latest/warning-numbers) for the meanings of the warning flags"
444444
},
445445
"error": {
446446
"oneOf": [

0 commit comments

Comments
 (0)