Skip to content

Commit 713474b

Browse files
author
ndenoyelle
committed
fix visualstudio build 4
1 parent 0a2757f commit 713474b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/hwloc/helper.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1217,9 +1217,9 @@ hwloc_distrib_iterator_scatter(hwloc_topology_t topology,
12171217
HWLOC_DECLSPEC struct hwloc_distrib_iterator *
12181218
hwloc_distrib_build_iterator(hwloc_topology_t topology,
12191219
hwloc_obj_t *roots,
1220-
const size_t n_roots,
1220+
const unsigned n_roots,
12211221
const hwloc_obj_type_t *levels,
1222-
const size_t n_levels,
1222+
const unsigned n_levels,
12231223
const unsigned long flags);
12241224

12251225
/** \brief Free memory allocated for \p it **/

0 commit comments

Comments
 (0)