forked from Imagelibrary/rtems
2010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com>
* libfs/src/rfs/rtems-rfs-bitmaps-ut.c: Fix warning.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* libfs/src/rfs/rtems-rfs-bitmaps-ut.c: Fix warning.
|
||||
|
||||
2010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* libmisc/stringto/stringto_template.h: Remove warning.
|
||||
|
||||
@@ -385,7 +385,7 @@ rtems_rfs_bitmap_unit_test (void)
|
||||
printf (" Bit clear value : %d\n", RTEMS_RFS_BITMAP_BIT_CLEAR);
|
||||
printf (" Num bit per element : %zd\n", rtems_rfs_bitmap_element_bits ());
|
||||
|
||||
srand (0x23984237);
|
||||
srand (0x23984237UL);
|
||||
|
||||
rtems_rfs_bitmap_ut_test_bitmap (2048);
|
||||
rtems_rfs_bitmap_ut_test_bitmap (420);
|
||||
|
||||
Reference in New Issue
Block a user