diff -r 7f6eeffe3cd1 -r 4dd3dc8eb5a7 test/lgf_test.cc --- a/test/lgf_test.cc Sun Oct 23 22:42:14 2011 +0200 +++ b/test/lgf_test.cc Mon Oct 24 21:42:22 2011 +0200 @@ -117,7 +117,7 @@ digraphReader(d, input). run(); } - catch (FormatError& error) + catch (FormatError&) { ok = true; } @@ -131,7 +131,7 @@ graphReader(g, input). run(); } - catch (FormatError& error) + catch (FormatError&) { ok = true; } @@ -146,7 +146,7 @@ digraphReader(d, input). run(); } - catch (FormatError& error) + catch (FormatError&) { ok = true; } @@ -160,7 +160,7 @@ graphReader(g, input). run(); } - catch (FormatError& error) + catch (FormatError&) { ok = true; }