[ 
https://issues.apache.org/jira/browse/COUCHDB-2730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15312736#comment-15312736
 ] 

ASF GitHub Bot commented on COUCHDB-2730:
-----------------------------------------

GitHub user iilyak opened a pull request:

    https://github.com/apache/couchdb-chttpd/pull/124

    Fix compilation warnings

    Fix compilation warinings
    
    COUCHDB-2730

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/cloudant/couchdb-chttpd 
2730-fix-compilation-warnings

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/couchdb-chttpd/pull/124.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #124
    
----
commit a66760bd6b389c6fecd72388fa314163931c8c89
Author: ILYA Khlopotov <[email protected]>
Date:   2016-06-02T17:38:16Z

    Fix compilation warnings
    
    COUCHDB-2730

----


> check 2.0 for OTP-18.0 deprecations
> -----------------------------------
>
>                 Key: COUCHDB-2730
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-2730
>             Project: CouchDB
>          Issue Type: Dependency upgrade
>          Components: Build System
>            Reporter: Dave Cottlehuber
>            Priority: Blocker
>              Labels: todo
>
> Based on errors from 1.6.x branch, these may be worth checking:
> A few more warnings appear as expected, crypto & time stuff.
> erlang:now/0 as we know
> calendar:local_time_to_universal_time/1 -> 
> calendar:local_time_to_universal_time_dst/1
> crypto:sha_mac/2 -> crypto:hmac/3
> crypto:sha/1 -> crypto:hash/2
> crypto:md5_init/0 -> crypto:hash_init/1
> crypto:md5_update/0 -> crypto:hash_update/1
> crypto:md5_final/0 -> crypto:hash_final/1



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to