From b83949cefd98b4f077af97afc902d367fffb8c10 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 13 May 2017 00:29:10 +0300 Subject: Fix VC15 warnings (/W3) --- build2/file.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/file.cxx') diff --git a/build2/file.cxx b/build2/file.cxx index ddcce82..8b86d74 100644 --- a/build2/file.cxx +++ b/build2/file.cxx @@ -434,7 +434,7 @@ namespace build2 if (de.type () != entry_type::directory) continue; } - catch (const system_error& e) + catch (const system_error&) { continue; } -- cgit v1.1