turn off stupid erlang warnings about unused variables

This commit is contained in:
2022-12-28 03:23:54 -07:00
parent b442a54cd2
commit ad722f8954
+2 -2
View File
@@ -425,11 +425,11 @@ build(library, Opts) ->
ok = tsc(Weak), ok = tsc(Weak),
ok = cp_jex_include(Force), ok = cp_jex_include(Force),
ok; ok;
build(external, Opts) -> build(external, _Opts) ->
% difference is we're not running tsc % difference is we're not running tsc
% no deps to pull % no deps to pull
ok; ok;
build(extension, Opts) -> build(extension, _Opts) ->
error(nyi). error(nyi).
tsc(strict) -> tsc(strict) ->