aboutsummaryrefslogtreecommitdiff
path: root/examples/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 /examples/roundtrip/driver.cxx
parenteb95d50569946def5e55c73445c1d85f603e8536 (diff)
Support for autotools and VC++ 9, 10, 11 build systems
Diffstat (limited to 'examples/roundtrip/driver.cxx')
-rw-r--r--examples/roundtrip/driver.cxx2
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;