* installing *source* package 'sundialr' ... ** using staged installation ** libs using C++ compiler: 'g++.exe (GCC) 12.3.0' g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c check_retval.cpp -o check_retval.o g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c cvode.cpp -o cvode.o g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c cvodes.cpp -o cvodes.o g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c ida.cpp -o ida.o g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c cvsolve.cpp -o cvsolve.o g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c rhs_func.cpp -o rhs_func.o g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c RcppExports.cpp -o RcppExports.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c sundials/cvodes/cvodea.c -o sundials/cvodes/cvodea.o In file included from ./sundials/sundials/sundials_logger_impl.h:24, from sundials/cvodes/cvodes_impl.h:25, from sundials/cvodes/cvodea.c:28: ./sundials/sundials/sundials_hashmap.h:26:48: warning: conversion from 'long long unsigned int' to 'long unsigned int' changes value from '14695981039346656037' to '2216829733' [-Woverflow] 26 | static const unsigned long HASH_PRIME = 14695981039346656037U; | ^~~~~~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:27:48: warning: conversion from 'long long unsigned int' to 'long unsigned int' changes value from '1099511628211' to '435' [-Woverflow] 27 | static const unsigned long HASH_OFFSET_BASIS = 1099511628211U; | ^~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:370:12: warning: 'SUNHashMap_Sort' defined but not used [-Wunused-function] 370 | static int SUNHashMap_Sort(SUNHashMap map, SUNHashMapKeyValue** sorted, | ^~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:313:12: warning: 'SUNHashMap_GetValue' defined but not used [-Wunused-function] 313 | static int SUNHashMap_GetValue(SUNHashMap map, const char* key, void** value) | ^~~~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:232:12: warning: 'SUNHashMap_Insert' defined but not used [-Wunused-function] 232 | static int SUNHashMap_Insert(SUNHashMap map, const char* key, void* value) | ^~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:126:12: warning: 'SUNHashMap_Destroy' defined but not used [-Wunused-function] 126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr)) | ^~~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:75:12: warning: 'SUNHashMap_New' defined but not used [-Wunused-function] 75 | static int SUNHashMap_New(int max_size, SUNHashMap* map) | ^~~~~~~~~~~~~~ gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c sundials/cvodes/cvodea_io.c -o sundials/cvodes/cvodea_io.o In file included from ./sundials/sundials/sundials_logger_impl.h:24, from sundials/cvodes/cvodes_impl.h:25, from sundials/cvodes/cvodea_io.c:32: ./sundials/sundials/sundials_hashmap.h:26:48: warning: conversion from 'long long unsigned int' to 'long unsigned int' changes value from '14695981039346656037' to '2216829733' [-Woverflow] 26 | static const unsigned long HASH_PRIME = 14695981039346656037U; | ^~~~~~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:27:48: warning: conversion from 'long long unsigned int' to 'long unsigned int' changes value from '1099511628211' to '435' [-Woverflow] 27 | static const unsigned long HASH_OFFSET_BASIS = 1099511628211U; | ^~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:370:12: warning: 'SUNHashMap_Sort' defined but not used [-Wunused-function] 370 | static int SUNHashMap_Sort(SUNHashMap map, SUNHashMapKeyValue** sorted, | ^~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:313:12: warning: 'SUNHashMap_GetValue' defined but not used [-Wunused-function] 313 | static int SUNHashMap_GetValue(SUNHashMap map, const char* key, void** value) | ^~~~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:232:12: warning: 'SUNHashMap_Insert' defined but not used [-Wunused-function] 232 | static int SUNHashMap_Insert(SUNHashMap map, const char* key, void* value) | ^~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:126:12: warning: 'SUNHashMap_Destroy' defined but not used [-Wunused-function] 126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr)) | ^~~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:75:12: warning: 'SUNHashMap_New' defined but not used [-Wunused-function] 75 | static int SUNHashMap_New(int max_size, SUNHashMap* map) | ^~~~~~~~~~~~~~ gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c sundials/cvodes/cvodes.c -o sundials/cvodes/cvodes.o In file included from ./sundials/sundials/sundials_logger_impl.h:24, from sundials/cvodes/cvodes_impl.h:25, from sundials/cvodes/cvodes.c:193: ./sundials/sundials/sundials_hashmap.h:26:48: warning: conversion from 'long long unsigned int' to 'long unsigned int' changes value from '14695981039346656037' to '2216829733' [-Woverflow] 26 | static const unsigned long HASH_PRIME = 14695981039346656037U; | ^~~~~~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:27:48: warning: conversion from 'long long unsigned int' to 'long unsigned int' changes value from '1099511628211' to '435' [-Woverflow] 27 | static const unsigned long HASH_OFFSET_BASIS = 1099511628211U; | ^~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:370:12: warning: 'SUNHashMap_Sort' defined but not used [-Wunused-function] 370 | static int SUNHashMap_Sort(SUNHashMap map, SUNHashMapKeyValue** sorted, | ^~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:313:12: warning: 'SUNHashMap_GetValue' defined but not used [-Wunused-function] 313 | static int SUNHashMap_GetValue(SUNHashMap map, const char* key, void** value) | ^~~~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:232:12: warning: 'SUNHashMap_Insert' defined but not used [-Wunused-function] 232 | static int SUNHashMap_Insert(SUNHashMap map, const char* key, void* value) | ^~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:126:12: warning: 'SUNHashMap_Destroy' defined but not used [-Wunused-function] 126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr)) | ^~~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:75:12: warning: 'SUNHashMap_New' defined but not used [-Wunused-function] 75 | static int SUNHashMap_New(int max_size, SUNHashMap* map) | ^~~~~~~~~~~~~~ gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c sundials/cvodes/cvodes_bandpre.c -o sundials/cvodes/cvodes_bandpre.o In file included from ./sundials/sundials/sundials_logger_impl.h:24, from sundials/cvodes/cvodes_impl.h:25, from sundials/cvodes/cvodes_bandpre.c:25: ./sundials/sundials/sundials_hashmap.h:26:48: warning: conversion from 'long long unsigned int' to 'long unsigned int' changes value from '14695981039346656037' to '2216829733' [-Woverflow] 26 | static const unsigned long HASH_PRIME = 14695981039346656037U; | ^~~~~~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:27:48: warning: conversion from 'long long unsigned int' to 'long unsigned int' changes value from '1099511628211' to '435' [-Woverflow] 27 | static const unsigned long HASH_OFFSET_BASIS = 1099511628211U; | ^~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:370:12: warning: 'SUNHashMap_Sort' defined but not used [-Wunused-function] 370 | static int SUNHashMap_Sort(SUNHashMap map, SUNHashMapKeyValue** sorted, | ^~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:313:12: warning: 'SUNHashMap_GetValue' defined but not used [-Wunused-function] 313 | static int SUNHashMap_GetValue(SUNHashMap map, const char* key, void** value) | ^~~~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:232:12: warning: 'SUNHashMap_Insert' defined but not used [-Wunused-function] 232 | static int SUNHashMap_Insert(SUNHashMap map, const char* key, void* value) | ^~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:126:12: warning: 'SUNHashMap_Destroy' defined but not used [-Wunused-function] 126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr)) | ^~~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:75:12: warning: 'SUNHashMap_New' defined but not used [-Wunused-function] 75 | static int SUNHashMap_New(int max_size, SUNHashMap* map) | ^~~~~~~~~~~~~~ gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c sundials/cvodes/cvodes_bbdpre.c -o sundials/cvodes/cvodes_bbdpre.o In file included from ./sundials/sundials/sundials_logger_impl.h:24, from sundials/cvodes/cvodes_impl.h:25, from sundials/cvodes/cvodes_bbdpre.c:26: ./sundials/sundials/sundials_hashmap.h:26:48: warning: conversion from 'long long unsigned int' to 'long unsigned int' changes value from '14695981039346656037' to '2216829733' [-Woverflow] 26 | static const unsigned long HASH_PRIME = 14695981039346656037U; | ^~~~~~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:27:48: warning: conversion from 'long long unsigned int' to 'long unsigned int' changes value from '1099511628211' to '435' [-Woverflow] 27 | static const unsigned long HASH_OFFSET_BASIS = 1099511628211U; | ^~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:370:12: warning: 'SUNHashMap_Sort' defined but not used [-Wunused-function] 370 | static int SUNHashMap_Sort(SUNHashMap map, SUNHashMapKeyValue** sorted, | ^~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:313:12: warning: 'SUNHashMap_GetValue' defined but not used [-Wunused-function] 313 | static int SUNHashMap_GetValue(SUNHashMap map, const char* key, void** value) | ^~~~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:232:12: warning: 'SUNHashMap_Insert' defined but not used [-Wunused-function] 232 | static int SUNHashMap_Insert(SUNHashMap map, const char* key, void* value) | ^~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:126:12: warning: 'SUNHashMap_Destroy' defined but not used [-Wunused-function] 126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr)) | ^~~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:75:12: warning: 'SUNHashMap_New' defined but not used [-Wunused-function] 75 | static int SUNHashMap_New(int max_size, SUNHashMap* map) | ^~~~~~~~~~~~~~ gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c sundials/cvodes/cvodes_diag.c -o sundials/cvodes/cvodes_diag.o In file included from ./sundials/sundials/sundials_logger_impl.h:24, from sundials/cvodes/cvodes_impl.h:25, from sundials/cvodes/cvodes_diag.c:23: ./sundials/sundials/sundials_hashmap.h:26:48: warning: conversion from 'long long unsigned int' to 'long unsigned int' changes value from '14695981039346656037' to '2216829733' [-Woverflow] 26 | static const unsigned long HASH_PRIME = 14695981039346656037U; | ^~~~~~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:27:48: warning: conversion from 'long long unsigned int' to 'long unsigned int' changes value from '1099511628211' to '435' [-Woverflow] 27 | static const unsigned long HASH_OFFSET_BASIS = 1099511628211U; | ^~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:370:12: warning: 'SUNHashMap_Sort' defined but not used [-Wunused-function] 370 | static int SUNHashMap_Sort(SUNHashMap map, SUNHashMapKeyValue** sorted, | ^~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:313:12: warning: 'SUNHashMap_GetValue' defined but not used [-Wunused-function] 313 | static int SUNHashMap_GetValue(SUNHashMap map, const char* key, void** value) | ^~~~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:232:12: warning: 'SUNHashMap_Insert' defined but not used [-Wunused-function] 232 | static int SUNHashMap_Insert(SUNHashMap map, const char* key, void* value) | ^~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:126:12: warning: 'SUNHashMap_Destroy' defined but not used [-Wunused-function] 126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr)) | ^~~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:75:12: warning: 'SUNHashMap_New' defined but not used [-Wunused-function] 75 | static int SUNHashMap_New(int max_size, SUNHashMap* map) | ^~~~~~~~~~~~~~ gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c sundials/cvodes/cvodes_direct.c -o sundials/cvodes/cvodes_direct.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c sundials/cvodes/cvodes_io.c -o sundials/cvodes/cvodes_io.o In file included from ./sundials/sundials/sundials_logger_impl.h:24, from sundials/cvodes/cvodes_impl.h:25, from sundials/cvodes/cvodes_io.c:21: ./sundials/sundials/sundials_hashmap.h:26:48: warning: conversion from 'long long unsigned int' to 'long unsigned int' changes value from '14695981039346656037' to '2216829733' [-Woverflow] 26 | static const unsigned long HASH_PRIME = 14695981039346656037U; | ^~~~~~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:27:48: warning: conversion from 'long long unsigned int' to 'long unsigned int' changes value from '1099511628211' to '435' [-Woverflow] 27 | static const unsigned long HASH_OFFSET_BASIS = 1099511628211U; | ^~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:370:12: warning: 'SUNHashMap_Sort' defined but not used [-Wunused-function] 370 | static int SUNHashMap_Sort(SUNHashMap map, SUNHashMapKeyValue** sorted, | ^~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:313:12: warning: 'SUNHashMap_GetValue' defined but not used [-Wunused-function] 313 | static int SUNHashMap_GetValue(SUNHashMap map, const char* key, void** value) | ^~~~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:232:12: warning: 'SUNHashMap_Insert' defined but not used [-Wunused-function] 232 | static int SUNHashMap_Insert(SUNHashMap map, const char* key, void* value) | ^~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:126:12: warning: 'SUNHashMap_Destroy' defined but not used [-Wunused-function] 126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr)) | ^~~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:75:12: warning: 'SUNHashMap_New' defined but not used [-Wunused-function] 75 | static int SUNHashMap_New(int max_size, SUNHashMap* map) | ^~~~~~~~~~~~~~ gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c sundials/cvodes/cvodes_ls.c -o sundials/cvodes/cvodes_ls.o In file included from ./sundials/sundials/sundials_logger_impl.h:24, from sundials/cvodes/cvodes_impl.h:25, from sundials/cvodes/cvodes_ls.c:27: ./sundials/sundials/sundials_hashmap.h:26:48: warning: conversion from 'long long unsigned int' to 'long unsigned int' changes value from '14695981039346656037' to '2216829733' [-Woverflow] 26 | static const unsigned long HASH_PRIME = 14695981039346656037U; | ^~~~~~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:27:48: warning: conversion from 'long long unsigned int' to 'long unsigned int' changes value from '1099511628211' to '435' [-Woverflow] 27 | static const unsigned long HASH_OFFSET_BASIS = 1099511628211U; | ^~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:370:12: warning: 'SUNHashMap_Sort' defined but not used [-Wunused-function] 370 | static int SUNHashMap_Sort(SUNHashMap map, SUNHashMapKeyValue** sorted, | ^~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:313:12: warning: 'SUNHashMap_GetValue' defined but not used [-Wunused-function] 313 | static int SUNHashMap_GetValue(SUNHashMap map, const char* key, void** value) | ^~~~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:232:12: warning: 'SUNHashMap_Insert' defined but not used [-Wunused-function] 232 | static int SUNHashMap_Insert(SUNHashMap map, const char* key, void* value) | ^~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:126:12: warning: 'SUNHashMap_Destroy' defined but not used [-Wunused-function] 126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr)) | ^~~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:75:12: warning: 'SUNHashMap_New' defined but not used [-Wunused-function] 75 | static int SUNHashMap_New(int max_size, SUNHashMap* map) | ^~~~~~~~~~~~~~ gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c sundials/cvodes/cvodes_nls.c -o sundials/cvodes/cvodes_nls.o In file included from ./sundials/sundials/sundials_logger_impl.h:24, from sundials/cvodes/cvodes_impl.h:25, from sundials/cvodes/cvodes_nls.c:17: ./sundials/sundials/sundials_hashmap.h:26:48: warning: conversion from 'long long unsigned int' to 'long unsigned int' changes value from '14695981039346656037' to '2216829733' [-Woverflow] 26 | static const unsigned long HASH_PRIME = 14695981039346656037U; | ^~~~~~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:27:48: warning: conversion from 'long long unsigned int' to 'long unsigned int' changes value from '1099511628211' to '435' [-Woverflow] 27 | static const unsigned long HASH_OFFSET_BASIS = 1099511628211U; | ^~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:370:12: warning: 'SUNHashMap_Sort' defined but not used [-Wunused-function] 370 | static int SUNHashMap_Sort(SUNHashMap map, SUNHashMapKeyValue** sorted, | ^~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:313:12: warning: 'SUNHashMap_GetValue' defined but not used [-Wunused-function] 313 | static int SUNHashMap_GetValue(SUNHashMap map, const char* key, void** value) | ^~~~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:232:12: warning: 'SUNHashMap_Insert' defined but not used [-Wunused-function] 232 | static int SUNHashMap_Insert(SUNHashMap map, const char* key, void* value) | ^~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:126:12: warning: 'SUNHashMap_Destroy' defined but not used [-Wunused-function] 126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr)) | ^~~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:75:12: warning: 'SUNHashMap_New' defined but not used [-Wunused-function] 75 | static int SUNHashMap_New(int max_size, SUNHashMap* map) | ^~~~~~~~~~~~~~ gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c sundials/cvodes/cvodes_nls_sim.c -o sundials/cvodes/cvodes_nls_sim.o In file included from ./sundials/sundials/sundials_logger_impl.h:24, from sundials/cvodes/cvodes_impl.h:25, from sundials/cvodes/cvodes_nls_sim.c:26: ./sundials/sundials/sundials_hashmap.h:26:48: warning: conversion from 'long long unsigned int' to 'long unsigned int' changes value from '14695981039346656037' to '2216829733' [-Woverflow] 26 | static const unsigned long HASH_PRIME = 14695981039346656037U; | ^~~~~~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:27:48: warning: conversion from 'long long unsigned int' to 'long unsigned int' changes value from '1099511628211' to '435' [-Woverflow] 27 | static const unsigned long HASH_OFFSET_BASIS = 1099511628211U; | ^~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:370:12: warning: 'SUNHashMap_Sort' defined but not used [-Wunused-function] 370 | static int SUNHashMap_Sort(SUNHashMap map, SUNHashMapKeyValue** sorted, | ^~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:313:12: warning: 'SUNHashMap_GetValue' defined but not used [-Wunused-function] 313 | static int SUNHashMap_GetValue(SUNHashMap map, const char* key, void** value) | ^~~~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:232:12: warning: 'SUNHashMap_Insert' defined but not used [-Wunused-function] 232 | static int SUNHashMap_Insert(SUNHashMap map, const char* key, void* value) | ^~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:126:12: warning: 'SUNHashMap_Destroy' defined but not used [-Wunused-function] 126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr)) | ^~~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:75:12: warning: 'SUNHashMap_New' defined but not used [-Wunused-function] 75 | static int SUNHashMap_New(int max_size, SUNHashMap* map) | ^~~~~~~~~~~~~~ gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c sundials/cvodes/cvodes_nls_stg.c -o sundials/cvodes/cvodes_nls_stg.o In file included from ./sundials/sundials/sundials_logger_impl.h:24, from sundials/cvodes/cvodes_impl.h:25, from sundials/cvodes/cvodes_nls_stg.c:17: ./sundials/sundials/sundials_hashmap.h:26:48: warning: conversion from 'long long unsigned int' to 'long unsigned int' changes value from '14695981039346656037' to '2216829733' [-Woverflow] 26 | static const unsigned long HASH_PRIME = 14695981039346656037U; | ^~~~~~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:27:48: warning: conversion from 'long long unsigned int' to 'long unsigned int' changes value from '1099511628211' to '435' [-Woverflow] 27 | static const unsigned long HASH_OFFSET_BASIS = 1099511628211U; | ^~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:370:12: warning: 'SUNHashMap_Sort' defined but not used [-Wunused-function] 370 | static int SUNHashMap_Sort(SUNHashMap map, SUNHashMapKeyValue** sorted, | ^~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:313:12: warning: 'SUNHashMap_GetValue' defined but not used [-Wunused-function] 313 | static int SUNHashMap_GetValue(SUNHashMap map, const char* key, void** value) | ^~~~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:232:12: warning: 'SUNHashMap_Insert' defined but not used [-Wunused-function] 232 | static int SUNHashMap_Insert(SUNHashMap map, const char* key, void* value) | ^~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:126:12: warning: 'SUNHashMap_Destroy' defined but not used [-Wunused-function] 126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr)) | ^~~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:75:12: warning: 'SUNHashMap_New' defined but not used [-Wunused-function] 75 | static int SUNHashMap_New(int max_size, SUNHashMap* map) | ^~~~~~~~~~~~~~ gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c sundials/cvodes/cvodes_nls_stg1.c -o sundials/cvodes/cvodes_nls_stg1.o In file included from ./sundials/sundials/sundials_logger_impl.h:24, from sundials/cvodes/cvodes_impl.h:25, from sundials/cvodes/cvodes_nls_stg1.c:17: ./sundials/sundials/sundials_hashmap.h:26:48: warning: conversion from 'long long unsigned int' to 'long unsigned int' changes value from '14695981039346656037' to '2216829733' [-Woverflow] 26 | static const unsigned long HASH_PRIME = 14695981039346656037U; | ^~~~~~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:27:48: warning: conversion from 'long long unsigned int' to 'long unsigned int' changes value from '1099511628211' to '435' [-Woverflow] 27 | static const unsigned long HASH_OFFSET_BASIS = 1099511628211U; | ^~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:370:12: warning: 'SUNHashMap_Sort' defined but not used [-Wunused-function] 370 | static int SUNHashMap_Sort(SUNHashMap map, SUNHashMapKeyValue** sorted, | ^~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:313:12: warning: 'SUNHashMap_GetValue' defined but not used [-Wunused-function] 313 | static int SUNHashMap_GetValue(SUNHashMap map, const char* key, void** value) | ^~~~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:232:12: warning: 'SUNHashMap_Insert' defined but not used [-Wunused-function] 232 | static int SUNHashMap_Insert(SUNHashMap map, const char* key, void* value) | ^~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:126:12: warning: 'SUNHashMap_Destroy' defined but not used [-Wunused-function] 126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr)) | ^~~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:75:12: warning: 'SUNHashMap_New' defined but not used [-Wunused-function] 75 | static int SUNHashMap_New(int max_size, SUNHashMap* map) | ^~~~~~~~~~~~~~ gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c sundials/cvodes/cvodes_proj.c -o sundials/cvodes/cvodes_proj.o In file included from ./sundials/sundials/sundials_logger_impl.h:24, from sundials/cvodes/cvodes_impl.h:25, from sundials/cvodes/cvodes_proj.c:23: ./sundials/sundials/sundials_hashmap.h:26:48: warning: conversion from 'long long unsigned int' to 'long unsigned int' changes value from '14695981039346656037' to '2216829733' [-Woverflow] 26 | static const unsigned long HASH_PRIME = 14695981039346656037U; | ^~~~~~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:27:48: warning: conversion from 'long long unsigned int' to 'long unsigned int' changes value from '1099511628211' to '435' [-Woverflow] 27 | static const unsigned long HASH_OFFSET_BASIS = 1099511628211U; | ^~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:370:12: warning: 'SUNHashMap_Sort' defined but not used [-Wunused-function] 370 | static int SUNHashMap_Sort(SUNHashMap map, SUNHashMapKeyValue** sorted, | ^~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:313:12: warning: 'SUNHashMap_GetValue' defined but not used [-Wunused-function] 313 | static int SUNHashMap_GetValue(SUNHashMap map, const char* key, void** value) | ^~~~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:232:12: warning: 'SUNHashMap_Insert' defined but not used [-Wunused-function] 232 | static int SUNHashMap_Insert(SUNHashMap map, const char* key, void* value) | ^~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:126:12: warning: 'SUNHashMap_Destroy' defined but not used [-Wunused-function] 126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr)) | ^~~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:75:12: warning: 'SUNHashMap_New' defined but not used [-Wunused-function] 75 | static int SUNHashMap_New(int max_size, SUNHashMap* map) | ^~~~~~~~~~~~~~ gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c sundials/cvodes/cvodes_spils.c -o sundials/cvodes/cvodes_spils.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c sundials/idas/idaa.c -o sundials/idas/idaa.o In file included from ./sundials/sundials/sundials_logger_impl.h:24, from sundials/idas/idas_impl.h:25, from sundials/idas/idaa.c:26: ./sundials/sundials/sundials_hashmap.h:26:48: warning: conversion from 'long long unsigned int' to 'long unsigned int' changes value from '14695981039346656037' to '2216829733' [-Woverflow] 26 | static const unsigned long HASH_PRIME = 14695981039346656037U; | ^~~~~~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:27:48: warning: conversion from 'long long unsigned int' to 'long unsigned int' changes value from '1099511628211' to '435' [-Woverflow] 27 | static const unsigned long HASH_OFFSET_BASIS = 1099511628211U; | ^~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:370:12: warning: 'SUNHashMap_Sort' defined but not used [-Wunused-function] 370 | static int SUNHashMap_Sort(SUNHashMap map, SUNHashMapKeyValue** sorted, | ^~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:313:12: warning: 'SUNHashMap_GetValue' defined but not used [-Wunused-function] 313 | static int SUNHashMap_GetValue(SUNHashMap map, const char* key, void** value) | ^~~~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:232:12: warning: 'SUNHashMap_Insert' defined but not used [-Wunused-function] 232 | static int SUNHashMap_Insert(SUNHashMap map, const char* key, void* value) | ^~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:126:12: warning: 'SUNHashMap_Destroy' defined but not used [-Wunused-function] 126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr)) | ^~~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:75:12: warning: 'SUNHashMap_New' defined but not used [-Wunused-function] 75 | static int SUNHashMap_New(int max_size, SUNHashMap* map) | ^~~~~~~~~~~~~~ gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c sundials/idas/idaa_io.c -o sundials/idas/idaa_io.o In file included from ./sundials/sundials/sundials_logger_impl.h:24, from sundials/idas/idas_impl.h:25, from sundials/idas/idaa_io.c:33: ./sundials/sundials/sundials_hashmap.h:26:48: warning: conversion from 'long long unsigned int' to 'long unsigned int' changes value from '14695981039346656037' to '2216829733' [-Woverflow] 26 | static const unsigned long HASH_PRIME = 14695981039346656037U; | ^~~~~~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:27:48: warning: conversion from 'long long unsigned int' to 'long unsigned int' changes value from '1099511628211' to '435' [-Woverflow] 27 | static const unsigned long HASH_OFFSET_BASIS = 1099511628211U; | ^~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:370:12: warning: 'SUNHashMap_Sort' defined but not used [-Wunused-function] 370 | static int SUNHashMap_Sort(SUNHashMap map, SUNHashMapKeyValue** sorted, | ^~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:313:12: warning: 'SUNHashMap_GetValue' defined but not used [-Wunused-function] 313 | static int SUNHashMap_GetValue(SUNHashMap map, const char* key, void** value) | ^~~~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:232:12: warning: 'SUNHashMap_Insert' defined but not used [-Wunused-function] 232 | static int SUNHashMap_Insert(SUNHashMap map, const char* key, void* value) | ^~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:126:12: warning: 'SUNHashMap_Destroy' defined but not used [-Wunused-function] 126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr)) | ^~~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:75:12: warning: 'SUNHashMap_New' defined but not used [-Wunused-function] 75 | static int SUNHashMap_New(int max_size, SUNHashMap* map) | ^~~~~~~~~~~~~~ gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c sundials/idas/idas.c -o sundials/idas/idas.o In file included from ./sundials/sundials/sundials_logger_impl.h:24, from sundials/idas/idas_impl.h:25, from sundials/idas/idas.c:144: ./sundials/sundials/sundials_hashmap.h:26:48: warning: conversion from 'long long unsigned int' to 'long unsigned int' changes value from '14695981039346656037' to '2216829733' [-Woverflow] 26 | static const unsigned long HASH_PRIME = 14695981039346656037U; | ^~~~~~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:27:48: warning: conversion from 'long long unsigned int' to 'long unsigned int' changes value from '1099511628211' to '435' [-Woverflow] 27 | static const unsigned long HASH_OFFSET_BASIS = 1099511628211U; | ^~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:370:12: warning: 'SUNHashMap_Sort' defined but not used [-Wunused-function] 370 | static int SUNHashMap_Sort(SUNHashMap map, SUNHashMapKeyValue** sorted, | ^~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:313:12: warning: 'SUNHashMap_GetValue' defined but not used [-Wunused-function] 313 | static int SUNHashMap_GetValue(SUNHashMap map, const char* key, void** value) | ^~~~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:232:12: warning: 'SUNHashMap_Insert' defined but not used [-Wunused-function] 232 | static int SUNHashMap_Insert(SUNHashMap map, const char* key, void* value) | ^~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:126:12: warning: 'SUNHashMap_Destroy' defined but not used [-Wunused-function] 126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr)) | ^~~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:75:12: warning: 'SUNHashMap_New' defined but not used [-Wunused-function] 75 | static int SUNHashMap_New(int max_size, SUNHashMap* map) | ^~~~~~~~~~~~~~ gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c sundials/idas/idas_bbdpre.c -o sundials/idas/idas_bbdpre.o In file included from ./sundials/sundials/sundials_logger_impl.h:24, from sundials/idas/idas_impl.h:25, from sundials/idas/idas_bbdpre.c:30: ./sundials/sundials/sundials_hashmap.h:26:48: warning: conversion from 'long long unsigned int' to 'long unsigned int' changes value from '14695981039346656037' to '2216829733' [-Woverflow] 26 | static const unsigned long HASH_PRIME = 14695981039346656037U; | ^~~~~~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:27:48: warning: conversion from 'long long unsigned int' to 'long unsigned int' changes value from '1099511628211' to '435' [-Woverflow] 27 | static const unsigned long HASH_OFFSET_BASIS = 1099511628211U; | ^~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:370:12: warning: 'SUNHashMap_Sort' defined but not used [-Wunused-function] 370 | static int SUNHashMap_Sort(SUNHashMap map, SUNHashMapKeyValue** sorted, | ^~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:313:12: warning: 'SUNHashMap_GetValue' defined but not used [-Wunused-function] 313 | static int SUNHashMap_GetValue(SUNHashMap map, const char* key, void** value) | ^~~~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:232:12: warning: 'SUNHashMap_Insert' defined but not used [-Wunused-function] 232 | static int SUNHashMap_Insert(SUNHashMap map, const char* key, void* value) | ^~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:126:12: warning: 'SUNHashMap_Destroy' defined but not used [-Wunused-function] 126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr)) | ^~~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:75:12: warning: 'SUNHashMap_New' defined but not used [-Wunused-function] 75 | static int SUNHashMap_New(int max_size, SUNHashMap* map) | ^~~~~~~~~~~~~~ gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c sundials/idas/idas_direct.c -o sundials/idas/idas_direct.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c sundials/idas/idas_ic.c -o sundials/idas/idas_ic.o In file included from ./sundials/sundials/sundials_logger_impl.h:24, from sundials/idas/idas_impl.h:25, from sundials/idas/idas_ic.c:22: ./sundials/sundials/sundials_hashmap.h:26:48: warning: conversion from 'long long unsigned int' to 'long unsigned int' changes value from '14695981039346656037' to '2216829733' [-Woverflow] 26 | static const unsigned long HASH_PRIME = 14695981039346656037U; | ^~~~~~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:27:48: warning: conversion from 'long long unsigned int' to 'long unsigned int' changes value from '1099511628211' to '435' [-Woverflow] 27 | static const unsigned long HASH_OFFSET_BASIS = 1099511628211U; | ^~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:370:12: warning: 'SUNHashMap_Sort' defined but not used [-Wunused-function] 370 | static int SUNHashMap_Sort(SUNHashMap map, SUNHashMapKeyValue** sorted, | ^~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:313:12: warning: 'SUNHashMap_GetValue' defined but not used [-Wunused-function] 313 | static int SUNHashMap_GetValue(SUNHashMap map, const char* key, void** value) | ^~~~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:232:12: warning: 'SUNHashMap_Insert' defined but not used [-Wunused-function] 232 | static int SUNHashMap_Insert(SUNHashMap map, const char* key, void* value) | ^~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:126:12: warning: 'SUNHashMap_Destroy' defined but not used [-Wunused-function] 126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr)) | ^~~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:75:12: warning: 'SUNHashMap_New' defined but not used [-Wunused-function] 75 | static int SUNHashMap_New(int max_size, SUNHashMap* map) | ^~~~~~~~~~~~~~ gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c sundials/idas/idas_io.c -o sundials/idas/idas_io.o In file included from ./sundials/sundials/sundials_logger_impl.h:24, from sundials/idas/idas_impl.h:25, from sundials/idas/idas_io.c:21: ./sundials/sundials/sundials_hashmap.h:26:48: warning: conversion from 'long long unsigned int' to 'long unsigned int' changes value from '14695981039346656037' to '2216829733' [-Woverflow] 26 | static const unsigned long HASH_PRIME = 14695981039346656037U; | ^~~~~~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:27:48: warning: conversion from 'long long unsigned int' to 'long unsigned int' changes value from '1099511628211' to '435' [-Woverflow] 27 | static const unsigned long HASH_OFFSET_BASIS = 1099511628211U; | ^~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:370:12: warning: 'SUNHashMap_Sort' defined but not used [-Wunused-function] 370 | static int SUNHashMap_Sort(SUNHashMap map, SUNHashMapKeyValue** sorted, | ^~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:313:12: warning: 'SUNHashMap_GetValue' defined but not used [-Wunused-function] 313 | static int SUNHashMap_GetValue(SUNHashMap map, const char* key, void** value) | ^~~~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:232:12: warning: 'SUNHashMap_Insert' defined but not used [-Wunused-function] 232 | static int SUNHashMap_Insert(SUNHashMap map, const char* key, void* value) | ^~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:126:12: warning: 'SUNHashMap_Destroy' defined but not used [-Wunused-function] 126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr)) | ^~~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:75:12: warning: 'SUNHashMap_New' defined but not used [-Wunused-function] 75 | static int SUNHashMap_New(int max_size, SUNHashMap* map) | ^~~~~~~~~~~~~~ gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c sundials/idas/idas_ls.c -o sundials/idas/idas_ls.o In file included from ./sundials/sundials/sundials_logger_impl.h:24, from sundials/idas/idas_impl.h:25, from sundials/idas/idas_ls.c:22: ./sundials/sundials/sundials_hashmap.h:26:48: warning: conversion from 'long long unsigned int' to 'long unsigned int' changes value from '14695981039346656037' to '2216829733' [-Woverflow] 26 | static const unsigned long HASH_PRIME = 14695981039346656037U; | ^~~~~~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:27:48: warning: conversion from 'long long unsigned int' to 'long unsigned int' changes value from '1099511628211' to '435' [-Woverflow] 27 | static const unsigned long HASH_OFFSET_BASIS = 1099511628211U; | ^~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:370:12: warning: 'SUNHashMap_Sort' defined but not used [-Wunused-function] 370 | static int SUNHashMap_Sort(SUNHashMap map, SUNHashMapKeyValue** sorted, | ^~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:313:12: warning: 'SUNHashMap_GetValue' defined but not used [-Wunused-function] 313 | static int SUNHashMap_GetValue(SUNHashMap map, const char* key, void** value) | ^~~~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:232:12: warning: 'SUNHashMap_Insert' defined but not used [-Wunused-function] 232 | static int SUNHashMap_Insert(SUNHashMap map, const char* key, void* value) | ^~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:126:12: warning: 'SUNHashMap_Destroy' defined but not used [-Wunused-function] 126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr)) | ^~~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:75:12: warning: 'SUNHashMap_New' defined but not used [-Wunused-function] 75 | static int SUNHashMap_New(int max_size, SUNHashMap* map) | ^~~~~~~~~~~~~~ gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c sundials/idas/idas_nls.c -o sundials/idas/idas_nls.o In file included from ./sundials/sundials/sundials_logger_impl.h:24, from sundials/idas/idas_impl.h:25, from sundials/idas/idas_nls.c:17: ./sundials/sundials/sundials_hashmap.h:26:48: warning: conversion from 'long long unsigned int' to 'long unsigned int' changes value from '14695981039346656037' to '2216829733' [-Woverflow] 26 | static const unsigned long HASH_PRIME = 14695981039346656037U; | ^~~~~~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:27:48: warning: conversion from 'long long unsigned int' to 'long unsigned int' changes value from '1099511628211' to '435' [-Woverflow] 27 | static const unsigned long HASH_OFFSET_BASIS = 1099511628211U; | ^~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:370:12: warning: 'SUNHashMap_Sort' defined but not used [-Wunused-function] 370 | static int SUNHashMap_Sort(SUNHashMap map, SUNHashMapKeyValue** sorted, | ^~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:313:12: warning: 'SUNHashMap_GetValue' defined but not used [-Wunused-function] 313 | static int SUNHashMap_GetValue(SUNHashMap map, const char* key, void** value) | ^~~~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:232:12: warning: 'SUNHashMap_Insert' defined but not used [-Wunused-function] 232 | static int SUNHashMap_Insert(SUNHashMap map, const char* key, void* value) | ^~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:126:12: warning: 'SUNHashMap_Destroy' defined but not used [-Wunused-function] 126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr)) | ^~~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:75:12: warning: 'SUNHashMap_New' defined but not used [-Wunused-function] 75 | static int SUNHashMap_New(int max_size, SUNHashMap* map) | ^~~~~~~~~~~~~~ gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c sundials/idas/idas_nls_sim.c -o sundials/idas/idas_nls_sim.o In file included from ./sundials/sundials/sundials_logger_impl.h:24, from sundials/idas/idas_impl.h:25, from sundials/idas/idas_nls_sim.c:17: ./sundials/sundials/sundials_hashmap.h:26:48: warning: conversion from 'long long unsigned int' to 'long unsigned int' changes value from '14695981039346656037' to '2216829733' [-Woverflow] 26 | static const unsigned long HASH_PRIME = 14695981039346656037U; | ^~~~~~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:27:48: warning: conversion from 'long long unsigned int' to 'long unsigned int' changes value from '1099511628211' to '435' [-Woverflow] 27 | static const unsigned long HASH_OFFSET_BASIS = 1099511628211U; | ^~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:370:12: warning: 'SUNHashMap_Sort' defined but not used [-Wunused-function] 370 | static int SUNHashMap_Sort(SUNHashMap map, SUNHashMapKeyValue** sorted, | ^~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:313:12: warning: 'SUNHashMap_GetValue' defined but not used [-Wunused-function] 313 | static int SUNHashMap_GetValue(SUNHashMap map, const char* key, void** value) | ^~~~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:232:12: warning: 'SUNHashMap_Insert' defined but not used [-Wunused-function] 232 | static int SUNHashMap_Insert(SUNHashMap map, const char* key, void* value) | ^~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:126:12: warning: 'SUNHashMap_Destroy' defined but not used [-Wunused-function] 126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr)) | ^~~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:75:12: warning: 'SUNHashMap_New' defined but not used [-Wunused-function] 75 | static int SUNHashMap_New(int max_size, SUNHashMap* map) | ^~~~~~~~~~~~~~ gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c sundials/idas/idas_nls_stg.c -o sundials/idas/idas_nls_stg.o In file included from ./sundials/sundials/sundials_logger_impl.h:24, from sundials/idas/idas_impl.h:25, from sundials/idas/idas_nls_stg.c:17: ./sundials/sundials/sundials_hashmap.h:26:48: warning: conversion from 'long long unsigned int' to 'long unsigned int' changes value from '14695981039346656037' to '2216829733' [-Woverflow] 26 | static const unsigned long HASH_PRIME = 14695981039346656037U; | ^~~~~~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:27:48: warning: conversion from 'long long unsigned int' to 'long unsigned int' changes value from '1099511628211' to '435' [-Woverflow] 27 | static const unsigned long HASH_OFFSET_BASIS = 1099511628211U; | ^~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:370:12: warning: 'SUNHashMap_Sort' defined but not used [-Wunused-function] 370 | static int SUNHashMap_Sort(SUNHashMap map, SUNHashMapKeyValue** sorted, | ^~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:313:12: warning: 'SUNHashMap_GetValue' defined but not used [-Wunused-function] 313 | static int SUNHashMap_GetValue(SUNHashMap map, const char* key, void** value) | ^~~~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:232:12: warning: 'SUNHashMap_Insert' defined but not used [-Wunused-function] 232 | static int SUNHashMap_Insert(SUNHashMap map, const char* key, void* value) | ^~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:126:12: warning: 'SUNHashMap_Destroy' defined but not used [-Wunused-function] 126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr)) | ^~~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:75:12: warning: 'SUNHashMap_New' defined but not used [-Wunused-function] 75 | static int SUNHashMap_New(int max_size, SUNHashMap* map) | ^~~~~~~~~~~~~~ gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c sundials/idas/idas_spils.c -o sundials/idas/idas_spils.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c sundials/nvector/serial/nvector_serial.c -o sundials/nvector/serial/nvector_serial.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c sundials/sundials/sundials_band.c -o sundials/sundials/sundials_band.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c sundials/sundials/sundials_context.c -o sundials/sundials/sundials_context.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c sundials/sundials/sundials_dense.c -o sundials/sundials/sundials_dense.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c sundials/sundials/sundials_direct.c -o sundials/sundials/sundials_direct.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c sundials/sundials/sundials_iterative.c -o sundials/sundials/sundials_iterative.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c sundials/sundials/sundials_linearsolver.c -o sundials/sundials/sundials_linearsolver.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c sundials/sundials/sundials_logger.c -o sundials/sundials/sundials_logger.o In file included from sundials/sundials/sundials_logger_impl.h:24, from sundials/sundials/sundials_logger.c:26: sundials/sundials/sundials_hashmap.h:26:48: warning: conversion from 'long long unsigned int' to 'long unsigned int' changes value from '14695981039346656037' to '2216829733' [-Woverflow] 26 | static const unsigned long HASH_PRIME = 14695981039346656037U; | ^~~~~~~~~~~~~~~~~~~~~ sundials/sundials/sundials_hashmap.h:27:48: warning: conversion from 'long long unsigned int' to 'long unsigned int' changes value from '1099511628211' to '435' [-Woverflow] 27 | static const unsigned long HASH_OFFSET_BASIS = 1099511628211U; | ^~~~~~~~~~~~~~ sundials/sundials/sundials_logger.c:80:14: warning: 'sunOpenLogFile' defined but not used [-Wunused-function] 80 | static FILE* sunOpenLogFile(const char* fname, const char* mode) | ^~~~~~~~~~~~~~ sundials/sundials/sundials_logger.c:35:13: warning: 'sunCreateLogMessage' defined but not used [-Wunused-function] 35 | static void sunCreateLogMessage(SUNLogLevel lvl, int rank, const char* scope, | ^~~~~~~~~~~~~~~~~~~ sundials/sundials/sundials_hashmap.h:370:12: warning: 'SUNHashMap_Sort' defined but not used [-Wunused-function] 370 | static int SUNHashMap_Sort(SUNHashMap map, SUNHashMapKeyValue** sorted, | ^~~~~~~~~~~~~~~ sundials/sundials/sundials_hashmap.h:313:12: warning: 'SUNHashMap_GetValue' defined but not used [-Wunused-function] 313 | static int SUNHashMap_GetValue(SUNHashMap map, const char* key, void** value) | ^~~~~~~~~~~~~~~~~~~ sundials/sundials/sundials_hashmap.h:232:12: warning: 'SUNHashMap_Insert' defined but not used [-Wunused-function] 232 | static int SUNHashMap_Insert(SUNHashMap map, const char* key, void* value) | ^~~~~~~~~~~~~~~~~ gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c sundials/sundials/sundials_math.c -o sundials/sundials/sundials_math.o sundials/sundials/sundials_math.c:115:13: warning: 'sunNextafterl' defined but not used [-Wunused-function] 115 | long double sunNextafterl(long double from, long double to) | ^~~~~~~~~~~~~ gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c sundials/sundials/sundials_matrix.c -o sundials/sundials/sundials_matrix.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c sundials/sundials/sundials_nonlinearsolver.c -o sundials/sundials/sundials_nonlinearsolver.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c sundials/sundials/sundials_nvector.c -o sundials/sundials/sundials_nvector.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c sundials/sundials/sundials_nvector_senswrapper.c -o sundials/sundials/sundials_nvector_senswrapper.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c sundials/sundials/sundials_profiler.c -o sundials/sundials/sundials_profiler.o In file included from sundials/sundials/sundials_profiler.c:37: sundials/sundials/sundials_hashmap.h:26:48: warning: conversion from 'long long unsigned int' to 'long unsigned int' changes value from '14695981039346656037' to '2216829733' [-Woverflow] 26 | static const unsigned long HASH_PRIME = 14695981039346656037U; | ^~~~~~~~~~~~~~~~~~~~~ sundials/sundials/sundials_hashmap.h:27:48: warning: conversion from 'long long unsigned int' to 'long unsigned int' changes value from '1099511628211' to '435' [-Woverflow] 27 | static const unsigned long HASH_OFFSET_BASIS = 1099511628211U; | ^~~~~~~~~~~~~~ sundials/sundials/sundials_profiler.c:71:24: warning: function declaration isn't a prototype [-Wstrict-prototypes] 71 | static sunTimerStruct* sunTimerStructNew() | ^~~~~~~~~~~~~~~~~ gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c sundials/sundials/sundials_version.c -o sundials/sundials/sundials_version.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c sundials/sunlinsol/dense/sunlinsol_dense.c -o sundials/sunlinsol/dense/sunlinsol_dense.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c sundials/sunlinsol/band/sunlinsol_band.c -o sundials/sunlinsol/band/sunlinsol_band.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c sundials/sunmatrix/band/sunmatrix_band.c -o sundials/sunmatrix/band/sunmatrix_band.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c sundials/sunmatrix/dense/sunmatrix_dense.c -o sundials/sunmatrix/dense/sunmatrix_dense.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c sundials/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.c -o sundials/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.o In file included from ./sundials/sundials/sundials_logger_impl.h:24, from sundials/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.c:27: ./sundials/sundials/sundials_hashmap.h:26:48: warning: conversion from 'long long unsigned int' to 'long unsigned int' changes value from '14695981039346656037' to '2216829733' [-Woverflow] 26 | static const unsigned long HASH_PRIME = 14695981039346656037U; | ^~~~~~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:27:48: warning: conversion from 'long long unsigned int' to 'long unsigned int' changes value from '1099511628211' to '435' [-Woverflow] 27 | static const unsigned long HASH_OFFSET_BASIS = 1099511628211U; | ^~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:370:12: warning: 'SUNHashMap_Sort' defined but not used [-Wunused-function] 370 | static int SUNHashMap_Sort(SUNHashMap map, SUNHashMapKeyValue** sorted, | ^~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:313:12: warning: 'SUNHashMap_GetValue' defined but not used [-Wunused-function] 313 | static int SUNHashMap_GetValue(SUNHashMap map, const char* key, void** value) | ^~~~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:232:12: warning: 'SUNHashMap_Insert' defined but not used [-Wunused-function] 232 | static int SUNHashMap_Insert(SUNHashMap map, const char* key, void* value) | ^~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:126:12: warning: 'SUNHashMap_Destroy' defined but not used [-Wunused-function] 126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr)) | ^~~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:75:12: warning: 'SUNHashMap_New' defined but not used [-Wunused-function] 75 | static int SUNHashMap_New(int max_size, SUNHashMap* map) | ^~~~~~~~~~~~~~ gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c sundials/sunnonlinsol/newton/sunnonlinsol_newton.c -o sundials/sunnonlinsol/newton/sunnonlinsol_newton.o In file included from ./sundials/sundials/sundials_logger_impl.h:24, from sundials/sunnonlinsol/newton/sunnonlinsol_newton.c:27: ./sundials/sundials/sundials_hashmap.h:26:48: warning: conversion from 'long long unsigned int' to 'long unsigned int' changes value from '14695981039346656037' to '2216829733' [-Woverflow] 26 | static const unsigned long HASH_PRIME = 14695981039346656037U; | ^~~~~~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:27:48: warning: conversion from 'long long unsigned int' to 'long unsigned int' changes value from '1099511628211' to '435' [-Woverflow] 27 | static const unsigned long HASH_OFFSET_BASIS = 1099511628211U; | ^~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:370:12: warning: 'SUNHashMap_Sort' defined but not used [-Wunused-function] 370 | static int SUNHashMap_Sort(SUNHashMap map, SUNHashMapKeyValue** sorted, | ^~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:313:12: warning: 'SUNHashMap_GetValue' defined but not used [-Wunused-function] 313 | static int SUNHashMap_GetValue(SUNHashMap map, const char* key, void** value) | ^~~~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:232:12: warning: 'SUNHashMap_Insert' defined but not used [-Wunused-function] 232 | static int SUNHashMap_Insert(SUNHashMap map, const char* key, void* value) | ^~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:126:12: warning: 'SUNHashMap_Destroy' defined but not used [-Wunused-function] 126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr)) | ^~~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:75:12: warning: 'SUNHashMap_New' defined but not used [-Wunused-function] 75 | static int SUNHashMap_New(int max_size, SUNHashMap* map) | ^~~~~~~~~~~~~~ gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c sundials/kinsol/kinsol.c -o sundials/kinsol/kinsol.o In file included from ./sundials/sundials/sundials_logger_impl.h:24, from sundials/kinsol/kinsol_impl.h:26, from sundials/kinsol/kinsol.c:71: ./sundials/sundials/sundials_hashmap.h:26:48: warning: conversion from 'long long unsigned int' to 'long unsigned int' changes value from '14695981039346656037' to '2216829733' [-Woverflow] 26 | static const unsigned long HASH_PRIME = 14695981039346656037U; | ^~~~~~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:27:48: warning: conversion from 'long long unsigned int' to 'long unsigned int' changes value from '1099511628211' to '435' [-Woverflow] 27 | static const unsigned long HASH_OFFSET_BASIS = 1099511628211U; | ^~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:370:12: warning: 'SUNHashMap_Sort' defined but not used [-Wunused-function] 370 | static int SUNHashMap_Sort(SUNHashMap map, SUNHashMapKeyValue** sorted, | ^~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:313:12: warning: 'SUNHashMap_GetValue' defined but not used [-Wunused-function] 313 | static int SUNHashMap_GetValue(SUNHashMap map, const char* key, void** value) | ^~~~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:232:12: warning: 'SUNHashMap_Insert' defined but not used [-Wunused-function] 232 | static int SUNHashMap_Insert(SUNHashMap map, const char* key, void* value) | ^~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:126:12: warning: 'SUNHashMap_Destroy' defined but not used [-Wunused-function] 126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr)) | ^~~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:75:12: warning: 'SUNHashMap_New' defined but not used [-Wunused-function] 75 | static int SUNHashMap_New(int max_size, SUNHashMap* map) | ^~~~~~~~~~~~~~ gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c sundials/kinsol/kinsol_bbdpre.c -o sundials/kinsol/kinsol_bbdpre.o In file included from ./sundials/sundials/sundials_logger_impl.h:24, from sundials/kinsol/kinsol_impl.h:26, from sundials/kinsol/kinsol_bbdpre.c:29: ./sundials/sundials/sundials_hashmap.h:26:48: warning: conversion from 'long long unsigned int' to 'long unsigned int' changes value from '14695981039346656037' to '2216829733' [-Woverflow] 26 | static const unsigned long HASH_PRIME = 14695981039346656037U; | ^~~~~~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:27:48: warning: conversion from 'long long unsigned int' to 'long unsigned int' changes value from '1099511628211' to '435' [-Woverflow] 27 | static const unsigned long HASH_OFFSET_BASIS = 1099511628211U; | ^~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:370:12: warning: 'SUNHashMap_Sort' defined but not used [-Wunused-function] 370 | static int SUNHashMap_Sort(SUNHashMap map, SUNHashMapKeyValue** sorted, | ^~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:313:12: warning: 'SUNHashMap_GetValue' defined but not used [-Wunused-function] 313 | static int SUNHashMap_GetValue(SUNHashMap map, const char* key, void** value) | ^~~~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:232:12: warning: 'SUNHashMap_Insert' defined but not used [-Wunused-function] 232 | static int SUNHashMap_Insert(SUNHashMap map, const char* key, void* value) | ^~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:126:12: warning: 'SUNHashMap_Destroy' defined but not used [-Wunused-function] 126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr)) | ^~~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:75:12: warning: 'SUNHashMap_New' defined but not used [-Wunused-function] 75 | static int SUNHashMap_New(int max_size, SUNHashMap* map) | ^~~~~~~~~~~~~~ gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c sundials/kinsol/kinsol_direct.c -o sundials/kinsol/kinsol_direct.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c sundials/kinsol/kinsol_io.c -o sundials/kinsol/kinsol_io.o In file included from ./sundials/sundials/sundials_logger_impl.h:24, from sundials/kinsol/kinsol_impl.h:26, from sundials/kinsol/kinsol_io.c:23: ./sundials/sundials/sundials_hashmap.h:26:48: warning: conversion from 'long long unsigned int' to 'long unsigned int' changes value from '14695981039346656037' to '2216829733' [-Woverflow] 26 | static const unsigned long HASH_PRIME = 14695981039346656037U; | ^~~~~~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:27:48: warning: conversion from 'long long unsigned int' to 'long unsigned int' changes value from '1099511628211' to '435' [-Woverflow] 27 | static const unsigned long HASH_OFFSET_BASIS = 1099511628211U; | ^~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:370:12: warning: 'SUNHashMap_Sort' defined but not used [-Wunused-function] 370 | static int SUNHashMap_Sort(SUNHashMap map, SUNHashMapKeyValue** sorted, | ^~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:313:12: warning: 'SUNHashMap_GetValue' defined but not used [-Wunused-function] 313 | static int SUNHashMap_GetValue(SUNHashMap map, const char* key, void** value) | ^~~~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:232:12: warning: 'SUNHashMap_Insert' defined but not used [-Wunused-function] 232 | static int SUNHashMap_Insert(SUNHashMap map, const char* key, void* value) | ^~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:126:12: warning: 'SUNHashMap_Destroy' defined but not used [-Wunused-function] 126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr)) | ^~~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:75:12: warning: 'SUNHashMap_New' defined but not used [-Wunused-function] 75 | static int SUNHashMap_New(int max_size, SUNHashMap* map) | ^~~~~~~~~~~~~~ gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c sundials/kinsol/kinsol_ls.c -o sundials/kinsol/kinsol_ls.o In file included from ./sundials/sundials/sundials_logger_impl.h:24, from sundials/kinsol/kinsol_impl.h:26, from sundials/kinsol/kinsol_ls.c:23: ./sundials/sundials/sundials_hashmap.h:26:48: warning: conversion from 'long long unsigned int' to 'long unsigned int' changes value from '14695981039346656037' to '2216829733' [-Woverflow] 26 | static const unsigned long HASH_PRIME = 14695981039346656037U; | ^~~~~~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:27:48: warning: conversion from 'long long unsigned int' to 'long unsigned int' changes value from '1099511628211' to '435' [-Woverflow] 27 | static const unsigned long HASH_OFFSET_BASIS = 1099511628211U; | ^~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:370:12: warning: 'SUNHashMap_Sort' defined but not used [-Wunused-function] 370 | static int SUNHashMap_Sort(SUNHashMap map, SUNHashMapKeyValue** sorted, | ^~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:313:12: warning: 'SUNHashMap_GetValue' defined but not used [-Wunused-function] 313 | static int SUNHashMap_GetValue(SUNHashMap map, const char* key, void** value) | ^~~~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:232:12: warning: 'SUNHashMap_Insert' defined but not used [-Wunused-function] 232 | static int SUNHashMap_Insert(SUNHashMap map, const char* key, void* value) | ^~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:126:12: warning: 'SUNHashMap_Destroy' defined but not used [-Wunused-function] 126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr)) | ^~~~~~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:75:12: warning: 'SUNHashMap_New' defined but not used [-Wunused-function] 75 | static int SUNHashMap_New(int max_size, SUNHashMap* map) | ^~~~~~~~~~~~~~ gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c sundials/kinsol/kinsol_spils.c -o sundials/kinsol/kinsol_spils.o ar -crvs ../inst/libsundials_all.a ./sundials/cvodes/cvodea.o ./sundials/cvodes/cvodea_io.o ./sundials/cvodes/cvodes.o ./sundials/cvodes/cvodes_bandpre.o ./sundials/cvodes/cvodes_bbdpre.o ./sundials/cvodes/cvodes_diag.o ./sundials/cvodes/cvodes_direct.o ./sundials/cvodes/cvodes_io.o ./sundials/cvodes/cvodes_ls.o ./sundials/cvodes/cvodes_nls.o ./sundials/cvodes/cvodes_nls_sim.o ./sundials/cvodes/cvodes_nls_stg.o ./sundials/cvodes/cvodes_nls_stg1.o ./sundials/cvodes/cvodes_proj.o ./sundials/cvodes/cvodes_spils.o ./sundials/idas/idaa.o ./sundials/idas/idaa_io.o ./sundials/idas/idas.o ./sundials/idas/idas_bbdpre.o ./sundials/idas/idas_direct.o ./sundials/idas/idas_ic.o ./sundials/idas/idas_io.o ./sundials/idas/idas_ls.o ./sundials/idas/idas_nls.o ./sundials/idas/idas_nls_sim.o ./sundials/idas/idas_nls_stg.o ./sundials/idas/idas_spils.o ./sundials/nvector/serial/nvector_serial.o ./sundials/sundials/sundials_band.o ./sundials/sundials/sundials_context.o ./sundials/sundials/sundials_dense.o ./sundials/sundials/sundials_direct.o ./sundials/sundials/sundials_iterative.o ./sundials/sundials/sundials_linearsolver.o ./sundials/sundials/sundials_logger.o ./sundials/sundials/sundials_math.o ./sundials/sundials/sundials_matrix.o ./sundials/sundials/sundials_nonlinearsolver.o ./sundials/sundials/sundials_nvector.o ./sundials/sundials/sundials_nvector_senswrapper.o ./sundials/sundials/sundials_profiler.o ./sundials/sundials/sundials_version.o ./sundials/sunlinsol/dense/sunlinsol_dense.o ./sundials/sunlinsol/band/sunlinsol_band.o ./sundials/sunmatrix/band/sunmatrix_band.o ./sundials/sunmatrix/dense/sunmatrix_dense.o ./sundials/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.o ./sundials/sunnonlinsol/newton/sunnonlinsol_newton.o ./sundials/kinsol/kinsol.o ./sundials/kinsol/kinsol_bbdpre.o ./sundials/kinsol/kinsol_direct.o ./sundials/kinsol/kinsol_io.o ./sundials/kinsol/kinsol_ls.o ./sundials/kinsol/kinsol_spils.o a - ./sundials/cvodes/cvodea.o a - ./sundials/cvodes/cvodea_io.o a - ./sundials/cvodes/cvodes.o a - ./sundials/cvodes/cvodes_bandpre.o a - ./sundials/cvodes/cvodes_bbdpre.o a - ./sundials/cvodes/cvodes_diag.o a - ./sundials/cvodes/cvodes_direct.o a - ./sundials/cvodes/cvodes_io.o a - ./sundials/cvodes/cvodes_ls.o a - ./sundials/cvodes/cvodes_nls.o a - ./sundials/cvodes/cvodes_nls_sim.o a - ./sundials/cvodes/cvodes_nls_stg.o a - ./sundials/cvodes/cvodes_nls_stg1.o a - ./sundials/cvodes/cvodes_proj.o a - ./sundials/cvodes/cvodes_spils.o a - ./sundials/idas/idaa.o a - ./sundials/idas/idaa_io.o a - ./sundials/idas/idas.o a - ./sundials/idas/idas_bbdpre.o a - ./sundials/idas/idas_direct.o a - ./sundials/idas/idas_ic.o a - ./sundials/idas/idas_io.o a - ./sundials/idas/idas_ls.o a - ./sundials/idas/idas_nls.o a - ./sundials/idas/idas_nls_sim.o a - ./sundials/idas/idas_nls_stg.o a - ./sundials/idas/idas_spils.o a - ./sundials/nvector/serial/nvector_serial.o a - ./sundials/sundials/sundials_band.o a - ./sundials/sundials/sundials_context.o a - ./sundials/sundials/sundials_dense.o a - ./sundials/sundials/sundials_direct.o a - ./sundials/sundials/sundials_iterative.o a - ./sundials/sundials/sundials_linearsolver.o a - ./sundials/sundials/sundials_logger.o a - ./sundials/sundials/sundials_math.o a - ./sundials/sundials/sundials_matrix.o a - ./sundials/sundials/sundials_nonlinearsolver.o a - ./sundials/sundials/sundials_nvector.o a - ./sundials/sundials/sundials_nvector_senswrapper.o a - ./sundials/sundials/sundials_profiler.o a - ./sundials/sundials/sundials_version.o a - ./sundials/sunlinsol/dense/sunlinsol_dense.o a - ./sundials/sunlinsol/band/sunlinsol_band.o a - ./sundials/sunmatrix/band/sunmatrix_band.o a - ./sundials/sunmatrix/dense/sunmatrix_dense.o a - ./sundials/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.o a - ./sundials/sunnonlinsol/newton/sunnonlinsol_newton.o a - ./sundials/kinsol/kinsol.o a - ./sundials/kinsol/kinsol_bbdpre.o a - ./sundials/kinsol/kinsol_direct.o a - ./sundials/kinsol/kinsol_io.o a - ./sundials/kinsol/kinsol_ls.o a - ./sundials/kinsol/kinsol_spils.o ranlib ../inst/libsundials_all.a g++ -std=gnu++17 -shared -s -static-libgcc -o sundialr.dll tmp.def check_retval.o cvode.o cvodes.o ida.o cvsolve.o rhs_func.o RcppExports.o -LD:/RCompile/recent/R/bin/x64 -lRlapack -LD:/RCompile/recent/R/bin/x64 -lRblas -lgfortran -lm -lquadmath -L../inst/ -lsundials_all -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R/bin/x64 -lR installing to d:/RCompile/CRANincoming/R-devel/lib/00LOCK-sundialr/00new/sundialr/libs/x64 ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** 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 * DONE (sundialr)