From c61e5a2ede5c3efce2b9db761a28d0210e5b1fd4 Mon Sep 17 00:00:00 2001 From: Adam Kocoloski Date: Mon, 6 Sep 2010 23:11:56 -0700 Subject: remove fail_on_warning, closes #2 Warnings appear to be unavoidable if we want to support R13B03 and R14A --- apps/oauth/src/oauth_http.erl | 1 - 1 file changed, 1 deletion(-) (limited to 'apps/oauth/src') diff --git a/apps/oauth/src/oauth_http.erl b/apps/oauth/src/oauth_http.erl index 78833650..bf5a4bac 100644 --- a/apps/oauth/src/oauth_http.erl +++ b/apps/oauth/src/oauth_http.erl @@ -1,5 +1,4 @@ -module(oauth_http). --compile({nowarn_deprecated_function, {http,request,4}}). -export([get/1, post/2, response_params/1, response_body/1, response_code/1]). -- cgit v1.2.3