Browse Source

Remove -Wbehaviours dialyzer option unavailable in R15B

Loïc Hoguin 13 years ago
parent
commit
621411350a
1 changed files with 1 additions and 2 deletions
  1. 1 2
      Makefile

+ 1 - 2
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: