* installing *source* package 'mvnfast' ... ** package 'mvnfast' successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: 'gcc.exe (GCC) 12.3.0' using C++ compiler: 'g++.exe (GCC) 12.3.0' make[1]: Entering directory '/d/temp/Rtmp2tMJrl/R.INSTALLf8c052b933e0/mvnfast/src' g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.3/BH/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c dmixtCpp.cpp -o dmixtCpp.o In file included from mvnfast.h:9, from dmixtCpp.cpp:20: sitmo/sitmo.hpp: In member function 'void sitmo::prng_engine::discard(uint64_t)': sitmo/sitmo.hpp:224:9: warning: comparison of integer expressions of different signedness: 'uint64_t' {aka 'long long unsigned int'} and 'int' [-Wsign-compare] 224 | if (z < 8 - _o_counter) { | ~~^~~~~~~~~~~~~~~~ dmixtCpp.cpp: In function 'SEXPREC* dmixtCpp(SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP)': dmixtCpp.cpp:65:18: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] 65 | if( A.nrow() != n ) Rcpp::stop("A.nrow() != n"); | ~~~~~~~~~^~~~ dmixtCpp.cpp:66:18: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] 66 | if( A.ncol() != m ) Rcpp::stop("A.ncol() != m"); | ~~~~~~~~~^~~~ dmixtCpp.cpp:83:24: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] 83 | for(int ii = 0; ii < m; ii++) | ~~~^~~ dmixtCpp.cpp:100:27: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] 100 | for(int imix = 0; imix