Skip to content

Commit

Permalink
update known dialyzer warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
vinoski committed May 27, 2014
1 parent 2e86da1 commit c266017
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions known_dialyzer_warnings
@@ -1,10 +1,10 @@

mime_type_c.erl:69: The variable _ can never match since previous clauses completely covered the type 'true'
yaws.erl:2424: Guard test Ret::'file' == 'fd' can never succeed
yaws.erl:2432: Guard test Ret::'file' == 'binfd' can never succeed
yaws.erl:2677: The pattern 'false' can never match the type 'true'
yaws.erl:2686: The pattern 'false' can never match the type 'true'
yaws_api.erl:2589: The pattern 'false' can never match the type 'true'
yaws.erl:2548: Guard test Ret::'file' == 'fd' can never succeed
yaws.erl:2556: Guard test Ret::'file' == 'binfd' can never succeed
yaws.erl:2801: The pattern 'false' can never match the type 'true'
yaws.erl:2810: The pattern 'false' can never match the type 'true'
yaws_api.erl:2592: The pattern 'false' can never match the type 'true'
yaws_config.erl:595: The pattern 'false' can never match the type 'true'
yaws_ctl.erl:532: Function hup/1 has no local return
yaws_ctl.erl:537: Function stop/1 has no local return
Expand All @@ -14,7 +14,7 @@ yaws_ctl.erl:566: Function trace/1 has no local return
yaws_ctl.erl:569: Function debug_dump/1 has no local return
yaws_ctl.erl:572: Function stats/1 has no local return
yaws_ctl.erl:574: Function running_config/1 has no local return
yaws_revproxy.erl:682: The pattern 'true' can never match the type 'false'
yaws_revproxy.erl:678: The pattern 'true' can never match the type 'false'
yaws_sendfile.erl:52: The pattern 'false' can never match the type 'true'
yaws_sendfile.erl:63: The pattern 'false' can never match the type 'true'
yaws_sup_restarts.erl:49: The pattern 'false' can never match the type 'true'

0 comments on commit c266017

Please sign in to comment.