Changeset 1262:dd1443e4a34c in lemon for lemon/concepts/graph_components.h
- Timestamp:
- 08/07/13 07:08:38 (10 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/concepts/graph_components.h
r1261 r1262 457 457 rn = bpgraph.asRedNode(rnan); 458 458 bn = bpgraph.asBlueNode(bnan); 459 ignore_unused_variable_warning(b);459 ::lemon::ignore_unused_variable_warning(b); 460 460 } 461 461 } … … 654 654 rid = bpgraph.maxRedId(); 655 655 bid = bpgraph.maxBlueId(); 656 ignore_unused_variable_warning(rid);657 ignore_unused_variable_warning(bid);656 ::lemon::ignore_unused_variable_warning(rid); 657 ::lemon::ignore_unused_variable_warning(bid); 658 658 } 659 659 … … 1388 1388 typename _BpGraph::BlueNodeNotifier& bnn 1389 1389 = bpgraph.notifier(typename _BpGraph::BlueNode()); 1390 ignore_unused_variable_warning(rnn);1391 ignore_unused_variable_warning(bnn);1390 ::lemon::ignore_unused_variable_warning(rnn); 1391 ::lemon::ignore_unused_variable_warning(bnn); 1392 1392 } 1393 1393
Note: See TracChangeset
for help on using the changeset viewer.