
8 Sep
2004
8 Sep
'04
3:58 p.m.
Daniel Schlyder wrote:
Hello,
Attached are patches to fix a few warnings I get when compiling Boost.Threads using MinGW (GCC 3.4.1):
native_error-dllimport-warning.diff fixes (maybe not in a good way, but at least now you know the warning exists :)):
boost/thread/exceptions.hpp:37: warning: inline function 'int boost::thread_exception::native_error() const' is declared as dllimport: attribute ignored.
tss-no-newline-warning.diff fixes:
boost/thread/detail/tss_hooks.hpp:78:39: warning: no newline at end of file libs\thread\build\..\src\tss.cpp:206:37: warning: no newline at end of file
Applied. Mike