Boost C++ Libraries: Ticket #1556: Missing initialisations, thread code now warning free https://svn.boost.org/trac10/ticket/1556 <p> Hi, </p> <p> I compiled all header files in thread alone with g++ 4.3 and got some warnings because of not initialized variables. Probably it is at least once a real error and should be fixed. </p> <p> I'm surprised that I did not find missing include statements, you did a good job! Please note that I skipped all headers in win32/. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/1556 Trac 1.4.3 jensseidel@… Sun, 06 Jan 2008 16:11:21 GMT attachment set https://svn.boost.org/trac10/ticket/1556 https://svn.boost.org/trac10/ticket/1556 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">boost.thread.diff</span> </li> </ul> Ticket Anthony Williams Wed, 19 Mar 2008 17:36:53 GMT status changed https://svn.boost.org/trac10/ticket/1556#comment:1 https://svn.boost.org/trac10/ticket/1556#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> </ul> <p> This code deliberately relies on the fact that initializing an aggregate with <a class="missing report" title="report does not exist">{0}</a> initializes all members to zero. </p> <p> I don't like the warnings, though. </p> Ticket Anthony Williams Wed, 04 Jun 2008 16:07:03 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/1556#comment:2 https://svn.boost.org/trac10/ticket/1556#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> Fixed on trunk </p> Ticket