Opened 16 years ago

Closed 16 years ago

#5291 closed defect (fixed)

function parameters hidden by function declarations in libmythui

Reported by: Erik Hovland <erik@…> Owned by: Isaac Richards
Priority: trivial Milestone: unknown
Component: mythtv Version: head
Severity: low Keywords:
Cc: Ticket locked: no

Description

MythOpenGLPainter::BindTextureFromCache? hides the parameter im by declaring it again in an if clause.

Attachments (1)

libs_libmythui_mythpainter_ogl.cpp-function-parameters-hidden-by-declarations.patch (838 bytes) - added by Erik Hovland <erik@…> 16 years ago.

Download all attachments as: .zip

Change History (2)

Changed 16 years ago by Erik Hovland <erik@…>

comment:1 Changed 16 years ago by danielk

Resolution: fixed
Status: newclosed

(In [17534]) Fixes #5293. Fixes #5291. Renames some variables to avoid aliasing with the method param names.

Note: See TracTickets for help on using tickets.