* installing *source* package 'nets' ... ** this is package 'nets' version '0.9.1' ** package 'nets' successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: 'gcc.exe (GCC) 14.2.0' make[1]: Entering directory '/d/temp/2025_06_27_01_50_00_19361/RtmpKsKUZd/R.INSTALL288305c237de0/nets/src' gcc -I"D:/RCompile/recent/R-4.5.0/include" -DNDEBUG -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c nets.c -o nets.o nets.c: In function 'nets_predict': nets.c:473:13: warning: unused variable 'idx' [-Wunused-variable] 473 | int idx, i, j, k, l; | ^~~ nets.c: In function 'alpha_update': nets.c:545:25: warning: unused variable 'l' [-Wunused-variable] 545 | int ip, jp, kp, l, t; | ^ nets.c:545:21: warning: unused variable 'kp' [-Wunused-variable] 545 | int ip, jp, kp, l, t; | ^~ nets.c:545:17: warning: unused variable 'jp' [-Wunused-variable] 545 | int ip, jp, kp, l, t; | ^~ nets.c: In function 'rho_update_init': nets.c:637:16: warning: unused variable 'c_xx' [-Wunused-variable] 637 | double c_xx = 0; | ^~~~ nets.c:636:16: warning: unused variable 'c_yx' [-Wunused-variable] 636 | double c_yx = 0; | ^~~~ nets.c:635:20: warning: unused variable 'k' [-Wunused-variable] 635 | int t, ip, k; | ^ nets.c:635:16: warning: unused variable 'ip' [-Wunused-variable] 635 | int t, ip, k; | ^~ nets.c: In function 'nets_shooting': nets.c:126:31: warning: 'delta' may be used uninitialized [-Wmaybe-uninitialized] 126 | if( verbose ) nets_log(alpha,rho,y_aux,lambda,alpha_weights,rho_weights,T,N,P,granger_network,parcorr_network,iter,delta); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ nets.c:65:16: note: 'delta' was declared here 65 | double delta, toll; | ^~~~~ nets.c: In function 'nets_activeshooting': nets.c:424:39: warning: 'alpha_old' may be used uninitialized [-Wmaybe-uninitialized] 424 | if( granger_network ) memcpy(alpha_old,alpha,sizeof(double)*(N*N*P)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ nets.c:261:17: note: 'alpha_old' was declared here 261 | double *alpha_old, *rho_old; | ^~~~~~~~~ nets.c:418:105: warning: 'rho_old' may be used uninitialized [-Wmaybe-uninitialized] 418 | if( parcorr_network ) for( i=0; i