COIN-OR::LEMON - Graph Library

Ignore:
Timestamp:
08/07/13 07:08:38 (11 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Phase:
public
Message:

Further ignore_unused_variable_warning() explicit namespaces (#294)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/concepts/graph_components.h

    r1086 r1087  
    457457            rn = bpgraph.asRedNode(rnan);
    458458            bn = bpgraph.asBlueNode(bnan);
    459             ignore_unused_variable_warning(b);
     459            ::lemon::ignore_unused_variable_warning(b);
    460460          }
    461461        }
     
    654654          rid = bpgraph.maxRedId();
    655655          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);
    658658        }
    659659
     
    13881388          typename _BpGraph::BlueNodeNotifier& bnn
    13891389            = 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);
    13921392        }
    13931393
Note: See TracChangeset for help on using the changeset viewer.