From a55c40ce30d5279df93b5c475cc6718575a1e192 Mon Sep 17 00:00:00 2001 From: Adam Kocoloski Date: Fri, 3 Sep 2010 13:05:06 -0400 Subject: suppress http:request/4 deprecation warning. Closes #2 --- apps/oauth/src/oauth_http.erl | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/oauth/src') diff --git a/apps/oauth/src/oauth_http.erl b/apps/oauth/src/oauth_http.erl index bf5a4bac..78833650 100644 --- a/apps/oauth/src/oauth_http.erl +++ b/apps/oauth/src/oauth_http.erl @@ -1,4 +1,5 @@ -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