* installing *source* package 'ptinpoly' ... ** package 'ptinpoly' 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/RtmpuSa8Q7/R.INSTALLcf9c62177afc/ptinpoly/src' g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c PtInPoly_031009A.cc -o PtInPoly_031009A.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c kodtree.cc -o kodtree.o kodtree.cc: In function 'void sort1ShellFromaTri(int, double (*)[3], int, int (*)[3], int, int (*)[3])': kodtree.cc:825:13: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 825 | if(tnb < 0) throw(7); /* JMM : 8/17/2014 : Fix Seg Fault as per B. Ripley and J. Liu */ | ^~ kodtree.cc:826:25: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 826 | if(trisort[tnb]==0){ | ^~ g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c pinpolyhedronA.cc -o pinpolyhedronA.o pinpolyhedronA.cc: In member function 'void PointInPolyhedron::getNeighbFromTrilist(int, int, int&, int&, int*, int*, int*)': pinpolyhedronA.cc:692:37: warning: 'a' may be used uninitialized [-Wmaybe-uninitialized] 692 | for(int i=0; i