diff options
author | Francesco Mazzoli <francesco@rabbitmq.com> | 2012-09-11 10:13:35 +0100 |
---|---|---|
committer | Francesco Mazzoli <francesco@rabbitmq.com> | 2012-09-11 10:13:35 +0100 |
commit | b55289c1acf32b4c75691f51ec3bc00e5ec2187e (patch) | |
tree | 94e09fae512c2a475957a8d0b33e4aebe727c1fb | |
parent | e6b6f8086557f10751cbe8445fd7819898873d9f (diff) | |
download | rabbitmq-server-b55289c1acf32b4c75691f51ec3bc00e5ec2187e.tar.gz |
pushed changes to Makefile by mistake
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -146,7 +146,8 @@ $(SOURCE_DIR)/rabbit_framing_amqp_0_8.erl: codegen.py $(AMQP_CODEGEN_DIR)/amqp_c $(PYTHON) codegen.py body $(AMQP_SPEC_JSON_FILES_0_8) $@ dialyze: $(BEAM_TARGETS) $(BASIC_PLT) - dialyzer --plt $(BASIC_PLT) --no_native --fullpath $(BEAM_TARGETS) + dialyzer --plt $(BASIC_PLT) --no_native --fullpath \ + -Wrace_conditions $(BEAM_TARGETS) # rabbit.plt is used by rabbitmq-erlang-client's dialyze make target create-plt: $(RABBIT_PLT) |