diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2014-06-02 12:19:57 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2014-06-02 12:19:57 +0100 |
| commit | 4f16ade1e73e8cbb940a9d2f949ad213761e3e15 (patch) | |
| tree | 77e0ea90ce2bd660cc36d7893c68057b1c39d331 /src | |
| parent | 7a3ffda8e1f4de1bc52b79c2ca48985b4c78a17f (diff) | |
| download | rabbitmq-server-git-4f16ade1e73e8cbb940a9d2f949ad213761e3e15.tar.gz | |
Silence warning
Diffstat (limited to 'src')
| -rw-r--r-- | src/gm.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gm.erl b/src/gm.erl index 7a2f5835b0..ae13daa0d7 100644 --- a/src/gm.erl +++ b/src/gm.erl @@ -746,7 +746,7 @@ prioritise_info({'DOWN', _MRef, process, LeftPid, _Reason}, _Len, %% But prioritise all other DOWNs - we want to make sure we are not %% sending activity into the void for too long because our right is %% down but we don't know it. -prioritise_info({'DOWN', MRef, process, Pid, _Reason}, _Len, _State) -> +prioritise_info({'DOWN', _MRef, process, _Pid, _Reason}, _Len, _State) -> 1; prioritise_info(_, _Len, _State) -> 0. |
