On Thu, Nov 14, 2013 at 11:32:29PM +0100, E.L. Eckter wrote:
> The following are all false positive warnings produced by -Wconversion.
>  It should be smart enough to see that there is no problem.  It usually
> it, but not in these cases.

The warning is correct.  The C standard does not define sizeof(unsigned
int) == 4, nor does it define it with a size 32 bit.  You assume both
given in your example.

Bastian

-- 
Many Myths are based on truth
                -- Spock, "The Way to Eden",  stardate 5832.3


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to