COIN-OR::LEMON - Graph Library

Changeset 930:b96574ff36ec in lemon-1.2


Ignore:
Timestamp:
10/23/11 22:49:04 (12 years ago)
Author:
Peter Kovacs <kpeter@…>
Branch:
default
Children:
931:c1a959df3b2c, 937:17e36e175725
Phase:
public
Message:

Fix VS warnings (#429)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/lgf_test.cc

    r922 r930  
    118118        run();
    119119    }
    120     catch (FormatError& error)
     120    catch (FormatError&)
    121121      {
    122122        ok = true;
     
    132132        run();
    133133    }
    134     catch (FormatError& error)
     134    catch (FormatError&)
    135135      {
    136136        ok = true;
     
    147147        run();
    148148    }
    149     catch (FormatError& error)
     149    catch (FormatError&)
    150150      {
    151151        ok = true;
     
    161161        run();
    162162    }
    163     catch (FormatError& error)
     163    catch (FormatError&)
    164164      {
    165165        ok = true;
Note: See TracChangeset for help on using the changeset viewer.