aboutsummaryrefslogtreecommitdiff
path: root/tests/manifest-parser/driver.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manifest-parser/driver.cxx')
-rw-r--r--tests/manifest-parser/driver.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manifest-parser/driver.cxx b/tests/manifest-parser/driver.cxx
index 7642f4b..e480508 100644
--- a/tests/manifest-parser/driver.cxx
+++ b/tests/manifest-parser/driver.cxx
@@ -198,7 +198,7 @@ fail (const char* m)
cerr << "nofail: " << r << endl;
return false;
}
- catch (const manifest_parsing& e)
+ catch (const manifest_parsing&)
{
//cerr << e << endl;
}