Skip to content

Commit

Permalink
Update known dialyzer warnings for Erlang 18.0 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
vinoski committed Jul 13, 2015
1 parent 316b4c6 commit b601eb3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions known_dialyzer_warnings
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

yaws.erl:1539: The pattern 'false' can never match the type [[any()]]
yaws.erl:2616: Guard test Ret::'file' == 'fd' can never succeed
yaws.erl:2624: Guard test Ret::'file' == 'binfd' can never succeed
yaws_api.erl:2589: The pattern 'false' can never match the type 'true'
yaws.erl:1557: The pattern 'false' can never match the type [[any()]]
yaws.erl:2634: Guard test Ret::'file' == 'fd' can never succeed
yaws.erl:2642: Guard test Ret::'file' == 'binfd' can never succeed
yaws_api.erl:2593: The pattern 'false' can never match the type 'true'
yaws_config.erl:603: The pattern 'false' can never match the type 'true'
yaws_config.erl:1907: The variable _ can never match since previous clauses completely covered the type 'true'
yaws_config.erl:3205: The pattern 'false' can never match the type 'true'
Expand Down

0 comments on commit b601eb3

Please sign in to comment.