On 11/05/13 17:42, Stefan Hajnoczi wrote: > On 32-bit hosts: > > CC tests/test-opts-visitor.o > tests/test-opts-visitor.c: In function 'test_value': > tests/test-opts-visitor.c:128: warning: integer constant is too large for > 'long' type > CC tests/test-bitops.o > tests/test-bitops.c:34: warning: integer constant is too large for 'long' type > tests/test-bitops.c:35: warning: integer constant is too large for 'long' type > tests/test-bitops.c:35: warning: integer constant is too large for 'long' type > CC tests/endianness-test.o > tests/endianness-test.c:47: warning: integer constant is too large for 'long' > type > > Signed-off-by: Stefan Hajnoczi <stefa...@redhat.com> > --- > tests/endianness-test.c | 3 ++- > tests/test-bitops.c | 4 ++-- > tests/test-opts-visitor.c | 2 +- > 3 files changed, 5 insertions(+), 4 deletions(-)
Blame it on still using gnu89 instead of c99 (or gnu99 if must be). Laszlo