diff options
author | Loïc Hoguin <[email protected]> | 2011-12-16 01:26:19 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2011-12-16 01:26:19 +0100 |
commit | 621411350a754852317d6a1c3ecfe8e5356ef12f (patch) | |
tree | 8f9a9073d988b6dd5973663f9c2e14d5cee0cede | |
parent | a7a6faf91e2631374f7bd34b7487fb906e62062d (diff) | |
download | cowboy-621411350a754852317d6a1c3ecfe8e5356ef12f.tar.gz cowboy-621411350a754852317d6a1c3ecfe8e5356ef12f.tar.bz2 cowboy-621411350a754852317d6a1c3ecfe8e5356ef12f.zip |
Remove -Wbehaviours dialyzer option unavailable in R15B
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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: |