Boost C++ Libraries: Ticket #4321: warning: missing braces around initializer for '_SYSTEM_INFO::<anonymous union>'/'_LARGE_INTEGER::<anonymous struct>' https://svn.boost.org/trac10/ticket/4321 <p> The following warnings appears on gcc4.4 mingw: </p> <p> gcc.compile.c++ ..\..\..\bin.v2\libs\thread\build\gcc-mingw-4.4.0\debug\link-static\threading-multi\win32\thread.o ..\..\..\libs\thread\src\win32\thread.cpp: In static member function 'static unsigned int boost::thread::hardware_concurrency()': ..\..\..\libs\thread\src\win32\thread.cpp:307: warning: missing braces around initializer for '_SYSTEM_INFO::&lt;anonymous union&gt;' ..\..\..\libs\thread\src\win32\thread.cpp: In function 'LARGE_INTEGER boost::this_thread::&lt;unnamed&gt;::get_due_time(const boost::detail::timeout&amp;)': ..\..\..\libs\thread\src\win32\thread.cpp:330: warning: missing braces around initializer for '_LARGE_INTEGER::&lt;anonymous struct&gt;' </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/4321 Trac 1.4.3 viboes Wed, 09 Jun 2010 00:55:18 GMT attachment set https://svn.boost.org/trac10/ticket/4321 https://svn.boost.org/trac10/ticket/4321 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">4321.patch</span> </li> </ul> Ticket viboes Wed, 09 Jun 2010 00:55:30 GMT type changed https://svn.boost.org/trac10/ticket/4321#comment:1 https://svn.boost.org/trac10/ticket/4321#comment:1 <ul> <li><strong>type</strong> <span class="trac-field-old">Bugs</span> → <span class="trac-field-new">Patches</span> </li> </ul> Ticket Anthony Williams Wed, 09 Jun 2010 07:46:51 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/4321#comment:2 https://svn.boost.org/trac10/ticket/4321#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">new</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