------- Comment #1 from joseph at codesourcery dot com 2009-09-30 14:14 ------- Subject: Re: New: Unnecessary uninitialized warning
In C, enums may hold any value of the underlying integer type, so this warning seems correct. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41519