Tell dialyzer to bugger off

This commit is contained in:
Ulf Norell
2019-09-03 14:30:56 +02:00
parent 30de1db163
commit 0b56691533
4 changed files with 11 additions and 2 deletions
+2
View File
@@ -1459,6 +1459,8 @@ get_attributes(Ann) ->
indexed(Xs) ->
lists:zip(lists:seq(1, length(Xs)), Xs).
-dialyzer({nowarn_function, [fcode_error/1, internal_error/1]}).
fcode_error(Error) ->
aeso_errors:throw(aeso_code_errors:format(Error)).