We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6cfcaf commit 7022ea8Copy full SHA for 7022ea8
compiler/lib-runtime-files/gen/gen.ml
@@ -54,6 +54,7 @@ let effects_backends = [ `Effects `Disabled; `Effects `Cps; `Effects `Double_tra
54
55
let () =
56
Js_of_ocaml_compiler.Warning.werror := true;
57
+ Js_of_ocaml_compiler.Warning.enable `Unused_js_variable;
58
Js_of_ocaml_compiler.Config.set_target `JavaScript;
59
let () = set_binary_mode_out stdout true in
60
match Array.to_list Sys.argv with
0 commit comments