[
https://issues.apache.org/jira/browse/COUCHDB-922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12934269#action_12934269
]
Jan Lehnardt commented on COUCHDB-922:
--------------------------------------
The CouchDB patch looks alright, but the etap and erlang_oauth fixes should be
proposed upstream:
http://github.com/ngerakines/etap/ and https://github.com/tim/erlang-oauth
(looks like the latter is already committed, we should thus update the local
copy of erlang_oauth)
> Fix compiler warnings about unused variables and deprecated functions
> ---------------------------------------------------------------------
>
> Key: COUCHDB-922
> URL: https://issues.apache.org/jira/browse/COUCHDB-922
> Project: CouchDB
> Issue Type: Bug
> Environment: OS X 10.6.4 Build 10F569, Erlang R14A (erts-5.8)
> [source] [64-bit] [smp:2:2] [rq:2] [async-threads:0] [hipe]
> [kernel-poll:false]
> Reporter: Elliot Murphy
> Priority: Trivial
> Attachments:
> 0001-Fixed-compiler-warnings-about-unused-variables-and-d.patch
>
>
> ./couch_query_servers.erl:401: Warning: variable 'Procs' is unused
> ./couch_query_servers.erl:429: Warning: variable 'Proc2' is unused
> ./oauth_http.erl:13: Warning: http:request/4 is deprecated and will be
> removed in R15B; use httpc:request/4
> ./etap_web.erl:45: Warning: http:request/4 is deprecated and will be removed
> in R15B; use httpc:request/4
> ./etap_web.erl:59: Warning: http:request/4 is deprecated and will be removed
> in R15B; use httpc:request/4
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.