lemon/concepts/graph_components.h
changeset 1087 dd1443e4a34c
parent 1086 97f1760dcd13
child 1092 dceba191c00d
     1.1 --- a/lemon/concepts/graph_components.h	Wed Aug 07 07:04:58 2013 +0200
     1.2 +++ b/lemon/concepts/graph_components.h	Wed Aug 07 07:08:38 2013 +0200
     1.3 @@ -456,7 +456,7 @@
     1.4              bn = bpgraph.asBlueNodeUnsafe(bnan);
     1.5              rn = bpgraph.asRedNode(rnan);
     1.6              bn = bpgraph.asBlueNode(bnan);
     1.7 -            ignore_unused_variable_warning(b);
     1.8 +            ::lemon::ignore_unused_variable_warning(b);
     1.9            }
    1.10          }
    1.11  
    1.12 @@ -653,8 +653,8 @@
    1.13            int bid = bpgraph.id(blue);
    1.14            rid = bpgraph.maxRedId();
    1.15            bid = bpgraph.maxBlueId();
    1.16 -          ignore_unused_variable_warning(rid);
    1.17 -          ignore_unused_variable_warning(bid);
    1.18 +          ::lemon::ignore_unused_variable_warning(rid);
    1.19 +          ::lemon::ignore_unused_variable_warning(bid);
    1.20          }
    1.21  
    1.22          const _BpGraph& bpgraph;
    1.23 @@ -1387,8 +1387,8 @@
    1.24              = bpgraph.notifier(typename _BpGraph::RedNode());
    1.25            typename _BpGraph::BlueNodeNotifier& bnn
    1.26              = bpgraph.notifier(typename _BpGraph::BlueNode());
    1.27 -          ignore_unused_variable_warning(rnn);
    1.28 -          ignore_unused_variable_warning(bnn);
    1.29 +          ::lemon::ignore_unused_variable_warning(rnn);
    1.30 +          ::lemon::ignore_unused_variable_warning(bnn);
    1.31          }
    1.32  
    1.33          const _BpGraph& bpgraph;