diff options
Diffstat (limited to 'libbuild2/file.cxx')
-rw-r--r-- | libbuild2/file.cxx | 2 |
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. } |