From b155411d90bcda7a273462aec74fda5c8ab3e82a Mon Sep 17 00:00:00 2001 From: David Cortes Date: Tue, 25 Oct 2022 18:36:09 +0200 Subject: [PATCH] solve CRAN complaints --- src/rwrapper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rwrapper.c b/src/rwrapper.c index 6c65e8f..6db4d68 100644 --- a/src/rwrapper.c +++ b/src/rwrapper.c @@ -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);