* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’
* installing *source* package ‘vistla’ ...
** package ‘vistla’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘Debian clang version 19.1.6 (1)’
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpXMH6qx/R.INSTALL21702e607fa55/vistla/src'
clang-19 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3  -fvisibility=hidden  -fpic  -g -O3 -Wall -pedantic -c vistla.c -o vistla.o
In file included from vistla.c:45:
./ensemble.h:113:13: warning: variable 'ny' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
  113 |    }else if(estimator==kt){
      |             ^~~~~~~~~~~~~
./ensemble.h:128:25: note: uninitialized use occurs here
  128 |    u32 bc=vistla(x,nx,y,ny,m,nn,&ht,&rng,1,false,iomin,flow,t,ntargets,mi,miY,queue,P,S,si);
      |                         ^~
./ensemble.h:113:10: note: remove the 'if' if its condition is always true
  113 |    }else if(estimator==kt){
      |          ^~~~~~~~~~~~~~~~~
./ensemble.h:97:18: note: initialize the variable 'ny' to silence this warning
   97 |        *y=NULL,ny;
      |                  ^
      |                   = 0
1 warning generated.
clang-19 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o vistla.so vistla.o -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpXMH6qx/R.INSTALL21702e607fa55/vistla/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpXMH6qx/R.INSTALL21702e607fa55/vistla/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpXMH6qx/R.INSTALL21702e607fa55/vistla/src'
installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/00LOCK-vistla/00new/vistla/libs
** R
** data
*** moving datasets to lazyload DB
** 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 (vistla)