diff options
| author | John DeTreville <jdetreville@vmware.com> | 2011-02-08 17:23:53 -0800 |
|---|---|---|
| committer | John DeTreville <jdetreville@vmware.com> | 2011-02-08 17:23:53 -0800 |
| commit | 9b10c994f7bb39dac5de2a43c1a21301a164a930 (patch) | |
| tree | a887855025084826baac22e8fcbc9b6c0c13c1b9 | |
| parent | 41f4a7f7963faa9cfcfe1124d34ca337efe2a48d (diff) | |
| download | rabbitmq-server-git-9b10c994f7bb39dac5de2a43c1a21301a164a930.tar.gz | |
Sorry, accidentally shipped some changes to Makefile that I use for testing.
| -rw-r--r-- | Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -110,8 +110,6 @@ $(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 |
