|
Threads-Devel : |
From: Roland Schwarz (roland.schwarz_at_[hidden])
Date: 2007-11-04 12:46:14
The compiler emits a warning (as in the subject) for the file
boost/thread/pthread/once.hpp
The flag seems to be defined as unsigned int and later compared
against a long const (warning is in line 55).
As I had no time to study in detail I did not change it.
However I guess the problem can be solved by using consistent types (I
hope).
Roland aka speedsnail