Fix warnings reporting and stdlib warnings #858

Merged
ghallak merged 10 commits from ghallak/fix-stdlib-warnings into master 2022-06-14 17:22:32 +09:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit e839218971 - Show all commits

View File

@ -834,7 +834,7 @@ failing_contracts() ->
"The function `called_unused_function2` is defined but never used.">>,
<<?Pos(48, 5)
"Unused return value.">>,
<<?PosW(60, 5)
<<?Pos(60, 5)
"The function `dec` is defined but never used.">>
])
].

View File

@ -1,4 +1,4 @@
// This should include Lists.aes implicitly, since Option.aes does.
include "List.aes"
include "Option.aes"
contract Test =