[Live-devel] Problem with LocaleCategory typedef

Barry Stump bstump at codemass.com
Fri Apr 27 09:19:08 PDT 2012


I'm getting compiler typedef warnings for liveMedia/include/Locale.hh, line
52 (Live555 version 2012.04.21) which looks like this:

typedef enum LocaleCategory { All, Numeric };

Shouldn't the LocaleCategory type name come at the end, like this?

typedef enum { All, Numeric } LocaleCategory;


-Barry
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.live555.com/pipermail/live-devel/attachments/20120427/f0ba6df2/attachment.html>


More information about the live-devel mailing list