[Kst] branches/work/kst/hierarchy/kst/src/libkst
Eli Fidler
eli at staikos.net
Thu Dec 7 19:04:47 CET 2006
SVN commit 611328 by fidler:
fix warning
M +2 -0 rwlock.cpp
--- branches/work/kst/hierarchy/kst/src/libkst/rwlock.cpp #611327:611328
@@ -166,6 +166,7 @@
return (_readCount > 0 || _writeCount > 0);
#else
#error isLocked() not supported using the single lock
+ return false;
#endif
}
@@ -185,6 +186,7 @@
}
#else
#error isLockedByMe() not supported using the single lock
+ return false;
#endif
}
// vim: ts=2 sw=2 et
More information about the Kst
mailing list