Remove dialyzer options

This commit is contained in:
Juan Jose Comellas 2012-01-31 16:41:32 -03:00
parent c8fc803ea8
commit 685c27fe5d

View File

@ -12,5 +12,4 @@
warn_exported_vars, warn_exported_vars,
warn_missing_spec, warn_missing_spec,
warn_untyped_record, debug_info]}. warn_untyped_record, debug_info]}.
{dialyzer_opts, [{warnings, [unmatched_returns, error_handling, race_conditions, behaviours]}]}.
{xref_checks, [undefined_function_calls]}. {xref_checks, [undefined_function_calls]}.