diff options
author | Hans Bolinder <[email protected]> | 2015-04-13 11:00:45 +0200 |
---|---|---|
committer | Hans Bolinder <[email protected]> | 2015-04-27 08:30:45 +0200 |
commit | 51982dfa96c98b91531d0a13e1350f2fef06b845 (patch) | |
tree | f434b07676f860bbf339f5d6808048246a0cdbbf /lib/dialyzer/test/options1_SUITE_data | |
parent | 4729cebdf61022cadb0a5a04ae30bace77a7b5db (diff) | |
download | otp-51982dfa96c98b91531d0a13e1350f2fef06b845.tar.gz otp-51982dfa96c98b91531d0a13e1350f2fef06b845.tar.bz2 otp-51982dfa96c98b91531d0a13e1350f2fef06b845.zip |
dialyzer: Add new option 'unknown'
Replace the undocumented option 'no_unknown' with the documented
option 'unknown'.
Diffstat (limited to 'lib/dialyzer/test/options1_SUITE_data')
-rw-r--r-- | lib/dialyzer/test/options1_SUITE_data/dialyzer_options | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dialyzer/test/options1_SUITE_data/dialyzer_options b/lib/dialyzer/test/options1_SUITE_data/dialyzer_options index 65d233ac0d..c612e77d3e 100644 --- a/lib/dialyzer/test/options1_SUITE_data/dialyzer_options +++ b/lib/dialyzer/test/options1_SUITE_data/dialyzer_options @@ -1,2 +1,2 @@ -{dialyzer_options, [{include_dirs, ["my_include"]}, {defines, [{'COMPILER_VSN', 42}]}, {warnings, [no_improper_lists, no_unknown]}]}. +{dialyzer_options, [{include_dirs, ["my_include"]}, {defines, [{'COMPILER_VSN', 42}]}, {warnings, [no_improper_lists]}]}. {time_limit, 30}. |