id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 5550,Missing initializer warning in date_time/date_facet.hpp,Derek McGowan ,az_sw_dude,"include/boost/date_time/date_facet.hpp is causing a compiler warning Compiler: gcc (GCC) 4.1.2 20080704 (Red Hat 4.1.2-48) Compiler Options: g++4 -shared -fpic -g -Wall -Woverloaded-virtual -Werror -Wl,--warn-shared-textrel -Wl,--fatal-warnings {{{ cc1plus: warnings being treated as errors boost_1_46_1/include/boost/date_time/date_facet.hpp: In member function ‘OutItrT boost::date_time::date_facet::put(OutItrT, std::ios_base&, CharT, const typename date_type::month_type&) const [with date_type = boost::gregorian::date, CharT = char, OutItrT = std::ostreambuf_iterator >]’: boost_1_46_1/include/boost/date_time/gregorian/gregorian_io.hpp:243: instantiated from ‘std::basic_ostream<_CharT, _Traits>& boost::gregorian::operator<<(std::basic_ostream<_CharT, _Traits>&, const boost::gregorian::greg_month&) [with CharT = char, TraitsT = std::char_traits]’ .cpp:##: instantiated from here boost_1_46_1/include/boost/date_time/date_facet.hpp:211: warning: missing initializer for member ‘tm::tm_sec’ boost_1_46_1/include/boost/date_time/date_facet.hpp:211: warning: missing initializer for member ‘tm::tm_min’ boost_1_46_1/include/boost/date_time/date_facet.hpp:211: warning: missing initializer for member ‘tm::tm_hour’ boost_1_46_1/include/boost/date_time/date_facet.hpp:211: warning: missing initializer for member ‘tm::tm_mday’ boost_1_46_1/include/boost/date_time/date_facet.hpp:211: warning: missing initializer for member ‘tm::tm_mon’ boost_1_46_1/include/boost/date_time/date_facet.hpp:211: warning: missing initializer for member ‘tm::tm_year’ boost_1_46_1/include/boost/date_time/date_facet.hpp:211: warning: missing initializer for member ‘tm::tm_wday’ boost_1_46_1/include/boost/date_time/date_facet.hpp:211: warning: missing initializer for member ‘tm::tm_yday’ boost_1_46_1/include/boost/date_time/date_facet.hpp:211: warning: missing initializer for member ‘tm::tm_isdst’ boost_1_46_1/include/boost/date_time/date_facet.hpp:211: warning: missing initializer for member ‘tm::tm_gmtoff’ boost_1_46_1/include/boost/date_time/date_facet.hpp:211: warning: missing initializer for member ‘tm::tm_zone’ }}} std::tm dtm = {}; should be changed to something like std::tm dtm = std::tm(); This same issue was addressed and fixed in #3563",Bugs,closed,To Be Determined,date_time,Boost 1.54.0,Problem,fixed,,manish.mulimani@… derek@…