Placate GCC in `test-ffi-lib.c'.
authorLudovic Courtès <ludo@gnu.org>
Sun, 19 Jun 2011 22:45:18 +0000 (00:45 +0200)
committerLudovic Courtès <ludo@gnu.org>
Sun, 19 Jun 2011 22:45:18 +0000 (00:45 +0200)
commit134fe52a850a9d53214c9c539fbe496aa8d11176
tree0e4431c3c760ce23ac07dfd0dee7e18250bc75a1
parent5f09e4ba3c7813cb46273b2c7ad94081e65b8740
Placate GCC in `test-ffi-lib.c'.

This fixes warnings saying "this decimal constant is unsigned only in
ISO C90".

* test-suite/standalone/test-ffi-lib.c (test_ffi_u32_, test_ffi_u32_u8,
  test_ffi_u32_s64, test_ffi_s64_s64, test_ffi_u64_u8,
  test_ffi_u64_s64): Mark constants as unsigned.
test-suite/standalone/test-ffi-lib.c