--- Comment #2 from pinskia at gcc dot gnu dot org 2009-09-30 15:20 ---
As mentioned by Joseph, in C enums can hold all values of the undering type.
This is different from C++.
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
---
--- 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