Skip to content

Commit

Permalink
KAZOO-543: handle doc changes to devices for agents
Browse files Browse the repository at this point in the history
Conflicts:
	whistle_apps/apps/acdc/Makefile
	whistle_apps/apps/acdc/src/acdc_agent_fsm.erl
  • Loading branch information
James Aimonetti committed Mar 27, 2013
1 parent 2676f6c commit 6a07bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion whistle_apps/apps/acdc/Makefile
Expand Up @@ -54,6 +54,6 @@ eunit: compile-test
erl -noshell -pa test $(LIB_PA) $(WHAPPS_LIB_PA) -eval "eunit:test([$(MODULES)], [verbose])" -s init stop

dialyze:
@$(DIALYZER) $(foreach DIR,$(DIRS),$(DIR)/ebin) \
@$(DIALYZER) $(foreach DIR,$(DIRS),$(DIR)/ebin) $(LIB_PA) $(WHAPPS_LIB_PA) \
--plt $(ROOT)/.platform_dialyzer.plt --no_native \
-Werror_handling -Wrace_conditions -Wunmatched_returns # -Wunderspecs

0 comments on commit 6a07bdc

Please sign in to comment.