diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2014-04-29 08:29:49 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2014-04-29 08:29:49 +0200 |
commit | 871082dc018815261b6ec75a8e4933505389ffae (patch) | |
tree | 6b92641afc8dbbf234fa5b46569ed4335cb4204b /examples/roundtrip/driver.cxx | |
parent | eb95d50569946def5e55c73445c1d85f603e8536 (diff) |
Support for autotools and VC++ 9, 10, 11 build systems
Diffstat (limited to 'examples/roundtrip/driver.cxx')
-rw-r--r-- | examples/roundtrip/driver.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/roundtrip/driver.cxx b/examples/roundtrip/driver.cxx index 5270147..7c95538 100644 --- a/examples/roundtrip/driver.cxx +++ b/examples/roundtrip/driver.cxx @@ -91,7 +91,7 @@ main (int argc, char* argv[]) } } } - catch (const ios_base::failure& e) + catch (const ios_base::failure&) { cerr << "io failure" << endl; return 1; |