Skip to content

Commit

Permalink
Merge pull request #32 from inaka/ferigis.30.fix_tests
Browse files Browse the repository at this point in the history
[#30] dialyzer warnings fixed
  • Loading branch information
Brujo Benavides authored Jun 6, 2017
2 parents 1bb226f + 6ee336f commit b6c973c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/sumo_store_riak.erl
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@

-include_lib("riakc/include/riakc.hrl").

%% @todo remove this when riakc releases a new version > 2.5.3
%% They already fixed on master so we should wait until they release a new version
-dialyzer([{nowarn_function, new_doc/2}]).

%% API.
-export([
init/1,
Expand Down

0 comments on commit b6c973c

Please sign in to comment.