aboutsummaryrefslogtreecommitdiff
path: root/tests/roundtrip/driver.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tests/roundtrip/driver.cxx')
-rw-r--r--tests/roundtrip/driver.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/roundtrip/driver.cxx b/tests/roundtrip/driver.cxx
index 904f5af..2e076c5 100644
--- a/tests/roundtrip/driver.cxx
+++ b/tests/roundtrip/driver.cxx
@@ -113,7 +113,7 @@ main (int argc, char* argv[])
}
}
}
- catch (const ios_base::failure& e)
+ catch (const ios_base::failure&)
{
cerr << "io failure" << endl;
return 1;