1
1

The return type is an int. Casting it to a size_t before checking if it's bigger than zero lead to a true condition ... always ...

This commit was SVN r8114.
Этот коммит содержится в:
George Bosilca 2005-11-11 06:34:14 +00:00
родитель 877f7bbe6a
Коммит c802d54696

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

@ -68,7 +68,7 @@ orte_rmaps_round_robin_component_t mca_rmaps_round_robin_component = {
*/
static int orte_rmaps_round_robin_open(void)
{
size_t id;
int id;
mca_base_param_reg_int(&mca_rmaps_round_robin_component.super.rmaps_version, "debug",
"Toggle debug output for Round Robin RMAPS component",