[mythtv-commits] mythtv branch master updated by dhampton. v30-Pre-328-g3393a71

Git Repo Owner noreply at mythtv.org
Fri Nov 17 01:32:53 UTC 2017


The branch, master has been updated on the
mythtv repository by gitolite user dhampton.
       via  3393a719c0404ed1ce4894b620f08970df1ee1a5 (commit)
       via  e91339a47163bef3c2261762285597792e0d2212 (commit)
       via  7c559c0b5432f790edc144c557cd96ad44ad95d1 (commit)
       via  0c840a29d06ecbdae2e6aaebce5bc80e789839e1 (commit)
       via  22346d944d29fe1705478ed5c91809b1e47fe032 (commit)
      from  01bdc02a2a896db6b9e2b3d0faf695a5a56b8ec7 (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 3393a719c0404ed1ce4894b620f08970df1ee1a5
Author:    David Hampton <mythtv at love2code.net> at Thu, 16 Nov 2017 18:50:38 -0500
Committer: David Hampton <mythtv at love2code.net> at Thu, 16 Nov 2017 20:11:05 -0500
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=3393a719c0404ed1ce4894b620f08970df1ee1a5

Remove unused parameter to MythGenericTree::findNode.
This parameter was added by commit 1031d24e7e in 2008, but was never
used for anything.  Remove it to eliminate a compiler unused parameter
warning.



commit e91339a47163bef3c2261762285597792e0d2212
Author:    David Hampton <mythtv at love2code.net> at Thu, 16 Nov 2017 18:43:27 -0500
Committer: David Hampton <mythtv at love2code.net> at Thu, 16 Nov 2017 20:11:05 -0500
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=e91339a47163bef3c2261762285597792e0d2212

Fix warning for an unused return value from a function.
Don't discard the result of simplify the value of a string.  It is
returned as a new string, not simplified in place.



commit 7c559c0b5432f790edc144c557cd96ad44ad95d1
Author:    David Hampton <mythtv at love2code.net> at Thu, 16 Nov 2017 18:39:47 -0500
Committer: David Hampton <mythtv at love2code.net> at Thu, 16 Nov 2017 20:11:05 -0500
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=7c559c0b5432f790edc144c557cd96ad44ad95d1

Fix warning for a function that is defined but not used.
Conditionally compile out a function that is only used when compiling
with USING_FIREWIRE defined.  This eliminates the compiler warning
when not supporting firewire.



commit 0c840a29d06ecbdae2e6aaebce5bc80e789839e1
Author:    David Hampton <mythtv at love2code.net> at Thu, 16 Nov 2017 18:37:29 -0500
Committer: David Hampton <mythtv at love2code.net> at Thu, 16 Nov 2017 20:11:05 -0500
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=0c840a29d06ecbdae2e6aaebce5bc80e789839e1

Fix warning for conditionally used variables.
There are a couple of places in this file where function arguments are
only used if the file is compiled with USING_FIREWIRE defined.  When
its not defined the compiler emits a warning error for an unused
variable.  Add some code to quiet the compiler only when not
supporting firewire.



commit 22346d944d29fe1705478ed5c91809b1e47fe032
Author:    David Hampton <mythtv at love2code.net> at Thu, 16 Nov 2017 18:04:21 -0500
Committer: David Hampton <mythtv at love2code.net> at Thu, 16 Nov 2017 20:11:05 -0500
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=22346d944d29fe1705478ed5c91809b1e47fe032

Fix 'comparison between signed and unsigned integer' warnings.
Declare the logmask as an unsigned value (its a bitmask) to eliminate
these warnings.



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

Summary of changes:
 mythtv/libs/libmythtv/recorders/channelbase.cpp |    4 ++++
 mythtv/libs/libmythtv/videosource.cpp           |    2 ++
 mythtv/libs/libmythui/mythgenerictree.cpp       |    3 +--
 mythtv/libs/libmythui/mythgenerictree.h         |    2 +-
 mythtv/programs/mythbackend/scheduler.cpp       |    4 ++--
 mythtv/programs/mythbackend/scheduler.h         |    2 +-
 mythtv/programs/mythlcdserver/lcdserver.cpp     |    2 +-
 7 files changed, 12 insertions(+), 7 deletions(-)

-- 



More information about the mythtv-commits mailing list