aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/file.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2020-04-27 13:00:15 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2020-04-27 13:00:15 +0200
commit68cc1badd2eb96fd1f89e8b6519d45039ff983ba (patch)
treeed72296e9f2eb5312b3b94a8318961cab14e6f4f /libbuild2/file.cxx
parent9e5750ae2e3f837f80860aaab6b01e4d556213ed (diff)
Get rid of warnings
Diffstat (limited to 'libbuild2/file.cxx')
-rw-r--r--libbuild2/file.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/file.cxx b/libbuild2/file.cxx
index fb24160..edb382c 100644
--- a/libbuild2/file.cxx
+++ b/libbuild2/file.cxx
@@ -1553,7 +1553,7 @@ namespace build2
// Process error, fall through.
}
- catch (const io_error& e)
+ catch (const io_error&)
{
// IO error (or process error), fall through.
}