[mythtv-commits] mythtv branch master updated by stuartm. v0.27-pre2-274-g90cbc2c

Git Repo Owner noreply at mythtv.org
Fri Nov 30 13:40:25 UTC 2012


The branch, master has been updated on the
mythtv repository by gitolite user stuartm.
       via  90cbc2c452700fd2a7b77e678a34b06e1ae255c0 (commit)
       via  428cc8dfe7da74d900572ab7e76a282b75d95ccc (commit)
       via  614d82e3fe81cf75ede7561a62debb5b38084106 (commit)
      from  cf5189fa9be465ddc732879985b002ca7ee0022b (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 90cbc2c452700fd2a7b77e678a34b06e1ae255c0
Author:    Stuart Morgan <smorgan at mythtv.org> at Fri, 30 Nov 2012 13:40:01 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Fri, 30 Nov 2012 13:40:01 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=90cbc2c452700fd2a7b77e678a34b06e1ae255c0

Silence an unused variable warning in calcTrackLength()



commit 428cc8dfe7da74d900572ab7e76a282b75d95ccc
Author:    Stuart Morgan <smorgan at mythtv.org> at Fri, 30 Nov 2012 13:38:36 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Fri, 30 Nov 2012 13:38:36 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=428cc8dfe7da74d900572ab7e76a282b75d95ccc

Silence an incorrect warning from GCC about an uninitialised variable. It does get initialised before use but gcc seems to miss that.



commit 614d82e3fe81cf75ede7561a62debb5b38084106
Author:    Stuart Morgan <smorgan at mythtv.org> at Fri, 30 Nov 2012 13:31:27 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Fri, 30 Nov 2012 13:33:46 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=614d82e3fe81cf75ede7561a62debb5b38084106

Fix a warning about MusicIODevice::open(int) hiding QIODevice::open(OpenMode)



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

Summary of changes:
 mythplugins/mythmusic/mythmusic/decoderhandler.cpp |    4 ++--
 mythplugins/mythmusic/mythmusic/decoderhandler.h   |    8 ++++----
 mythplugins/mythmusic/mythmusic/musiccommon.cpp    |    2 +-
 mythplugins/mythmusic/mythmusic/musicutils.cpp     |    2 +-
 4 files changed, 8 insertions(+), 8 deletions(-)

-- 



More information about the mythtv-commits mailing list