From 556a05566e224f4875f836ac5ffa175c437d9a2b Mon Sep 17 00:00:00 2001 From: Ralph Castain Date: Mon, 12 Sep 2011 16:21:51 +0000 Subject: [PATCH] Silence warning This commit was SVN r25130. --- orte/mca/ess/hnp/ess_hnp_module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orte/mca/ess/hnp/ess_hnp_module.c b/orte/mca/ess/hnp/ess_hnp_module.c index ef49542eb4..73843d8782 100644 --- a/orte/mca/ess/hnp/ess_hnp_module.c +++ b/orte/mca/ess/hnp/ess_hnp_module.c @@ -186,7 +186,7 @@ static int rte_init(void) #if OPAL_HAVE_HWLOC { hwloc_obj_t obj; - int i, j; + unsigned i, j; /* get the local topology */ if (NULL == opal_hwloc_topology) {