* installing *source* package 'CPoptim' ... ** package 'CPoptim' successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: 'gcc.exe (GCC) 12.3.0' make[1]: Entering directory '/d/temp/Rtmpi2bNGW/R.INSTALLad68c5c5b18/CPoptim/src' gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c CPoptim.c -o CPoptim.o CPoptim.c: In function 'CPoptim': CPoptim.c:200:17: warning: variable 'autre' set but not used [-Wunused-but-set-variable] 200 | int memSize,autre; | ^~~~~ CPoptim.c:363:42: warning: 'bestP[1]' may be used uninitialized [-Wmaybe-uninitialized] 363 | aPriori[curPart]=aPriori[selPart]*bestP[1]; | ~~~~~~~~~~~~~~~~^~~~~~~~~ CPoptim.c:197:12: note: 'bestP[1]' was declared here 197 | double bestP[2]; | ^~~~~ CPoptim.c:364:42: warning: 'bestP[0]' may be used uninitialized [-Wmaybe-uninitialized] 364 | aPriori[selPart]=aPriori[selPart]*bestP[0]; | ~~~~~~~~~~~~~~~~^~~~~~~~~ CPoptim.c:197:12: note: 'bestP[0]' was declared here 197 | double bestP[2]; | ^~~~~ CPoptim.c:324:23: warning: 'bestMu[1]' may be used uninitialized [-Wmaybe-uninitialized] 324 | hatMu[curPart]=bestMu[1]; | ~~~~~~~~~~~~~~^~~~~~~~~~ CPoptim.c:196:12: note: 'bestMu[1]' was declared here 196 | double bestMu[2]; | ^~~~~~ CPoptim.c:323:23: warning: 'bestMu[0]' may be used uninitialized [-Wmaybe-uninitialized] 323 | hatMu[selPart]=bestMu[0]; | ~~~~~~~~~~~~~~^~~~~~~~~~ CPoptim.c:196:12: note: 'bestMu[0]' was declared here 196 | double bestMu[2]; | ^~~~~~ CPoptim.c:339:15: warning: 'memSize' may be used uninitialized [-Wmaybe-uninitialized] 339 | if(i