|
Threads-Devel : |
From: Roland Schwarz (roland.schwarz_at_[hidden])
Date: 2006-08-04 13:08:50
While trying to get the bbv2 build done I discovered that the
get_milliseconds_until_time possibly could return invalid values.
This has been reported by the compiler since the default is now
/W3. In bbv1 it was /W2 (the compiler default).
I tried to correct this, and checked it in.
@Anthony, there still is another warning present, about conversion of a
long to a bool. Although it is only a performance warning, I think we
are better off, having no warnings at all. What do you think?
Roland