Skip to content

Commit

Permalink
solve CRAN complaints
Browse files Browse the repository at this point in the history
  • Loading branch information
david-cortes committed Oct 25, 2022
1 parent d26a3d6 commit b155411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rwrapper.c
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ SEXP initialize_factors_mat(SEXP dim1, SEXP dim2)
return out;
}

SEXP R_has_openmp()
SEXP R_has_openmp(void)
{
#ifdef _OPENMP
return Rf_ScalarLogical(1);
Expand Down

0 comments on commit b155411

Please sign in to comment.