* installing *source* package ‘RTriangle’ ... ** using staged installation ** libs using C compiler: ‘gcc-14 (Debian 14.2.0-3) 14.2.0’ gcc-14 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -include RTriangle.h -DANSI_DECLARATORS -DVOID=void -DSTRICT_R_HEADERS -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DSTRICT_R_HEADERS=1 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c RTriangle_init.c -o RTriangle_init.o gcc-14 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -include RTriangle.h -DANSI_DECLARATORS -DVOID=void -DSTRICT_R_HEADERS -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DSTRICT_R_HEADERS=1 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c interface.c -o interface.o gcc-14 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -include RTriangle.h -DANSI_DECLARATORS -DVOID=void -DSTRICT_R_HEADERS -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DSTRICT_R_HEADERS=1 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c triangle.c -o triangle.o triangle.c:315:9: warning: "VOID" redefined 315 | #define VOID int | ^~~~ : note: this is the location of the previous definition triangle.c: In function ‘insertvertex’: triangle.c:8453:31: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 8453 | m->lastflip->prevflip = (struct flipstacker *) &insertvertex; | ^ triangle.c: In function ‘undovertex’: triangle.c:9140:41: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 9140 | } else if (m->lastflip->prevflip == (struct flipstacker *) &insertvertex) { | ^ triangle.c: In function ‘segmentintersection’: triangle.c:11741:28: warning: variable ‘collinear’ set but not used [-Wunused-but-set-variable] 11741 | enum finddirectionresult collinear; | ^~~~~~~~~ triangle.c: In function ‘tallyencs’: triangle.c:13218:7: warning: variable ‘dummy’ set but not used [-Wunused-but-set-variable] 13218 | int dummy; | ^~~~~ triangle.c: In function ‘splitencsegs’: triangle.c:13295:7: warning: variable ‘dummy’ set but not used [-Wunused-but-set-variable] 13295 | int dummy; | ^~~~~ triangle.c: In function ‘incircleadapt’: triangle.c:5652:20: warning: ‘axtbclen’ may be used uninitialized [-Wmaybe-uninitialized] 5652 | temp16alen = scale_expansion_zeroelim(axtbclen, axtbc, adxtail, temp16a); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ triangle.c:5391:7: note: ‘axtbclen’ was declared here 5391 | int axtbclen, aytbclen, bxtcalen, bytcalen, cxtablen, cytablen; | ^~~~~~~~ triangle.c:5694:20: warning: ‘aytbclen’ may be used uninitialized [-Wmaybe-uninitialized] 5694 | temp16alen = scale_expansion_zeroelim(aytbclen, aytbc, adytail, temp16a); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ triangle.c:5391:17: note: ‘aytbclen’ was declared here 5391 | int axtbclen, aytbclen, bxtcalen, bytcalen, cxtablen, cytablen; | ^~~~~~~~ triangle.c:5791:20: warning: ‘bytcalen’ may be used uninitialized [-Wmaybe-uninitialized] 5791 | temp16alen = scale_expansion_zeroelim(bytcalen, bytca, bdytail, temp16a); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ triangle.c:5391:37: note: ‘bytcalen’ was declared here 5391 | int axtbclen, aytbclen, bxtcalen, bytcalen, cxtablen, cytablen; | ^~~~~~~~ triangle.c:5749:20: warning: ‘bxtcalen’ may be used uninitialized [-Wmaybe-uninitialized] 5749 | temp16alen = scale_expansion_zeroelim(bxtcalen, bxtca, bdxtail, temp16a); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ triangle.c:5391:27: note: ‘bxtcalen’ was declared here 5391 | int axtbclen, aytbclen, bxtcalen, bytcalen, cxtablen, cytablen; | ^~~~~~~~ triangle.c:5888:20: warning: ‘cytablen’ may be used uninitialized [-Wmaybe-uninitialized] 5888 | temp16alen = scale_expansion_zeroelim(cytablen, cytab, cdytail, temp16a); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ triangle.c:5391:57: note: ‘cytablen’ was declared here 5391 | int axtbclen, aytbclen, bxtcalen, bytcalen, cxtablen, cytablen; | ^~~~~~~~ triangle.c:5846:20: warning: ‘cxtablen’ may be used uninitialized [-Wmaybe-uninitialized] 5846 | temp16alen = scale_expansion_zeroelim(cxtablen, cxtab, cdxtail, temp16a); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ triangle.c:5391:47: note: ‘cxtablen’ was declared here 5391 | int axtbclen, aytbclen, bxtcalen, bytcalen, cxtablen, cytablen; | ^~~~~~~~ gcc-14 -shared -L/home/hornik/tmp/R-d-gcc-14/lib -Wl,-O1 -o RTriangle.so RTriangle_init.o interface.o triangle.o -L/home/hornik/tmp/R-d-gcc-14/lib -lR installing to /home/hornik/tmp/CRAN_recheck/RTriangle.Rcheck/00LOCK-RTriangle/00new/RTriangle/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 (RTriangle)