summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn DeTreville <jdetreville@vmware.com>2011-02-07 17:22:40 -0800
committerJohn DeTreville <jdetreville@vmware.com>2011-02-07 17:22:40 -0800
commitf793796dcf5a5e2ed91eeab012e3a6ddfcd9fe73 (patch)
treebdb84da5d7e1a6f89732b2d6cccd3ea83030cc35 /Makefile
parent88e0d1eb4f991fcb51c8e1b438f2685250e28ba5 (diff)
downloadrabbitmq-server-git-f793796dcf5a5e2ed91eeab012e3a6ddfcd9fe73.tar.gz
Dies in rabbit_channel:handle_info with emit_stats msg. Will fix typo in the morning. Also dies in com.rabbitmq.client.test.server.EffectVisibilityCrossNodeTest.testEffectVisibility test, but so does the default branch.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 51b998f418..301e83e426 100644
--- a/Makefile
+++ b/Makefile
@@ -110,6 +110,8 @@ $(SOURCE_DIR)/rabbit_framing_amqp_0_8.erl: codegen.py $(AMQP_CODEGEN_DIR)/amqp_c
dialyze: $(BEAM_TARGETS) $(BASIC_PLT)
dialyzer --plt $(BASIC_PLT) --no_native \
+ -Wunmatched_returns -Werror_handling -Wbehaviours \
+ -Wunderspecs \
-Wrace_conditions $(BEAM_TARGETS)
# rabbit.plt is used by rabbitmq-erlang-client's dialyze make target