Skip to content

Commit

Permalink
fix visualstudio build 10
Browse files Browse the repository at this point in the history
  • Loading branch information
ndenoyelle committed Oct 22, 2019
1 parent 2b65622 commit 2024770
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions utils/hwloc/hwloc-distrib.c
Expand Up @@ -314,12 +314,7 @@ int main(int argc, char *argv[])
} else if (policy == SCATTER){
it = hwloc_distrib_iterator_scatter(topology, *policy_types, dflags);
} else {
it = hwloc_distrib_build_iterator(topology,
&root,
1,
policy_types,
num_types,
dflags);
it = hwloc_distrib_build_iterator(topology, &root, 1, policy_types, num_types, dflags);
}
if (it == NULL)
return EXIT_FAILURE;
Expand Down

0 comments on commit 2024770

Please sign in to comment.