Fix dialyzer issue

This commit is contained in:
UENISHI Kota 2015-11-04 11:43:00 +09:00
parent 3122f2cf54
commit b956f9e1f0
2 changed files with 3 additions and 1 deletions

View file

@ -53,7 +53,7 @@ relclean:
stage : rel stage : rel
$(foreach dep,$(wildcard deps/*), rm -rf rel/$(REPO)/lib/$(shell basename $(dep))* && ln -sf $(abspath $(dep)) rel/$(REPO)/lib;) $(foreach dep,$(wildcard deps/*), rm -rf rel/$(REPO)/lib/$(shell basename $(dep))* && ln -sf $(abspath $(dep)) rel/$(REPO)/lib;)
DIALYZER_APPS = kernel stdlib sasl erts ssl compiler eunit crypto DIALYZER_APPS = kernel stdlib sasl erts ssl compiler eunit crypto public_key syntax_tools
PLT = $(HOME)/.machi_dialyzer_plt PLT = $(HOME)/.machi_dialyzer_plt
include tools.mk include tools.mk

View file

@ -3,8 +3,10 @@ machi_pb.erl:0:
################################################## ##################################################
######## Specific types ##################### ######## Specific types #####################
################################################## ##################################################
Unknown types:
basho_bench_config:get/2 basho_bench_config:get/2
machi_partition_simulator:get/1 machi_partition_simulator:get/1
hamcrest:matchspec/0
################################################## ##################################################
######## Specific messages ##################### ######## Specific messages #####################
################################################## ##################################################