mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 20:30:23 +00:00
Remove -Wbehaviours dialyzer option unavailable in R15B
This commit is contained in:
parent
a7a6faf91e
commit
621411350a
1 changed files with 1 additions and 2 deletions
3
Makefile
3
Makefile
|
@ -29,8 +29,7 @@ build-plt:
|
||||||
--apps kernel stdlib sasl inets crypto public_key ssl
|
--apps kernel stdlib sasl inets crypto public_key ssl
|
||||||
|
|
||||||
dialyze:
|
dialyze:
|
||||||
@$(DIALYZER) --src src --plt .cowboy_dialyzer.plt \
|
@$(DIALYZER) --src src --plt .cowboy_dialyzer.plt -Werror_handling \
|
||||||
-Wbehaviours -Werror_handling \
|
|
||||||
-Wrace_conditions -Wunmatched_returns # -Wunderspecs
|
-Wrace_conditions -Wunmatched_returns # -Wunderspecs
|
||||||
|
|
||||||
docs:
|
docs:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue