Skip to content

Commit 1cc490c

Browse files
Fix strict prototype warning from recent binders topology fix.
1 parent e4a0868 commit 1cc490c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/affinity/binders.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ void INTERNAL qt_affinity_init(qthread_shepherd_id_t *nbshepherds,
184184
}
185185
}
186186

187-
void INTERNAL qt_affinity_deinit() {
187+
void INTERNAL qt_affinity_deinit(void) {
188188
if (sheps.binds) {
189189
for (int i = 0; i < sheps.num; i++) { hwloc_bitmap_free(sheps.binds[i]); }
190190
qt_free(sheps.binds);

0 commit comments

Comments
 (0)