aboutsummaryrefslogtreecommitdiffstats
path: root/lib/asn1/test
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2016-02-12 15:00:05 +0100
committerBjörn Gustavsson <[email protected]>2016-02-12 15:00:05 +0100
commit52fec5fe09e24a99d439e31c1989482f393f4832 (patch)
tree6188a429566a549e81f2f1385d7a821bec8eabfd /lib/asn1/test
parente84414ce53c7a1131c2356e81b5417badb1389c8 (diff)
downloadotp-52fec5fe09e24a99d439e31c1989482f393f4832.tar.gz
otp-52fec5fe09e24a99d439e31c1989482f393f4832.tar.bz2
otp-52fec5fe09e24a99d439e31c1989482f393f4832.zip
asn1: Suppress warnings for improper lists in generated code
Diffstat (limited to 'lib/asn1/test')
-rw-r--r--lib/asn1/test/asn1_test_lib.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/asn1/test/asn1_test_lib.erl b/lib/asn1/test/asn1_test_lib.erl
index 4fee5a64cc..ae2e5641ec 100644
--- a/lib/asn1/test/asn1_test_lib.erl
+++ b/lib/asn1/test/asn1_test_lib.erl
@@ -58,7 +58,7 @@ dialyze(Files) ->
Beams0 = [code:which(module(F)) || F <- Files],
Beams = [code:which(asn1rt_nif)|Beams0],
case dialyzer:run([{files,Beams},
- {warnings,[no_improper_lists]},
+ {warnings,[]},
{get_warnings,true}]) of
[] ->
ok;