COIN-OR::LEMON - Graph Library

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/bits/windows.cc

    r1131 r1163  
    137137      InitializeCriticalSection(lock);
    138138      _repr = lock;
     139#else
     140      _repr = 0; //Just to avoid 'unused variable' warning with clang
    139141#endif
    140142    }
Note: See TracChangeset for help on using the changeset viewer.