Fix foreach and map typespecs. Turned on dialyzer underspecs
This commit is contained in:
@@ -55,8 +55,8 @@ CFlags =
|
||||
{warnings, [
|
||||
unmatched_returns,
|
||||
error_handling,
|
||||
race_conditions
|
||||
% underspecs
|
||||
race_conditions,
|
||||
underspecs
|
||||
]}
|
||||
]}
|
||||
].
|
||||
|
||||
Reference in New Issue
Block a user