I'm getting compiler typedef warnings for liveMedia/include/Locale.hh, line 52 (Live555 version 2012.04.21) which looks like this:<div><br></div><div>typedef enum LocaleCategory { All, Numeric };</div><div><br></div><div>
Shouldn't the LocaleCategory type name come at the end, like this?</div><div><br></div><div>typedef enum { All, Numeric } LocaleCategory;</div><div><br></div><div><br></div><div>-Barry</div>