Github user kxepal commented on the pull request:
https://github.com/apache/couchdb-couch/pull/12#issuecomment-61242644
Compilation warning:
```
/home/kxepal/projects/couchdb/asf/bigcouch/src/couch/src/couch_httpd_auth.erl:476:
Warning: ambiguous call of overridden auto-imported BIF integer_to_binary/1
- use erlang:integer_to_binary/1 or
"-compile({no_auto_import,[integer_to_binary/1]})." to resolve name clash
```
I suppose this function doesn't exists for some Erlang versions. Is there
way to use the builtin one if it exists and if not fallback to own one?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---