Skip to content

Commit

Permalink
ignore gen_fsm deprecation warnings ( till #4 )
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayanda-D committed Jun 13, 2019
1 parent d635c19 commit 09d3537
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rabbit_queue_master_balancer.erl
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

-module(rabbit_queue_master_balancer).
-behaviour(gen_fsm).
-compile(nowarn_deprecated_function).

-export([start_link/0, load_queues/0, load_queues/1, go/0, pause/0, continue/0,
info/0, info/1, reset/0, status/0, report/0, report/1, stop/0, shutdown/0]).
Expand Down

0 comments on commit 09d3537

Please sign in to comment.