
noreply at mythtv
May 10, 2012, 3:34 AM
Post #1 of 1
(68 views)
Permalink
|
|
mythtv branch master updated by stuartm. v0.26-pre-257-g943bfe9
|
|
The branch, master has been updated on the mythtv repository by gitolite user stuartm. via 943bfe92e9cdbd3d9d264a124927ef914aad0304 (commit) from 97bbc951660d840b8212945adebd9fc44c23a673 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 943bfe92e9cdbd3d9d264a124927ef914aad0304 Author: Stuart Morgan <smorgan [at] mythtv> at Thu, 10 May 2012 11:31:13 +0100 Committer: Stuart Morgan <smorgan [at] mythtv> at Thu, 10 May 2012 11:32:15 +0100 URL: http://code.mythtv.org/cgit/mythtv/commit/?id=943bfe92e9cdbd3d9d264a124927ef914aad0304 Fix a few 'Unchecked dynamic_cast' warnings from Coverity in libmythui. Most of these could safely be switched to static_cast because they are not expected to fail. ----------------------------------------------------------------------- Summary of changes: mythtv/libs/libmythui/mythmainwindow.cpp | 4 ++-- mythtv/libs/libmythui/mythuibuttonlist.cpp | 12 +++++++++--- mythtv/libs/libmythui/mythuiimage.cpp | 2 +- mythtv/libs/libmythui/mythuistatetype.cpp | 2 +- 4 files changed, 13 insertions(+), 7 deletions(-) -- _______________________________________________ mythtv-commits mailing list mythtv-commits [at] mythtv http://www.mythtv.org/mailman/listinfo/mythtv-commits
|