turn off stupid erlang warnings about unused variables
This commit is contained in:
@@ -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) ->
|
||||||
|
|||||||
Reference in New Issue
Block a user