aboutsummaryrefslogtreecommitdiff
path: root/tests/roundtrip/driver.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2014-04-29 08:29:49 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2014-04-29 08:29:49 +0200
commit871082dc018815261b6ec75a8e4933505389ffae (patch)
tree6b92641afc8dbbf234fa5b46569ed4335cb4204b /tests/roundtrip/driver.cxx
parenteb95d50569946def5e55c73445c1d85f603e8536 (diff)
Support for autotools and VC++ 9, 10, 11 build systems
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;