[mythtv-commits] Ticket #10764: Correct unhandled enumeration value in videoouttypes.h - detected by clang

MythTV noreply at mythtv.org
Sat May 26 22:46:12 UTC 2012


#10764: Correct unhandled enumeration value in videoouttypes.h - detected by clang
-------------------------------------+-------------------------------------
 Reporter:  Gary Buhrmaster          |           Type:  Patch - Bug Fix
  <gary.buhrmaster@…>                |       Priority:  minor
   Status:  new                      |      Component:  MythTV - Video
Milestone:  unknown                  |  Library
  Version:  Master Head              |       Severity:  medium
 Keywords:                           |  Ticket locked:  0
-------------------------------------+-------------------------------------
 Eliminate a pedantic compiler warning from clang in videooutypes.h.  Clang
 will warn when a switch statement does not explicitly handle all cases.
 This patch adds in the missing case statement (with others that simply
 break).

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/10764>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list