diff options
| author | John DeTreville <jdetreville@vmware.com> | 2011-02-07 17:22:40 -0800 |
|---|---|---|
| committer | John DeTreville <jdetreville@vmware.com> | 2011-02-07 17:22:40 -0800 |
| commit | f793796dcf5a5e2ed91eeab012e3a6ddfcd9fe73 (patch) | |
| tree | bdb84da5d7e1a6f89732b2d6cccd3ea83030cc35 /Makefile | |
| parent | 88e0d1eb4f991fcb51c8e1b438f2685250e28ba5 (diff) | |
| download | rabbitmq-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-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
