test/lgf_test.cc
branch1.2
changeset 1090 c1a959df3b2c
parent 1078 c59bdcc8e33e
parent 1087 b96574ff36ec
child 1097 74e2dac774c8
     1.1 --- a/test/lgf_test.cc	Mon Aug 08 13:47:35 2011 +0200
     1.2 +++ b/test/lgf_test.cc	Mon Oct 24 21:40:31 2011 +0200
     1.3 @@ -117,7 +117,7 @@
     1.4        digraphReader(d, input).
     1.5          run();
     1.6      }
     1.7 -    catch (FormatError& error)
     1.8 +    catch (FormatError&) 
     1.9        {
    1.10          ok = true;
    1.11        }
    1.12 @@ -131,7 +131,7 @@
    1.13        graphReader(g, input).
    1.14          run();
    1.15      }
    1.16 -    catch (FormatError& error)
    1.17 +    catch (FormatError&)
    1.18        {
    1.19          ok = true;
    1.20        }
    1.21 @@ -146,7 +146,7 @@
    1.22        digraphReader(d, input).
    1.23          run();
    1.24      }
    1.25 -    catch (FormatError& error)
    1.26 +    catch (FormatError&)
    1.27        {
    1.28          ok = true;
    1.29        }
    1.30 @@ -160,7 +160,7 @@
    1.31        graphReader(g, input).
    1.32          run();
    1.33      }
    1.34 -    catch (FormatError& error)
    1.35 +    catch (FormatError&)
    1.36        {
    1.37          ok = true;
    1.38        }