From 16b7f15eedfe6d735ffb31a775d3152f8e878a10 Mon Sep 17 00:00:00 2001 From: Alexey Romanov Date: Tue, 12 Oct 2010 11:43:20 +0400 Subject: [PATCH] Get warnings from Dialyzer --- Makefile.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 38706d8..63e0973 100644 --- a/Makefile.in +++ b/Makefile.in @@ -19,10 +19,11 @@ compile: ifeq ($(wildcard sqlite3.plt),) static: - dialyzer --build_plt --output_plt sqlite3.plt -r $(PLT_SRC) ebin + dialyzer --build_plt --output_plt sqlite3.plt -r $(PLT_SRC) + dialyzer --add_to_plt --plt sqlite3.plt -r ebin --get_warnings else static: - dialyzer --add_to_plt --plt sqlite3.plt -r ebin + dialyzer --add_to_plt --plt sqlite3.plt -r ebin --get_warnings endif clean: