id summary reporter owner description type status priority milestone component version severity resolution keywords cc mlocked 11845 g++ C++11 standards compliance feature patch for videoout_nullvdpau.cpp and videoout_vdpau.cpp Gary Buhrmaster Gary Buhrmaster "Feature patch for g++ C++11 standards compliance When compiling with g++ the compilation generates a set of warnings in the vdpau sources of the form 'warning: narrowing conversion of ...pitches... from ‘int’ to ‘uint32_t {aka unsigned int}’ inside { } [-Wnarrowing]'. This patch explicitly casts to the appropriate type to eliminate the warnings. Since MythTV does not currently specify use of the new C++ standards, and at this time these are only g++ warnings, this patch is really just cosmetic at this time, but may useful be at some future date (when gcc defaults to enforcing C++11 standards?) github ref: https://github.com/garybuhrmaster/mythtv/commit/9f7f7e155cd0d88cb5a24143f3e59dd4bd57a4b5 github git-am ref: https://github.com/garybuhrmaster/mythtv/commit/9f7f7e155cd0d88cb5a24143f3e59dd4bd57a4b5.patch" Patch - Feature closed minor 0.28 MythTV - General Master Head medium fixed 0