* installing *source* package 'RcppHungarian' ... ** package 'RcppHungarian' successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: 'g++.exe (GCC) 13.2.0' make[1]: Entering directory '/d/temp/RtmpCozOIs/R.INSTALL1658436fc1dcf/RcppHungarian/src' g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I../inst/include/ -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c RcppExports.cpp -o RcppExports.o In file included from RcppExports.cpp:4: ../inst/include/RcppHungarian.h: In member function 'void HungarianAlgorithm::assignmentoptimal(int*, double*, double*, int, int)': ../inst/include/RcppHungarian.h:169:11: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 169 | if (fabs(distMatrix[row + nOfRows*col]) < DBL_EPSILON) | ^~ ../inst/include/RcppHungarian.h:177:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 177 | for (row = 0; row