1
1

Silence unitialized var warning

This commit was SVN r29036.
Этот коммит содержится в:
Ralph Castain 2013-08-16 21:39:28 +00:00
родитель c5f395d36a
Коммит f8a72feb25

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

@ -243,7 +243,7 @@ sm_btl_first_time_init(mca_btl_sm_t *sm_btl,
/* If we find >0 NUMA nodes, then investigate further */
if (i > 0) {
int numa, w;
int numa=0, w;
unsigned n_bound=0;
hwloc_cpuset_t avail;
hwloc_obj_t obj;