Repository: couchdb-config
Updated Branches:
  refs/heads/master 12dcbf571 -> 47e5f7016


Fix compilation warning


Project: http://git-wip-us.apache.org/repos/asf/couchdb-config/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-config/commit/686d76b8
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-config/tree/686d76b8
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-config/diff/686d76b8

Branch: refs/heads/master
Commit: 686d76b8253dc11a294939ec0dd681bc3e437f82
Parents: bf7b3e1
Author: ILYA Khlopotov <iil...@ca.ibm.com>
Authored: Tue Aug 16 15:56:34 2016 -0700
Committer: ILYA Khlopotov <iil...@ca.ibm.com>
Committed: Thu Aug 18 13:08:21 2016 -0700

----------------------------------------------------------------------
 test/config_tests.erl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-config/blob/686d76b8/test/config_tests.erl
----------------------------------------------------------------------
diff --git a/test/config_tests.erl b/test/config_tests.erl
index ac57f21..c495bf7 100644
--- a/test/config_tests.erl
+++ b/test/config_tests.erl
@@ -93,7 +93,7 @@ teardown(_, _) ->
     teardown(undefined).
 
 
-handle_config_change("remove_handler", _Key, _Value, _Persist, {Pid, _State}) 
->
+handle_config_change("remove_handler", _Key, _Value, _Persist, {_Pid, _State}) 
->
     remove_handler;
 
 handle_config_change("update_state", Key, Value, Persist, {Pid, State}) ->

Reply via email to