COIN-OR::LEMON - Graph Library

Changeset 2209:d3425607d41a in lemon-0.x


Ignore:
Timestamp:
09/07/06 15:35:48 (18 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2935
Message:

Resolve 'unused variable' warning

Location:
demo
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • demo/hello_world.cc

    r2195 r2209  
    3636
    3737
    38 int  main( int argc, char *argv[] )
     38int main()
    3939{
    4040  // Declare the graph itself and a NodeMap, witch will store the characters
  • demo/maps_summary.cc

    r2195 r2209  
    4141
    4242
    43 int  main( int argc, char *argv[] )
     43int  main()
    4444{
    4545  ListGraph  gr;
Note: See TracChangeset for help on using the changeset viewer.