* installing to library ‘/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages’
* installing *source* package ‘readobj’ ...
** package ‘readobj’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++-13 (Debian 13.2.0-13) 13.2.0’
make[1]: Entering directory '/tmp/RtmpayvLtP/R.INSTALL51b97486b0ee/readobj/src'
g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native  -c RcppExports.cpp -o RcppExports.o
g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native  -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"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native  -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/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -Wl,-O1 -o readobj.so RcppExports.o loadobj.o tiny_obj_loader.o -L/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -lR
make[1]: Leaving directory '/tmp/RtmpayvLtP/R.INSTALL51b97486b0ee/readobj/src'
make[1]: Entering directory '/tmp/RtmpayvLtP/R.INSTALL51b97486b0ee/readobj/src'
make[1]: Leaving directory '/tmp/RtmpayvLtP/R.INSTALL51b97486b0ee/readobj/src'
installing to /home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/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)