1
1

try to ensure that the warning about the warning is printed before the

warning

This commit was SVN r5045.
Этот коммит содержится в:
Jeff Squyres 2005-03-27 11:30:53 +00:00
родитель 192367c92a
Коммит c227d77c33

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

@ -265,6 +265,7 @@ int main(int argc, char **argv)
/* try and remove a non existant element from the list -
* testing debug code */
printf("This should generate a warning:\n");
fflush(stdout);
ele = (test_data_t *)
ompi_list_remove_item(&list,(ompi_list_item_t *)(elements+indx));
if( ((test_data_t *)NULL) == ele ) {