Skip to content

Instantly share code, notes, and snippets.

@Licenser
Created September 21, 2015 00:49
Show Gist options
  • Save Licenser/0ac5d075aad50e911803 to your computer and use it in GitHub Desktop.
Save Licenser/0ac5d075aad50e911803 to your computer and use it in GitHub Desktop.
format(Warning) ->
Str = try
format_warning(Warning, fullpath)
catch
_:_ ->
dialyzer:format_warning(Warning, fullpath)
end,
case strip(Str) of
":0: " ++ Unknown ->
Unknown;
Warning1 ->
Warning1
end.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment