summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@rabbitmq.com>2011-09-09 10:23:51 +0100
committerMatthias Radestock <matthias@rabbitmq.com>2011-09-09 10:23:51 +0100
commitd7f8f1a2943fc599aa556eff425208fb5ecc9da0 (patch)
tree9684629944d4c26df076a843a3f297e8a824c040
parentc054808ef7a888dae4c5300d5b0486bdfc034a5f (diff)
downloadrabbitmq-server-d7f8f1a2943fc599aa556eff425208fb5ecc9da0.tar.gz
show full paths in dialyzer warnings
which is handy for emacs
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ee2700af..5cea016e 100644
--- a/Makefile
+++ b/Makefile
@@ -121,7 +121,7 @@ $(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 \
+ dialyzer --plt $(BASIC_PLT) --no_native --fullpath \
-Wrace_conditions $(BEAM_TARGETS)
# rabbit.plt is used by rabbitmq-erlang-client's dialyze make target