[Boost-bugs] [Boost C++ Libraries] #4319: warning: missing braces around initializer for '_SYSTEM_INFO::<anonymous union>'/'_LARGE_INTEGER::<anonymous struct>'

Subject: [Boost-bugs] [Boost C++ Libraries] #4319: warning: missing braces around initializer for '_SYSTEM_INFO::<anonymous union>'/'_LARGE_INTEGER::<anonymous struct>'
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2010-06-09 00:53:36


#4319: warning: missing braces around initializer for '_SYSTEM_INFO::<anonymous
union>'/'_LARGE_INTEGER::<anonymous struct>'
-------------------------------------+--------------------------------------
 Reporter: viboes | Owner: anthonyw
     Type: Bugs | Status: new
Milestone: Boost 1.44.0 | Component: thread
  Version: Boost Development Trunk | Severity: Cosmetic
 Keywords: |
-------------------------------------+--------------------------------------
 The following warnings appears on gcc4.4 mingw:

 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::<anonymous union>'
 ..\..\..\libs\thread\src\win32\thread.cpp: In function 'LARGE_INTEGER
 boost::this_thread::<unnamed>::get_due_time(const
 boost::detail::timeout&)':
 ..\..\..\libs\thread\src\win32\thread.cpp:330: warning: missing braces
 around initializer for '_LARGE_INTEGER::<anonymous struct>'

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/4319>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:03 UTC