Mailing List Archive

mythtv branch master updated by dhampton. v30-Pre-299-g9d054ec
The branch, master has been updated on the
mythtv repository by gitolite user dhampton.
via 9d054ecd1f8ce310feaedb22b5e17ba93aed42f2 (commit)
via 09e005183f902ac4781eed7dd99e9ef12442760b (commit)
from 7d0b484c8372cda7b3166a8005f6806a0b5901f0 (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 9d054ecd1f8ce310feaedb22b5e17ba93aed42f2
Author: David Hampton <mythtv@love2code.net> at Fri, 3 Nov 2017 17:13:14 -0400
Committer: David Hampton <mythtv@love2code.net> at Fri, 3 Nov 2017 17:38:18 -0400
URL: http://code.mythtv.org/cgit/mythtv/commit/?id=9d054ecd1f8ce310feaedb22b5e17ba93aed42f2

Quiet cppcheck 'variable modified but new value never used' message.
This code is written such that each section handles a specific
length/value field and moves the pointer past its specific field.
Tell cppcheck that it is ok that this new value is never used.



commit 09e005183f902ac4781eed7dd99e9ef12442760b
Author: David Hampton <mythtv@love2code.net> at Fri, 3 Nov 2017 17:08:39 -0400
Committer: David Hampton <mythtv@love2code.net> at Fri, 3 Nov 2017 17:38:18 -0400
URL: http://code.mythtv.org/cgit/mythtv/commit/?id=09e005183f902ac4781eed7dd99e9ef12442760b

Fix more cppcheck 'missing explicit constructor' messages.
These messages can be eliminated simply by marking the constructor as
explicit.



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

Summary of changes:
mythtv/libs/libmythtv/dsmcc.cpp | 1 +
mythtv/libs/libmythtv/ringbuffer.h | 2 +-
mythtv/libs/libmythtv/streamingringbuffer.h | 2 +-
mythtv/libs/libmythtv/textsubtitleparser.cpp | 2 +-
4 files changed, 4 insertions(+), 3 deletions(-)

--

_______________________________________________
mythtv-firehose mailing list
mythtv-firehose@mythtv.org
http://lists.mythtv.org/mailman/listinfo/mythtv-firehose