[mythtv-commits] Ticket #13528: DVBChannel::ReturnMasterLock violates constness of variable

MythTV noreply at mythtv.org
Mon Dec 9 22:55:35 UTC 2019


#13528: DVBChannel::ReturnMasterLock violates constness of variable
----------------------------------+-------------------------------
 Reporter:  David Hampton         |          Owner:  Klaas de Waal
     Type:  Bug Report - General  |         Status:  closed
 Priority:  minor                 |      Milestone:  31.0
Component:  MythTV - DVB          |        Version:  Master Head
 Severity:  low                   |     Resolution:  fixed
 Keywords:                        |  Ticket locked:  0
----------------------------------+-------------------------------
Changes (by Klaas de Waal <kdewaal@…>):

 * status:  assigned => closed
 * resolution:   => fixed


Comment:

 In [changeset:"2273a0bd52c2d92cfdf457b3b21b0eb3cbd67ad5/mythtv"
 2273a0bd52/mythtv]:
             {{{
             #!CommitTicketReference repository="mythtv"
 revision="2273a0bd52c2d92cfdf457b3b21b0eb3cbd67ad5"
             Remove duplicates of GetMasterLock and ReturnMasterLock

 The functions GetMasterLock and ReturnMasterLock had each two
 implementations, only different in the use of the const and
 the const_cast keywords.
 There is now only a single implementation per function.
 The const_cast that was present in one of the ReturnMasterLock
 is no longer needed.

 Fixes #13528
             }}}

-- 
Ticket URL: <https://code.mythtv.org/trac/ticket/13528#comment:4>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list