Opened 16 years ago

Closed 16 years ago

#5514 closed defect (fixed)

missing name in typedef declaration in libmythtv

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

typedef does not require a name when making a declaration. This leads to enums which are of anonymous type. Not really a problem, but by not having them the compiler throws a parse warning and has to run a special set of code to deal with that. If a name is put in the declaration, then the parser doesn't have to work as hard.

Attachments (1)

libs_libmythtv-missing-typedef-name.patch (1.0 KB) - added by Erik Hovland <erik@…> 16 years ago.
adds names to typedefs

Download all attachments as: .zip

Change History (2)

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

adds names to typedefs

comment:1 Changed 16 years ago by danielk

Resolution: fixed
Status: newclosed

Already fixed in [17771].

Note: See TracTickets for help on using tickets.