1
1

Fix compiler warnings and type comparisons

This commit was SVN r5131.
Этот коммит содержится в:
Jeff Squyres 2005-04-01 13:35:57 +00:00
родитель 73a4044bff
Коммит 765250cb50
3 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -34,8 +34,8 @@ static void test(bool thread_usage){
ompi_pointer_array_t *array;
char *test_value;
char **test_data;
size_t len_test_data,i,test_len_in_array,error_cnt;
size_t ele_index;
int len_test_data,i,test_len_in_array,error_cnt;
int ele_index;
int use_threads,error_code;
/* initialize thread levels */

Просмотреть файл

@ -33,7 +33,7 @@
int main(int argc, char **argv)
{
int i;
uint64_t i;
uint64_t count;
ompi_value_array_t array;

Просмотреть файл

@ -219,7 +219,7 @@ static bool test3(void)
static bool test4(void)
{
int i, count;
size_t i, count;
char *a = strdup("the quick brown fox jumped over the lazy dog a_really_long_argument_to_force_a_long_copy_zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz");
char **b;
char *start;