* installing *source* package 'wcc' ... ** this is package 'wcc' version '0.2' ** using staged installation ** libs using C compiler: 'gcc.exe (GCC) 14.3.0' gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c cmdLineParse.c -o cmdLineParse.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c corr.c -o corr.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c windcross.c -o windcross.o windcross.c: In function 'main': windcross.c:145:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 145 | if (eolFlag == 0) | ^~ windcross.c:147:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 147 | fileRowLength = rowCount; | ^~~~~~~~~~~~~ windcross.c:66:29: warning: variable 'difftimev' set but not used [-Wunused-but-set-variable] 66 | long int difftimes, difftimev; /* time parameters, compute how long it takes to run the program */ | ^~~~~~~~~ windcross.c:66:18: warning: variable 'difftimes' set but not used [-Wunused-but-set-variable] 66 | long int difftimes, difftimev; /* time parameters, compute how long it takes to run the program */ | ^~~~~~~~~ gcc -shared -s -static-libgcc -o wcc.dll tmp.def cmdLineParse.o corr.o windcross.o -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R/bin/x64 -lR installing to d:/RCompile/CRANincoming/R-devel/lib/00LOCK-wcc/00new/wcc/libs/x64 ** R ** demo ** preparing package for lazy loading ** help *** installing help indices ** building package indices ** testing if installed package can be loaded from temporary location ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (wcc)