[mythtv-commits] mythtv branch master updated by dhampton. v30-Pre-582-g0a2b657

Git Repo Owner noreply at mythtv.org
Wed Apr 11 00:04:29 UTC 2018


The branch, master has been updated on the
mythtv repository by gitolite user dhampton.
       via  0a2b657c06a8b4a3d85c2e8216e69d18ec5336be (commit)
       via  79dab4c7e46def07711db7c6f65f74bcd5779110 (commit)
       via  0185ca2b09be96f0d9c1ee8270cc2829148625f1 (commit)
      from  ad8098c62fcb336fbc2293df76a9ef7eb7c0e8b3 (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 0a2b657c06a8b4a3d85c2e8216e69d18ec5336be
Author:    David Hampton <mythtv at love2code.net> at Tue, 10 Apr 2018 18:23:38 -0400
Committer: David Hampton <mythtv at love2code.net> at Tue, 10 Apr 2018 18:36:46 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=0a2b657c06a8b4a3d85c2e8216e69d18ec5336be

Fix "enumeration values not handled in switch" warnings on RPi.
Add 'default' cases to prevent complaints about missing enum values.



commit 79dab4c7e46def07711db7c6f65f74bcd5779110
Author:    David Hampton <mythtv at love2code.net> at Tue, 10 Apr 2018 18:19:48 -0400
Committer: David Hampton <mythtv at love2code.net> at Tue, 10 Apr 2018 18:36:46 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=79dab4c7e46def07711db7c6f65f74bcd5779110

Eliminate some 'variable set but not used' warnings for RPi compile.
Theses variable values are only used in assert statements.  If asserts
are compiled out, then the Q_UNUSED macro needs to be used to prevent
these compiler warnings.



commit 0185ca2b09be96f0d9c1ee8270cc2829148625f1
Author:    David Hampton <mythtv at love2code.net> at Tue, 10 Apr 2018 18:16:14 -0400
Committer: David Hampton <mythtv at love2code.net> at Tue, 10 Apr 2018 18:36:43 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=0185ca2b09be96f0d9c1ee8270cc2829148625f1

Eliminate some unused parameter warnings for RPi compile.
These occur in code paths that are conditionally compiled, so the case
where the variable isn't used needs something to quiet the compiler.



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

Summary of changes:
 mythtv/filters/greedyhdeint/filter_greedyhdeint.c |    3 ++-
 mythtv/libs/libmyth/audio/audiooutput_omx.cpp     |    1 +
 mythtv/libs/libmythtv/mythframe.cpp               |    7 +++++++
 mythtv/libs/libmythtv/util-osd.cpp                |    4 ++--
 mythtv/libs/libmythtv/videoout_omx.cpp            |   10 ++++++++++
 mythtv/libs/libmythtv/videooutbase.cpp            |    1 +
 mythtv/libs/libmythui/mythrender_opengl.cpp       |    1 +
 7 files changed, 24 insertions(+), 3 deletions(-)

-- 



More information about the mythtv-commits mailing list