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_otp_app.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rebar_otp_app.erl') diff --git a/src/rebar_otp_app.erl b/src/rebar_otp_app.erl index 07e6457..7a9a135 100644 --- a/src/rebar_otp_app.erl +++ b/src/rebar_otp_app.erl @@ -33,7 +33,7 @@ %% Public API %% =================================================================== -compile(Config, File) -> +compile(_Config, File) -> %% Load the app name and version from the .app file and construct %% the app identifier {ok, AppName, AppData} = rebar_app_utils:load_app_file(File), -- cgit v1.1