aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/src/ets.erl
diff options
context:
space:
mode:
authorSiri Hansen <[email protected]>2013-04-25 11:07:25 +0200
committerHans Bolinder <[email protected]>2013-05-06 12:14:12 +0200
commit406413f90cc5d45e17df158b9e742112e9f7657e (patch)
treedb3190c95ab4229890f374b4a33b8c26fce473a2 /lib/stdlib/src/ets.erl
parent21a7806986d58480367cff8d385a12f9659c7754 (diff)
downloadotp-406413f90cc5d45e17df158b9e742112e9f7657e.tar.gz
otp-406413f90cc5d45e17df158b9e742112e9f7657e.tar.bz2
otp-406413f90cc5d45e17df158b9e742112e9f7657e.zip
Fix unmatched_return warnings in stdlib
Diffstat (limited to 'lib/stdlib/src/ets.erl')
-rw-r--r--lib/stdlib/src/ets.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stdlib/src/ets.erl b/lib/stdlib/src/ets.erl
index 87e6502668..33ff14aa58 100644
--- a/lib/stdlib/src/ets.erl
+++ b/lib/stdlib/src/ets.erl
@@ -978,7 +978,7 @@ file2tab(File, Opts) ->
erlang:raise(error,ErReason,erlang:get_stacktrace())
end
after
- disk_log:close(Name)
+ _ = disk_log:close(Name)
end
catch
throw:TReason2 ->