* installing *source* package 'grip' ... ** this is package 'grip' version '0.1.0' ** using staged installation ** libs using C++ compiler: 'g++.exe (GCC) 14.3.0' g++ -std=gnu++20 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c DrawGraph.cpp -o DrawGraph.o DrawGraph.cpp: In constructor 'DrawGraph::DrawGraph(const Graph&, size_tt, size_tt, size_tt, size_tt, size_tt, size_tt, coord_t, coord_t, coord_t, size_tt, bool)': DrawGraph.cpp:114:22: warning: comparison of integer expressions of different signedness: 'int' and 'size_tt' {aka 'unsigned int'} [-Wsign-compare] 114 | for(int i = 0; i < numOfVert; i++) | ~~^~~~~~~~~~~ DrawGraph.cpp:134:22: warning: comparison of integer expressions of different signedness: 'int' and 'size_tt' {aka 'unsigned int'} [-Wsign-compare] 134 | for(int i = 0; i < numOfVert; i++){ | ~~^~~~~~~~~~~ DrawGraph.cpp: In member function 'void DrawGraph::create_misf()': DrawGraph.cpp:589:27: warning: comparison of integer expressions of different signedness: 'int' and 'size_tt' {aka 'unsigned int'} [-Wsign-compare] 589 | for (int i = 0; i < numOfVert; i++) | ~~^~~~~~~~~~~ DrawGraph.cpp:566:71: warning: 'depthLim' may be used uninitialized [-Wmaybe-uninitialized] 566 | for (size_tt shiftedDepth = 0; shiftedDepth < depthLim-shift+1; shiftedDepth++) { | ~~~~~~~~^~~~~~ DrawGraph.cpp:514:13: note: 'depthLim' was declared here 514 | size_tt depthLim; | ^~~~~~~~ g++ -std=gnu++20 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c Graph.cpp -o Graph.o Graph.cpp: In member function 'void Graph::twistedTorus(size_tt, size_tt, size_tt, size_tt)': Graph.cpp:157:16: warning: comparison of integer expressions of different signedness: 'int' and 'size_tt' {aka 'unsigned int'} [-Wsign-compare] 157 | for(int i=0;i