* installing *source* package ‘readobj’ ...
** package ‘readobj’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++-13 (GCC) 13.2.0’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/readobj/src'
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c RcppExports.cpp -o RcppExports.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c loadobj.cpp -o loadobj.o
loadobj.cpp: In function 'Rcpp::List loadobj(std::string, std::string, bool)':
loadobj.cpp:65:28: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'const int' [-Wsign-compare]
   65 |       for (size_t v = 0; v < fv; v++) {
      |                          ~~^~~~
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c tiny_obj_loader.cc -o tiny_obj_loader.o
In file included from tiny_obj_loader.cc:2:
tiny_obj_loader.h: In function 'bool tinyobj::LoadObj(attrib_t*, std::vector<shape_t>*, std::vector<material_t>*, std::string*, std::string*, std::istream*, MaterialReader*, bool, bool)':
tiny_obj_loader.h:1923:27: warning: 'idx' may be used uninitialized [-Wmaybe-uninitialized]
 1923 |           line_cache.idx1 = idx;
      |           ~~~~~~~~~~~~~~~~^~~~~
tiny_obj_loader.h:1914:13: note: 'idx' was declared here
 1914 |         int idx;
      |             ^~~
g++-13 -std=gnu++17 -shared -L/usr/local/gcc13/lib64 -L/usr/local/lib64 -L/usr/local/clang18/lib/x86_64-unknown-linux-gnu -o readobj.so RcppExports.o loadobj.o tiny_obj_loader.o
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/readobj/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/readobj/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/readobj/src'
installing to /data/gannet/ripley/R/packages/tests-devel/readobj.Rcheck/00LOCK-readobj/00new/readobj/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (readobj)