You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Elliot Murphy (JIRA)" <ji...@apache.org> on 2010/10/16 22:42:22 UTC

[jira] Created: (COUCHDB-922) Fix compiler warnings about unused variables and deprecated functions

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


./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.


[jira] Updated: (COUCHDB-922) Fix compiler warnings about unused variables and deprecated functions

Posted by "Elliot Murphy (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/COUCHDB-922?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Elliot Murphy updated COUCHDB-922:
----------------------------------

    Attachment: 0001-Fixed-compiler-warnings-about-unused-variables-and-d.patch

Patch to fix the warnings.

> 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.


[jira] Updated: (COUCHDB-922) Fix compiler warnings about unused variables and deprecated functions

Posted by "Jan Lehnardt (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/COUCHDB-922?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jan Lehnardt updated COUCHDB-922:
---------------------------------

    Skill Level: Committers Level (Medium to Hard)  (was: New Contributors Level (Easy))

Needs review.

> 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.


[jira] Updated: (COUCHDB-922) Fix compiler warnings about unused variables and deprecated functions

Posted by "Elliot Murphy (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/COUCHDB-922?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Elliot Murphy updated COUCHDB-922:
----------------------------------

    Priority: Trivial  (was: Major)

> 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.