Skip to content

Commit c49d46f

Browse files
authored
fix function typecast
1 parent 64365c9 commit c49d46f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lapack/getrf/getrf_parallel.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,7 @@ blasint CNAME(blas_arg_t *args, BLASLONG *range_m, BLASLONG *range_n, FLOAT *sa,
662662

663663
blas_level1_thread(mode, bk, is + bk + offset + 1, mn + offset, (void *)dummyalpha,
664664
a + (- offset + is * lda) * COMPSIZE, lda, NULL, 0,
665-
ipiv, 1, (void *)LASWP_PLUS, args -> nthreads);
665+
ipiv, 1, (int (*)(void))LASWP_PLUS, args -> nthreads);
666666

667667
is += bk;
668668
}

0 commit comments

Comments
 (0)