Skip to content

Commit 2024770

Browse files
author
ndenoyelle
committed
fix visualstudio build 10
1 parent 2b65622 commit 2024770

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

utils/hwloc/hwloc-distrib.c

+1-6
Original file line numberDiff line numberDiff line change
@@ -314,12 +314,7 @@ int main(int argc, char *argv[])
314314
} else if (policy == SCATTER){
315315
it = hwloc_distrib_iterator_scatter(topology, *policy_types, dflags);
316316
} else {
317-
it = hwloc_distrib_build_iterator(topology,
318-
&root,
319-
1,
320-
policy_types,
321-
num_types,
322-
dflags);
317+
it = hwloc_distrib_build_iterator(topology, &root, 1, policy_types, num_types, dflags);
323318
}
324319
if (it == NULL)
325320
return EXIT_FAILURE;

0 commit comments

Comments
 (0)