diff options
author | Hans Bolinder <[email protected]> | 2012-09-20 16:36:32 +0200 |
---|---|---|
committer | Hans Bolinder <[email protected]> | 2012-09-24 09:17:39 +0200 |
commit | ffe582b55910863462673163f984030ff13b34b7 (patch) | |
tree | ea94949f814c8792387ec758159267bb020d50ac /lib/dialyzer/test/small_SUITE_data | |
parent | 7571553c9679cbc6a8066ddb54556a4794e9754a (diff) | |
download | otp-ffe582b55910863462673163f984030ff13b34b7.tar.gz otp-ffe582b55910863462673163f984030ff13b34b7.tar.bz2 otp-ffe582b55910863462673163f984030ff13b34b7.zip |
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.
Diffstat (limited to 'lib/dialyzer/test/small_SUITE_data')
-rw-r--r-- | lib/dialyzer/test/small_SUITE_data/results/fun_ref_match | 2 |
1 files changed, 0 insertions, 2 deletions
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 |