From 68cc1badd2eb96fd1f89e8b6519d45039ff983ba Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 27 Apr 2020 13:00:15 +0200 Subject: Get rid of warnings --- libbuild2/file.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbuild2/file.cxx') 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. } -- cgit v1.1