COIN-OR::LEMON - Graph Library

Ignore:
Timestamp:
11/28/12 11:41:40 (11 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Children:
1172:c18ed26f016c, 1173:d216e1c8b3fa, 1181:d32e4453b48c
Phase:
public
Message:

Avoid GCC 4.7 compiler warnings (#453)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/concepts/graph_components.h

    r1157 r1171  
    109109
    110110          bool b;
     111          ignore_unused_variable_warning(b);
     112
    111113          b = (ia == ib) && (ia != ib);
    112114          b = (ia == INVALID) && (ib != INVALID);
Note: See TracChangeset for help on using the changeset viewer.