[mythtv-commits] Ticket #5514: missing name in typedef declaration in libmythtv
MythTV
mythtv at cvs.mythtv.org
Mon Jul 7 19:19:27 UTC 2008
#5514: missing name in typedef declaration in libmythtv
---------------------------------------------+------------------------------
Reporter: Erik Hovland <erik at hovland.org> | Owner: ijr
Type: defect | Status: new
Priority: trivial | Milestone: unknown
Component: mythtv | Version: head
Severity: low | Mlocked: 0
---------------------------------------------+------------------------------
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.
--
Ticket URL: <http://svn.mythtv.org/trac/ticket/5514>
MythTV <http://www.mythtv.org/>
MythTV
More information about the mythtv-commits
mailing list