Repository: couchdb-fabric Updated Branches: refs/heads/master 5199fdd18 -> e44e7f119
remove compile warning make `Options` optional :) Project: http://git-wip-us.apache.org/repos/asf/couchdb-fabric/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fabric/commit/e44e7f11 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fabric/tree/e44e7f11 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fabric/diff/e44e7f11 Branch: refs/heads/master Commit: e44e7f119bfda909dac23d1252bc0dfc79869cfc Parents: 5199fdd Author: Robert Kowalski <[email protected]> Authored: Sat Feb 28 23:07:20 2015 +0100 Committer: Robert Kowalski <[email protected]> Committed: Sat Feb 28 23:07:24 2015 +0100 ---------------------------------------------------------------------- src/fabric_view_all_docs.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-fabric/blob/e44e7f11/src/fabric_view_all_docs.erl ---------------------------------------------------------------------- diff --git a/src/fabric_view_all_docs.erl b/src/fabric_view_all_docs.erl index 034861f..52c0a77 100644 --- a/src/fabric_view_all_docs.erl +++ b/src/fabric_view_all_docs.erl @@ -50,7 +50,7 @@ go(DbName, Options, #mrargs{keys=undefined} = QueryArgs, Callback, Acc) -> end; -go(DbName, Options, QueryArgs, Callback, Acc0) -> +go(DbName, _Options, QueryArgs, Callback, Acc0) -> #mrargs{ direction = Dir, include_docs = IncludeDocs,
