Changeset 1163:e344f0887c59 in lemon
- Timestamp:
- 09/13/12 12:23:46 (11 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/bits/windows.cc
r1131 r1163 137 137 InitializeCriticalSection(lock); 138 138 _repr = lock; 139 #else 140 _repr = 0; //Just to avoid 'unused variable' warning with clang 139 141 #endif 140 142 }
Note: See TracChangeset
for help on using the changeset viewer.