Skip to content

Commit

Permalink
suppress gen_fsm deprecation warning
Browse files Browse the repository at this point in the history
Signed-off-by: Lincoln Baker <[email protected]>
  • Loading branch information
lbakerchef authored and --global committed Nov 7, 2019
1 parent 9d8c2f9 commit 91b0d89
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@

-behaviour(gen_fsm).

%% supress gen_fsm deprecation warning
-compile(nowarn_deprecated_function).

%% API
-export([
start_link/0,
Expand Down

0 comments on commit 91b0d89

Please sign in to comment.