瀏覽代碼

Stricter dialyzer options

pull/74/head
Andrew Thompson 13 年之前
父節點
當前提交
d1de19b4a3
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile 查看文件

@ -39,7 +39,7 @@ dialyzer: compile
@echo Use "'make build_plt'" to build PLT prior to using this target.
@echo
@sleep 1
dialyzer -Wno_return -Wunmatched_returns --plt $(COMBO_PLT) ebin | \
dialyzer -Wunmatched_returns --plt $(COMBO_PLT) ebin | \
fgrep -v -f ./dialyzer.ignore-warnings
cleanplt:

Loading…
取消
儲存