http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56153
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org
--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> 2013-01-30
17:24:59 UTC ---
1 is signed too, but has the same value when converted to unsigned, while that
is not the case for -1. Use -1U if you want to avoid the warning.
