
noreply at mythtv
Jul 2, 2012, 4:28 PM
Post #2 of 4
(73 views)
Permalink
|
|
Re: Ticket #10764: Correct unhandled enumeration value in videoouttypes.h - detected by clang
[In reply to]
|
|
#10764: Correct unhandled enumeration value in videoouttypes.h - detected by clang -------------------------------------+------------------------------------- Reporter: Gary Buhrmaster | Owner: Gary Buhrmaster <gary.buhrmaster@…> | <gary.buhrmaster@…> Type: Patch - Bug Fix | Status: closed Priority: minor | Milestone: unknown Component: MythTV - Video Library | Version: Master Head Severity: medium | Resolution: fixed Keywords: | Ticket locked: 0 -------------------------------------+------------------------------------- Changes (by Gary Buhrmaster <gary.buhrmaster@…>): * owner: => Gary Buhrmaster <gary.buhrmaster@…> * status: new => closed * resolution: => fixed Comment: In [changeset:e2a0efd88ce48698451a36fe9c15b390e7fdd73d/mythtv]: {{{ #!CommitTicketReference repository="mythtv" revision="e2a0efd88ce48698451a36fe9c15b390e7fdd73d" Add missing case statement Also added default. This file needs to have its formatting fixed to match MythTV standards. The switch statements in particular have wonky indentations and break; and such should be on separate lines. A task for later. Fixes #10764 Signed-off-by: Gavin Hurlbut <ghurlbut [at] mythtv> }}} -- Ticket URL: <http://code.mythtv.org/trac/ticket/10764#comment:1> MythTV <http://code.mythtv.org/trac> MythTV Media Center _______________________________________________ mythtv-commits mailing list mythtv-commits [at] mythtv http://www.mythtv.org/mailman/listinfo/mythtv-commits
|