* installing *source* package 'QuickJSR' ...
** package 'QuickJSR' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: 'gcc.exe (GCC) 12.3.0'
using C++ compiler: 'g++.exe (GCC) 12.3.0'
make[1]: Entering directory '/d/temp/Rtmp8M5Z58/R.INSTALL2b94c6dc3223b/QuickJSR/src'
gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I"../inst/include/" -I"../inst/include/quickjs" -D_GNU_SOURCE    -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -funsigned-char -std=gnu11 -c libquickjs.c
In file included from libquickjs.c:5:
quickjs/quickjs.c: In function 'num_keys_cmp':
quickjs/quickjs.c:7527:28: warning: variable 'atom2_is_integer' set but not used [-Wunused-but-set-variable]
 7527 |     BOOL atom1_is_integer, atom2_is_integer;
      |                            ^~~~~~~~~~~~~~~~
quickjs/quickjs.c:7527:10: warning: variable 'atom1_is_integer' set but not used [-Wunused-but-set-variable]
 7527 |     BOOL atom1_is_integer, atom2_is_integer;
      |          ^~~~~~~~~~~~~~~~
quickjs/quickjs.c: In function 'reset_weak_ref':
quickjs/quickjs.c:52810:17: warning: variable 's' set but not used [-Wunused-but-set-variable]
52810 |     JSMapState *s;
      |                 ^
ar -rs ../inst/lib//x64/libquickjs.a libquickjs.o
D:\rtools43\x86_64-w64-mingw32.static.posix\bin\ar.exe: creating ../inst/lib//x64/libquickjs.a
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I"../inst/include/" -I"../inst/include/quickjs" -D_GNU_SOURCE    -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c quickjsr.cpp -o quickjsr.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I"../inst/include/" -I"../inst/include/quickjs" -D_GNU_SOURCE    -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c init.cpp -o init.o
g++ -std=gnu++17 -shared -s -static-libgcc -o QuickJSR.dll tmp.def quickjsr.o init.o ../inst/lib//x64/libquickjs.a -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R-4.3.3/bin/x64 -lR
make[1]: Leaving directory '/d/temp/Rtmp8M5Z58/R.INSTALL2b94c6dc3223b/QuickJSR/src'
make[1]: Entering directory '/d/temp/Rtmp8M5Z58/R.INSTALL2b94c6dc3223b/QuickJSR/src'
gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I"../inst/include/" -I"../inst/include/quickjs" -D_GNU_SOURCE    -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -funsigned-char -std=gnu11 -c libquickjs.c
In file included from libquickjs.c:5:
quickjs/quickjs.c: In function 'num_keys_cmp':
quickjs/quickjs.c:7527:28: warning: variable 'atom2_is_integer' set but not used [-Wunused-but-set-variable]
 7527 |     BOOL atom1_is_integer, atom2_is_integer;
      |                            ^~~~~~~~~~~~~~~~
quickjs/quickjs.c:7527:10: warning: variable 'atom1_is_integer' set but not used [-Wunused-but-set-variable]
 7527 |     BOOL atom1_is_integer, atom2_is_integer;
      |          ^~~~~~~~~~~~~~~~
quickjs/quickjs.c: In function 'reset_weak_ref':
quickjs/quickjs.c:52810:17: warning: variable 's' set but not used [-Wunused-but-set-variable]
52810 |     JSMapState *s;
      |                 ^
ar -rs ../inst/lib//x64/libquickjs.a libquickjs.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I"../inst/include/" -I"../inst/include/quickjs" -D_GNU_SOURCE    -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c quickjsr.cpp -o quickjsr.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I"../inst/include/" -I"../inst/include/quickjs" -D_GNU_SOURCE    -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c init.cpp -o init.o
make[1]: Leaving directory '/d/temp/Rtmp8M5Z58/R.INSTALL2b94c6dc3223b/QuickJSR/src'
installing to d:/Rcompile/CRANpkg/lib/4.3/00LOCK-QuickJSR/00new/QuickJSR/libs/x64
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** 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
* MD5 sums
packaged installation of 'QuickJSR' as QuickJSR_1.3.1.zip
* DONE (QuickJSR)