From 621411350a754852317d6a1c3ecfe8e5356ef12f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Fri, 16 Dec 2011 01:26:19 +0100 Subject: Remove -Wbehaviours dialyzer option unavailable in R15B --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 5455569..e5524f4 100644 --- a/Makefile +++ b/Makefile @@ -29,8 +29,7 @@ build-plt: --apps kernel stdlib sasl inets crypto public_key ssl dialyze: - @$(DIALYZER) --src src --plt .cowboy_dialyzer.plt \ - -Wbehaviours -Werror_handling \ + @$(DIALYZER) --src src --plt .cowboy_dialyzer.plt -Werror_handling \ -Wrace_conditions -Wunmatched_returns # -Wunderspecs docs: -- cgit v1.2.3