[mythtv-commits] mythtv branch master updated by stuartm. v0.27-pre2-1428-g20f3fad

Git Repo Owner noreply at mythtv.org
Thu Jun 13 09:54:08 UTC 2013


The branch, master has been updated on the
mythtv repository by gitolite user stuartm.
       via  20f3fad56d6ea04369b7e439cd277ed8dde3bb28 (commit)
       via  612e0dbf7037fc20600a7388b9240fe642390d00 (commit)
       via  045b3a51da480eb84edf492461e24c87d0bc1f25 (commit)
      from  ea0a871c7e7581ecbb0498fc1b447b8cb90339c5 (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 20f3fad56d6ea04369b7e439cd277ed8dde3bb28
Author:    Stuart Morgan <smorgan at mythtv.org> at Thu, 13 Jun 2013 10:53:01 +0100
Committer: Stuart Morgan <smorgan at mythtv.org> at Thu, 13 Jun 2013 10:53:01 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=20f3fad56d6ea04369b7e439cd277ed8dde3bb28

DVBChannel: Fix Coverity 700907. Uninitialized integer fields.



commit 612e0dbf7037fc20600a7388b9240fe642390d00
Author:    Stuart Morgan <smorgan at mythtv.org> at Thu, 13 Jun 2013 10:52:44 +0100
Committer: Stuart Morgan <smorgan at mythtv.org> at Thu, 13 Jun 2013 10:52:44 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=612e0dbf7037fc20600a7388b9240fe642390d00

Fix Coverity 700396. Unchecked dynamic cast. Swap for a static_cast since it would appear that we are certain about the type.



commit 045b3a51da480eb84edf492461e24c87d0bc1f25
Author:    Stuart Morgan <smorgan at mythtv.org> at Thu, 13 Jun 2013 10:15:37 +0100
Committer: Stuart Morgan <smorgan at mythtv.org> at Thu, 13 Jun 2013 10:15:54 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=045b3a51da480eb84edf492461e24c87d0bc1f25

Fix Cppcheck issue. QPoint is default initialised to 0,0 so it's not necessary to do it explicitly.



-----------------------------------------------------------------------

Summary of changes:
 mythtv/libs/libmythtv/recorders/dvbchannel.cpp |   30 ++++++++++++-----------
 mythtv/libs/libmythui/mythgesture.h            |    1 -
 2 files changed, 16 insertions(+), 15 deletions(-)

-- 



More information about the mythtv-commits mailing list