COIN-OR::LEMON - Graph Library

Changeset 1163:e344f0887c59 in lemon for lemon/bits


Ignore:
Timestamp:
09/13/12 12:23:46 (12 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Phase:
public
Message:

Further clang compilation fixes (#449)

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.