[mythtv-commits] Ticket #4323: Uninitialized variable in mythmedia.cpp

MythTV mythtv at cvs.mythtv.org
Sun Dec 16 20:41:32 UTC 2007


#4323: Uninitialized variable in mythmedia.cpp
------------------------------------------------+---------------------------
 Reporter:  Mike Rice <mikerice1969 at gmail.com>  |        Owner:  ijr    
     Type:  patch                               |       Status:  closed 
 Priority:  minor                               |    Milestone:  unknown
Component:  mythtv                              |      Version:  unknown
 Severity:  medium                              |   Resolution:  fixed  
  Mlocked:  0                                   |  
------------------------------------------------+---------------------------

Old description:

> mythmedia.cpp(194): warning #592: variable "key" is used before its value
> is set
>           for (uint key, j = 0; key != MEDIATYPE_END; j++)
>                                 ^

New description:

 mythmedia.cpp(194): warning #592: variable "key" is used before its value
 is set
           for (uint key, j = 0; key != MEDIATYPE_END; j++)
                                 ^

--

Comment(by janne):

 [15156] should have reference this ticket instead of #4324

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/4323#comment:2>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list