From d6600ab506276f3a5aa65b0aaafc62bc7826c213 Mon Sep 17 00:00:00 2001 From: Dave Smith Date: Mon, 14 Dec 2009 08:58:22 -0500 Subject: Fixing number of warnings and buglets --- src/rebar_port_compiler.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rebar_port_compiler.erl') diff --git a/src/rebar_port_compiler.erl b/src/rebar_port_compiler.erl index c99cf04..a11fa19 100644 --- a/src/rebar_port_compiler.erl +++ b/src/rebar_port_compiler.erl @@ -150,7 +150,7 @@ run_cleanup_hook(Config) -> end. -compile_each([], Config, Env, NewBins, ExistingBins) -> +compile_each([], _Config, _Env, NewBins, ExistingBins) -> {lists:reverse(NewBins), lists:reverse(ExistingBins)}; compile_each([Source | Rest], Config, Env, NewBins, ExistingBins) -> Ext = filename:extension(Source), -- cgit v1.1