COIN-OR::LEMON - Graph Library

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/concepts/graph_components.h

    r966 r954  
    495495          _GraphItemIt it3 = it1;
    496496          _GraphItemIt it4 = INVALID;
    497           ignore_unused_variable_warning(it3);
    498           ignore_unused_variable_warning(it4);
    499497
    500498          it2 = ++it1;
     
    586584          _GraphIncIt it3 = it1;
    587585          _GraphIncIt it4 = INVALID;
    588           ignore_unused_variable_warning(it3);
    589           ignore_unused_variable_warning(it4);
    590586
    591587          it2 = ++it1;
Note: See TracChangeset for help on using the changeset viewer.