From ffe582b55910863462673163f984030ff13b34b7 Mon Sep 17 00:00:00 2001 From: Hans Bolinder Date: Thu, 20 Sep 2012 16:36:32 +0200 Subject: dialyzer: Do not output warnings for unused funs Dialyzer no longer outputs warnings for unused anonymous functions ("funs"). Warnings are still output for unused functions. Funs in functions with -nowarn_unused_function attributes generated warnings for unused functions. Unused list comprehensions also generated warnings for unused funs. --- lib/dialyzer/test/small_SUITE_data/results/fun_ref_match | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/dialyzer/test/small_SUITE_data') diff --git a/lib/dialyzer/test/small_SUITE_data/results/fun_ref_match b/lib/dialyzer/test/small_SUITE_data/results/fun_ref_match index 60b34530b4..e69de29bb2 100644 --- a/lib/dialyzer/test/small_SUITE_data/results/fun_ref_match +++ b/lib/dialyzer/test/small_SUITE_data/results/fun_ref_match @@ -1,2 +0,0 @@ - -fun_ref_match.erl:14: Function will never be called -- cgit v1.2.3