id summary reporter owner description type status milestone component version severity resolution keywords cc 1984 Uninitialized member warning for struct timespec Mathias.Krause@… Anthony Williams "In boost/thread/xtime.hpp and boost/thread/pthread/timespec.hpp the struct timespec is not fully initialized. This results in nasty compiler warnings when using this header files in own projects and using the compiler switch -W (at least for g++ 3.3). Small fix for this problem is to explicit initialize the whole struct not just the first member. Patch for version 1.35.0 is attached – applies against SVN, too." Bugs closed Boost 1.36.0 thread Boost 1.35.0 Cosmetic fixed