Skip to content

Commit fb5c8c2

Browse files
committed
fix #4268
1 parent 4ddbd1f commit fb5c8c2

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

jscomp/ext/bsc_warnings.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@
7272
7373
- 102 Bs_polymorphic_comparison
7474
*)
75-
let defaults_w = "+a-4-9-40-41-42-50-61-102"
75+
let defaults_w = "+a-4-9-20-40-41-42-50-61-102"
7676
let defaults_warn_error = "-a+5+6+101";;
7777
(*TODO: add +10*)

lib/4.06.1/bsb.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6983,7 +6983,7 @@ module Bsc_warnings
69836983

69846984
- 102 Bs_polymorphic_comparison
69856985
*)
6986-
let defaults_w = "+a-4-9-40-41-42-50-61-102"
6986+
let defaults_w = "+a-4-9-20-40-41-42-50-61-102"
69876987
let defaults_warn_error = "-a+5+6+101";;
69886988
(*TODO: add +10*)
69896989

lib/4.06.1/unstable/bsb_native.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6989,7 +6989,7 @@ module Bsc_warnings
69896989

69906990
- 102 Bs_polymorphic_comparison
69916991
*)
6992-
let defaults_w = "+a-4-9-40-41-42-50-61-102"
6992+
let defaults_w = "+a-4-9-20-40-41-42-50-61-102"
69936993
let defaults_warn_error = "-a+5+6+101";;
69946994
(*TODO: add +10*)
69956995

lib/4.06.1/unstable/js_compiler.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316280,7 +316280,7 @@ module Bsc_warnings
316280316280

316281316281
- 102 Bs_polymorphic_comparison
316282316282
*)
316283-
let defaults_w = "+a-4-9-40-41-42-50-61-102"
316283+
let defaults_w = "+a-4-9-20-40-41-42-50-61-102"
316284316284
let defaults_warn_error = "-a+5+6+101";;
316285316285
(*TODO: add +10*)
316286316286

lib/4.06.1/unstable/js_refmt_compiler.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316280,7 +316280,7 @@ module Bsc_warnings
316280316280

316281316281
- 102 Bs_polymorphic_comparison
316282316282
*)
316283-
let defaults_w = "+a-4-9-40-41-42-50-61-102"
316283+
let defaults_w = "+a-4-9-20-40-41-42-50-61-102"
316284316284
let defaults_warn_error = "-a+5+6+101";;
316285316285
(*TODO: add +10*)
316286316286

lib/4.06.1/whole_compiler.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304042,7 +304042,7 @@ module Bsc_warnings
304042304042

304043304043
- 102 Bs_polymorphic_comparison
304044304044
*)
304045-
let defaults_w = "+a-4-9-40-41-42-50-61-102"
304045+
let defaults_w = "+a-4-9-20-40-41-42-50-61-102"
304046304046
let defaults_warn_error = "-a+5+6+101";;
304047304047
(*TODO: add +10*)
304048304048

0 commit comments

Comments
 (0)