* installing *source* package 'FSSF' ... ** package 'FSSF' successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: 'g++.exe (GCC) 13.2.0' using C++11 make[1]: Entering directory '/d/temp/Rtmps5wAWW/R.INSTALL2dca816a347a5/FSSF/src' g++ -std=gnu++11 -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c ANN.cpp -o ANN.o g++ -std=gnu++11 -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c FSSF-b.cpp -o FSSF-b.o FSSF-b.cpp: In function 'Rcpp::NumericMatrix fssf_b(int, int, int, double)': FSSF-b.cpp:283:26: warning: comparison of integer expressions of different signedness: 'ANNidx' {aka 'int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare] 283 | if (A1[t][1] != s) { | ~~~~~~~~~^~~~ FSSF-b.cpp:355:33: warning: comparison of integer expressions of different signedness: 'ANNidx' {aka 'int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare] 355 | if (A1[u][j]==de) { | ~~~~~~~~^~~~ FSSF-b.cpp:374:44: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'int' [-Wsign-compare] 374 | if (it->second == u) { | ~~~~~~~~~~~^~~~ FSSF-b.cpp:406:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long long unsigned int'} [-Wsign-compare] 406 | for (auto i=0; i