[Bug c++/50011] [C++0x] warning: narrowing conversion of 'i' from 'short unsigned int' to 'int' inside { } [-Wnarrowing]

marc.glisse at normalesup dot org gcc-bugzilla@gcc.gnu.org
Sun Aug 7 20:46:00 GMT 2011


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50011

Marc Glisse <marc.glisse at normalesup dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |marc.glisse at normalesup
                   |                            |dot org

--- Comment #1 from Marc Glisse <marc.glisse at normalesup dot org> 2011-08-07 20:45:38 UTC ---
(In reply to comment #0)
> 'int' can represent all the values of 'short unsigned int'

That may be true on your platform, but I don't think it is guaranteed to be
true in general. I don't know if that explains the warning...



More information about the Gcc-bugs mailing list