aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2011-12-16 01:26:19 +0100
committerLoïc Hoguin <[email protected]>2011-12-16 01:26:19 +0100
commit621411350a754852317d6a1c3ecfe8e5356ef12f (patch)
tree8f9a9073d988b6dd5973663f9c2e14d5cee0cede /Makefile
parenta7a6faf91e2631374f7bd34b7487fb906e62062d (diff)
downloadcowboy-621411350a754852317d6a1c3ecfe8e5356ef12f.tar.gz
cowboy-621411350a754852317d6a1c3ecfe8e5356ef12f.tar.bz2
cowboy-621411350a754852317d6a1c3ecfe8e5356ef12f.zip
Remove -Wbehaviours dialyzer option unavailable in R15B
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 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: