diff options
author | Björn Gustavsson <[email protected]> | 2015-04-17 10:09:49 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2015-04-20 12:23:16 +0200 |
commit | e25cbf9bc9577b59a3e49a54f63e8ef7894e2353 (patch) | |
tree | b0a4dccb5fdb69dce1dc1cdb77ea7d14125098d0 /lib/stdlib/test/format_SUITE.erl | |
parent | ddfbbcbbd489913120a55b2a054b046c68b40a8a (diff) | |
download | otp-e25cbf9bc9577b59a3e49a54f63e8ef7894e2353.tar.gz otp-e25cbf9bc9577b59a3e49a54f63e8ef7894e2353.tar.bz2 otp-e25cbf9bc9577b59a3e49a54f63e8ef7894e2353.zip |
zip: Suppress a dialyzer warning for an unmatched return
A warning for an unmatched return was introduced in aaa7c917.
The caller of openzip_close/1 ignores the return value, which
could be an error tuple. In this situation, handling a fatal
error, it is OK to ignore the return value; thus, we only need
to make it explicit that we are ignoring the return value.
Diffstat (limited to 'lib/stdlib/test/format_SUITE.erl')
0 files changed, 0 insertions, 0 deletions