This page was generated on 2024-04-17 11:36:57 -0400 (Wed, 17 Apr 2024).
##############################################################################
##############################################################################
###
### Running command:
###
### rm -rf matter.buildbin-libdir && mkdir matter.buildbin-libdir && F:\biocbuild\bbs-3.18-bioc\R\bin\R.exe CMD INSTALL --build --library=matter.buildbin-libdir matter_2.4.1.tar.gz
###
##############################################################################
##############################################################################
* installing *source* package 'matter' ...
** using staged installation
** libs
using C++ compiler: 'G__~1.EXE (GCC) 12.3.0'
g++ -std=gnu++17 -I"F:/biocbuild/bbs-3.18-bioc/R/include" -DNDEBUG -I"C:/rtools43/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c altrep.cpp -o altrep.o
In file included from matter.h:5,
from altrep.cpp:3:
atoms.h: In member function 'SEXPREC* Atoms::regroup_index(size_t)':
atoms.h:657:48: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
657 | for ( index_t i = 0; i < ngroups; i++ )
| ~~^~~~~~~~~
atoms.h:667:48: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
667 | for ( index_t i = 0; i < ngroups; i++ )
| ~~^~~~~~~~~
matter.h: In member function 'void MatterArray::set_region(index_t, size_t, SEXP)':
matter.h:178:35: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long long unsigned int'} and 'R_xlen_t' {aka 'long long int'} [-Wsign-compare]
178 | if ( size > XLENGTH(value) && stride != 0 ) {
| ~~~~~^~~~~~~~~~~~~~~~
matter.h: In instantiation of 'size_t MatterArray::get_region(index_t, size_t, T*, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]':
matter.h:153:16: required from here
matter.h:73:40: warning: comparison of integer expressions of different signedness: 'R_xlen_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
73 | size = len - i > size ? size : len - i;
| ~~~~~~~~^~~~~~
matter.h: In instantiation of 'size_t MatterArray::get_region(index_t, size_t, T*, int) [with T = int; size_t = long long unsigned int; index_t = long long int]':
matter.h:157:16: required from here
matter.h:73:40: warning: comparison of integer expressions of different signedness: 'R_xlen_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
matter.h: In instantiation of 'size_t MatterArray::get_region(index_t, size_t, T*, int) [with T = double; size_t = long long unsigned int; index_t = long long int]':
matter.h:165:16: required from here
matter.h:73:40: warning: comparison of integer expressions of different signedness: 'R_xlen_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
matter.h: In instantiation of 'size_t MatterArray::set_region(index_t, size_t, T*, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]':
matter.h:184:16: required from here
matter.h:96:40: warning: comparison of integer expressions of different signedness: 'R_xlen_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
96 | size = len - i > size ? size : len - i;
| ~~~~~~~~^~~~~~
matter.h: In instantiation of 'size_t MatterArray::set_region(index_t, size_t, T*, int) [with T = int; size_t = long long unsigned int; index_t = long long int]':
matter.h:187:16: required from here
matter.h:96:40: warning: comparison of integer expressions of different signedness: 'R_xlen_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
matter.h: In instantiation of 'size_t MatterArray::set_region(index_t, size_t, T*, int) [with T = double; size_t = long long unsigned int; index_t = long long int]':
matter.h:193:16: required from here
matter.h:96:40: warning: comparison of integer expressions of different signedness: 'R_xlen_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
In file included from atoms.h:10:
drle.h: In instantiation of 'size_t recode_drle(CompressedVector<T>, SEXP, Tval*, Tval*, Tlen*, size_t) [with Tval = int; Tlen = int; size_t = long long unsigned int; SEXP = SEXPREC*]':
drle.h:557:22: required from 'SEXPREC* recode_drle(CompressedVector<T>, SEXP) [with T = int; SEXP = SEXPREC*]'
drle.h:580:22: required from here
drle.h:533:19: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long long unsigned int'} and 'R_xlen_t' {aka 'long long int'} [-Wsign-compare]
533 | while ( i < XLENGTH(indx) && j < nruns )
| ~~^~~~~~~~~~~~~~~
drle.h: In instantiation of 'size_t recode_drle(CompressedVector<T>, SEXP, Tval*, Tval*, Tlen*, size_t) [with Tval = int; Tlen = double; size_t = long long unsigned int; SEXP = SEXPREC*]':
drle.h:561:25: required from 'SEXPREC* recode_drle(CompressedVector<T>, SEXP) [with T = int; SEXP = SEXPREC*]'
drle.h:580:22: required from here
drle.h:533:19: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long long unsigned int'} and 'R_xlen_t' {aka 'long long int'} [-Wsign-compare]
drle.h: In instantiation of 'size_t recode_drle(CompressedVector<T>, SEXP, Tval*, Tval*, Tlen*, size_t) [with Tval = double; Tlen = int; size_t = long long unsigned int; SEXP = SEXPREC*]':
drle.h:557:22: required from 'SEXPREC* recode_drle(CompressedVector<T>, SEXP) [with T = double; SEXP = SEXPREC*]'
drle.h:584:22: required from here
drle.h:533:19: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long long unsigned int'} and 'R_xlen_t' {aka 'long long int'} [-Wsign-compare]
drle.h: In instantiation of 'size_t recode_drle(CompressedVector<T>, SEXP, Tval*, Tval*, Tlen*, size_t) [with Tval = double; Tlen = double; size_t = long long unsigned int; SEXP = SEXPREC*]':
drle.h:561:25: required from 'SEXPREC* recode_drle(CompressedVector<T>, SEXP) [with T = double; SEXP = SEXPREC*]'
drle.h:584:22: required from here
drle.h:533:19: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long long unsigned int'} and 'R_xlen_t' {aka 'long long int'} [-Wsign-compare]
In file included from matter.h:6:
ops.h: In instantiation of 'size_t DeferredOps::apply(T*, index_t, size_t, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]':
matter.h:83:20: required from 'size_t MatterArray::get_region(index_t, size_t, T*, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
matter.h:153:16: required from here
ops.h:189:48: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
189 | for ( index_t j = 0; j < size; j++ )
| ~~^~~~~~
ops.h: In instantiation of 'size_t DeferredOps::apply(T*, index_t, size_t, int) [with T = int; size_t = long long unsigned int; index_t = long long int]':
matter.h:83:20: required from 'size_t MatterArray::get_region(index_t, size_t, T*, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
matter.h:157:16: required from here
ops.h:189:48: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
ops.h: In instantiation of 'size_t DeferredOps::apply(T*, index_t, size_t, int) [with T = double; size_t = long long unsigned int; index_t = long long int]':
matter.h:83:20: required from 'size_t MatterArray::get_region(index_t, size_t, T*, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
matter.h:165:16: required from here
ops.h:189:48: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
In file included from altrep.cpp:2:
matterDefines.h: In instantiation of 'size_t ArrayInterface::transpose_index(T*, SEXP, bool) [with T = long long int; size_t = long long unsigned int; SEXP = SEXPREC*]':
matter.h:116:20: required from 'size_t MatterArray::get_elements(SEXP, T*, int) [with T = unsigned char; size_t = long long unsigned int; SEXP = SEXPREC*]'
matter.h:209:18: required from here
matterDefines.h:373:47: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long long unsigned int'} and 'R_xlen_t' {aka 'long long int'} [-Wsign-compare]
373 | for ( size_t j = 0; j < XLENGTH(indx); j++ )
| ~~^~~~~~~~~~~~~~~
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = char; Tout = unsigned char; size_t = long long unsigned int; index_t = long long int]':
atoms.h:331:30: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:396:20: required from 'size_t Atoms::get_region(T*, index_t, size_t, int, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
matter.h:477:31: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
285 | if ( pos + size >= extent(atom) )
| ~~~~~~~~~~~^~~~~~~~~~~~~~~
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = unsigned char; Tout = unsigned char; size_t = long long unsigned int; index_t = long long int]':
atoms.h:333:39: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:396:20: required from 'size_t Atoms::get_region(T*, index_t, size_t, int, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
matter.h:477:31: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = short int; Tout = unsigned char; size_t = long long unsigned int; index_t = long long int]':
atoms.h:335:33: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:396:20: required from 'size_t Atoms::get_region(T*, index_t, size_t, int, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
matter.h:477:31: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = short unsigned int; Tout = unsigned char; size_t = long long unsigned int; index_t = long long int]':
atoms.h:337:34: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:396:20: required from 'size_t Atoms::get_region(T*, index_t, size_t, int, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
matter.h:477:31: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = int; Tout = unsigned char; size_t = long long unsigned int; index_t = long long int]':
atoms.h:339:33: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:396:20: required from 'size_t Atoms::get_region(T*, index_t, size_t, int, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
matter.h:477:31: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = unsigned int; Tout = unsigned char; size_t = long long unsigned int; index_t = long long int]':
atoms.h:341:34: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:396:20: required from 'size_t Atoms::get_region(T*, index_t, size_t, int, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
matter.h:477:31: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = long long int; Tout = unsigned char; size_t = long long unsigned int; index_t = long long int]':
atoms.h:343:33: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:396:20: required from 'size_t Atoms::get_region(T*, index_t, size_t, int, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
matter.h:477:31: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = long long unsigned int; Tout = unsigned char; size_t = long long unsigned int; index_t = long long int]':
atoms.h:345:34: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:396:20: required from 'size_t Atoms::get_region(T*, index_t, size_t, int, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
matter.h:477:31: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = float; Tout = unsigned char; size_t = long long unsigned int; index_t = long long int]':
atoms.h:347:31: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:396:20: required from 'size_t Atoms::get_region(T*, index_t, size_t, int, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
matter.h:477:31: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = double; Tout = unsigned char; size_t = long long unsigned int; index_t = long long int]':
atoms.h:349:32: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:396:20: required from 'size_t Atoms::get_region(T*, index_t, size_t, int, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
matter.h:477:31: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = char; Tout = int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:331:30: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
atoms.h:396:20: required from 'size_t Atoms::get_region(T*, index_t, size_t, int, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
matter.h:481:29: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = unsigned char; Tout = int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:333:39: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
atoms.h:396:20: required from 'size_t Atoms::get_region(T*, index_t, size_t, int, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
matter.h:481:29: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = short int; Tout = int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:335:33: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
atoms.h:396:20: required from 'size_t Atoms::get_region(T*, index_t, size_t, int, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
matter.h:481:29: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = short unsigned int; Tout = int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:337:34: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
atoms.h:396:20: required from 'size_t Atoms::get_region(T*, index_t, size_t, int, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
matter.h:481:29: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = int; Tout = int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:339:33: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
atoms.h:396:20: required from 'size_t Atoms::get_region(T*, index_t, size_t, int, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
matter.h:481:29: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = unsigned int; Tout = int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:341:34: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
atoms.h:396:20: required from 'size_t Atoms::get_region(T*, index_t, size_t, int, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
matter.h:481:29: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = long long int; Tout = int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:343:33: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
atoms.h:396:20: required from 'size_t Atoms::get_region(T*, index_t, size_t, int, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
matter.h:481:29: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = long long unsigned int; Tout = int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:345:34: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
atoms.h:396:20: required from 'size_t Atoms::get_region(T*, index_t, size_t, int, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
matter.h:481:29: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = float; Tout = int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:347:31: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
atoms.h:396:20: required from 'size_t Atoms::get_region(T*, index_t, size_t, int, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
matter.h:481:29: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = double; Tout = int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:349:32: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
atoms.h:396:20: required from 'size_t Atoms::get_region(T*, index_t, size_t, int, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
matter.h:481:29: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = char; Tout = double; size_t = long long unsigned int; index_t = long long int]':
atoms.h:331:30: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
atoms.h:396:20: required from 'size_t Atoms::get_region(T*, index_t, size_t, int, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
matter.h:489:32: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = unsigned char; Tout = double; size_t = long long unsigned int; index_t = long long int]':
atoms.h:333:39: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
atoms.h:396:20: required from 'size_t Atoms::get_region(T*, index_t, size_t, int, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
matter.h:489:32: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = short int; Tout = double; size_t = long long unsigned int; index_t = long long int]':
atoms.h:335:33: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
atoms.h:396:20: required from 'size_t Atoms::get_region(T*, index_t, size_t, int, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
matter.h:489:32: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = short unsigned int; Tout = double; size_t = long long unsigned int; index_t = long long int]':
atoms.h:337:34: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
atoms.h:396:20: required from 'size_t Atoms::get_region(T*, index_t, size_t, int, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
matter.h:489:32: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = int; Tout = double; size_t = long long unsigned int; index_t = long long int]':
atoms.h:339:33: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
atoms.h:396:20: required from 'size_t Atoms::get_region(T*, index_t, size_t, int, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
matter.h:489:32: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = unsigned int; Tout = double; size_t = long long unsigned int; index_t = long long int]':
atoms.h:341:34: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
atoms.h:396:20: required from 'size_t Atoms::get_region(T*, index_t, size_t, int, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
matter.h:489:32: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = long long int; Tout = double; size_t = long long unsigned int; index_t = long long int]':
atoms.h:343:33: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
atoms.h:396:20: required from 'size_t Atoms::get_region(T*, index_t, size_t, int, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
matter.h:489:32: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = long long unsigned int; Tout = double; size_t = long long unsigned int; index_t = long long int]':
atoms.h:345:34: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
atoms.h:396:20: required from 'size_t Atoms::get_region(T*, index_t, size_t, int, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
matter.h:489:32: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = float; Tout = double; size_t = long long unsigned int; index_t = long long int]':
atoms.h:347:31: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
atoms.h:396:20: required from 'size_t Atoms::get_region(T*, index_t, size_t, int, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
matter.h:489:32: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = double; Tout = double; size_t = long long unsigned int; index_t = long long int]':
atoms.h:349:32: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
atoms.h:396:20: required from 'size_t Atoms::get_region(T*, index_t, size_t, int, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
matter.h:489:32: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = char; Tout = char; size_t = long long unsigned int; index_t = long long int]':
atoms.h:331:30: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:396:20: required from 'size_t Atoms::get_region(T*, index_t, size_t, int, int) [with T = char; size_t = long long unsigned int; index_t = long long int]'
matter.h:493:30: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = unsigned char; Tout = char; size_t = long long unsigned int; index_t = long long int]':
atoms.h:333:39: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:396:20: required from 'size_t Atoms::get_region(T*, index_t, size_t, int, int) [with T = char; size_t = long long unsigned int; index_t = long long int]'
matter.h:493:30: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = short int; Tout = char; size_t = long long unsigned int; index_t = long long int]':
atoms.h:335:33: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:396:20: required from 'size_t Atoms::get_region(T*, index_t, size_t, int, int) [with T = char; size_t = long long unsigned int; index_t = long long int]'
matter.h:493:30: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = short unsigned int; Tout = char; size_t = long long unsigned int; index_t = long long int]':
atoms.h:337:34: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:396:20: required from 'size_t Atoms::get_region(T*, index_t, size_t, int, int) [with T = char; size_t = long long unsigned int; index_t = long long int]'
matter.h:493:30: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = int; Tout = char; size_t = long long unsigned int; index_t = long long int]':
atoms.h:339:33: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:396:20: required from 'size_t Atoms::get_region(T*, index_t, size_t, int, int) [with T = char; size_t = long long unsigned int; index_t = long long int]'
matter.h:493:30: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = unsigned int; Tout = char; size_t = long long unsigned int; index_t = long long int]':
atoms.h:341:34: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:396:20: required from 'size_t Atoms::get_region(T*, index_t, size_t, int, int) [with T = char; size_t = long long unsigned int; index_t = long long int]'
matter.h:493:30: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = long long int; Tout = char; size_t = long long unsigned int; index_t = long long int]':
atoms.h:343:33: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:396:20: required from 'size_t Atoms::get_region(T*, index_t, size_t, int, int) [with T = char; size_t = long long unsigned int; index_t = long long int]'
matter.h:493:30: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = long long unsigned int; Tout = char; size_t = long long unsigned int; index_t = long long int]':
atoms.h:345:34: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:396:20: required from 'size_t Atoms::get_region(T*, index_t, size_t, int, int) [with T = char; size_t = long long unsigned int; index_t = long long int]'
matter.h:493:30: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = float; Tout = char; size_t = long long unsigned int; index_t = long long int]':
atoms.h:347:31: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:396:20: required from 'size_t Atoms::get_region(T*, index_t, size_t, int, int) [with T = char; size_t = long long unsigned int; index_t = long long int]'
matter.h:493:30: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = double; Tout = char; size_t = long long unsigned int; index_t = long long int]':
atoms.h:349:32: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:396:20: required from 'size_t Atoms::get_region(T*, index_t, size_t, int, int) [with T = char; size_t = long long unsigned int; index_t = long long int]'
matter.h:493:30: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = unsigned char; Tout = char; size_t = long long unsigned int; index_t = long long int]':
atoms.h:360:31: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:418:20: required from 'size_t Atoms::set_region(T*, index_t, size_t, int, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
matter.h:520:31: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
310 | if ( pos + size >= extent(atom) )
| ~~~~~~~~~~~^~~~~~~~~~~~~~~
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = unsigned char; Tout = unsigned char; size_t = long long unsigned int; index_t = long long int]':
atoms.h:362:40: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:418:20: required from 'size_t Atoms::set_region(T*, index_t, size_t, int, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
matter.h:520:31: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = unsigned char; Tout = short int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:364:34: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:418:20: required from 'size_t Atoms::set_region(T*, index_t, size_t, int, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
matter.h:520:31: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = unsigned char; Tout = short unsigned int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:366:35: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:418:20: required from 'size_t Atoms::set_region(T*, index_t, size_t, int, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
matter.h:520:31: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = unsigned char; Tout = int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:368:34: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:418:20: required from 'size_t Atoms::set_region(T*, index_t, size_t, int, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
matter.h:520:31: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = unsigned char; Tout = unsigned int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:370:35: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:418:20: required from 'size_t Atoms::set_region(T*, index_t, size_t, int, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
matter.h:520:31: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = unsigned char; Tout = long long int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:372:34: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:418:20: required from 'size_t Atoms::set_region(T*, index_t, size_t, int, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
matter.h:520:31: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = unsigned char; Tout = long long unsigned int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:374:35: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:418:20: required from 'size_t Atoms::set_region(T*, index_t, size_t, int, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
matter.h:520:31: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = unsigned char; Tout = float; size_t = long long unsigned int; index_t = long long int]':
atoms.h:376:32: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:418:20: required from 'size_t Atoms::set_region(T*, index_t, size_t, int, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
matter.h:520:31: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = unsigned char; Tout = double; size_t = long long unsigned int; index_t = long long int]':
atoms.h:378:33: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:418:20: required from 'size_t Atoms::set_region(T*, index_t, size_t, int, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
matter.h:520:31: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = int; Tout = char; size_t = long long unsigned int; index_t = long long int]':
atoms.h:360:31: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
atoms.h:418:20: required from 'size_t Atoms::set_region(T*, index_t, size_t, int, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
matter.h:523:29: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = int; Tout = unsigned char; size_t = long long unsigned int; index_t = long long int]':
atoms.h:362:40: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
atoms.h:418:20: required from 'size_t Atoms::set_region(T*, index_t, size_t, int, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
matter.h:523:29: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = int; Tout = short int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:364:34: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
atoms.h:418:20: required from 'size_t Atoms::set_region(T*, index_t, size_t, int, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
matter.h:523:29: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = int; Tout = short unsigned int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:366:35: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
atoms.h:418:20: required from 'size_t Atoms::set_region(T*, index_t, size_t, int, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
matter.h:523:29: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = int; Tout = int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:368:34: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
atoms.h:418:20: required from 'size_t Atoms::set_region(T*, index_t, size_t, int, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
matter.h:523:29: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = int; Tout = unsigned int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:370:35: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
atoms.h:418:20: required from 'size_t Atoms::set_region(T*, index_t, size_t, int, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
matter.h:523:29: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = int; Tout = long long int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:372:34: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
atoms.h:418:20: required from 'size_t Atoms::set_region(T*, index_t, size_t, int, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
matter.h:523:29: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = int; Tout = long long unsigned int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:374:35: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
atoms.h:418:20: required from 'size_t Atoms::set_region(T*, index_t, size_t, int, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
matter.h:523:29: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = int; Tout = float; size_t = long long unsigned int; index_t = long long int]':
atoms.h:376:32: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
atoms.h:418:20: required from 'size_t Atoms::set_region(T*, index_t, size_t, int, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
matter.h:523:29: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = int; Tout = double; size_t = long long unsigned int; index_t = long long int]':
atoms.h:378:33: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
atoms.h:418:20: required from 'size_t Atoms::set_region(T*, index_t, size_t, int, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
matter.h:523:29: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = double; Tout = char; size_t = long long unsigned int; index_t = long long int]':
atoms.h:360:31: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
atoms.h:418:20: required from 'size_t Atoms::set_region(T*, index_t, size_t, int, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
matter.h:529:32: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = double; Tout = unsigned char; size_t = long long unsigned int; index_t = long long int]':
atoms.h:362:40: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
atoms.h:418:20: required from 'size_t Atoms::set_region(T*, index_t, size_t, int, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
matter.h:529:32: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = double; Tout = short int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:364:34: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
atoms.h:418:20: required from 'size_t Atoms::set_region(T*, index_t, size_t, int, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
matter.h:529:32: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = double; Tout = short unsigned int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:366:35: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
atoms.h:418:20: required from 'size_t Atoms::set_region(T*, index_t, size_t, int, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
matter.h:529:32: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = double; Tout = int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:368:34: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
atoms.h:418:20: required from 'size_t Atoms::set_region(T*, index_t, size_t, int, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
matter.h:529:32: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = double; Tout = unsigned int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:370:35: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
atoms.h:418:20: required from 'size_t Atoms::set_region(T*, index_t, size_t, int, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
matter.h:529:32: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = double; Tout = long long int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:372:34: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
atoms.h:418:20: required from 'size_t Atoms::set_region(T*, index_t, size_t, int, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
matter.h:529:32: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = double; Tout = long long unsigned int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:374:35: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
atoms.h:418:20: required from 'size_t Atoms::set_region(T*, index_t, size_t, int, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
matter.h:529:32: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = double; Tout = float; size_t = long long unsigned int; index_t = long long int]':
atoms.h:376:32: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
atoms.h:418:20: required from 'size_t Atoms::set_region(T*, index_t, size_t, int, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
matter.h:529:32: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = double; Tout = double; size_t = long long unsigned int; index_t = long long int]':
atoms.h:378:33: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
atoms.h:418:20: required from 'size_t Atoms::set_region(T*, index_t, size_t, int, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
matter.h:529:32: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = const char; Tout = char; size_t = long long unsigned int; index_t = long long int]':
atoms.h:360:31: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = const char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:418:20: required from 'size_t Atoms::set_region(T*, index_t, size_t, int, int) [with T = const char; size_t = long long unsigned int; index_t = long long int]'
matter.h:536:36: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = const char; Tout = unsigned char; size_t = long long unsigned int; index_t = long long int]':
atoms.h:362:40: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = const char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:418:20: required from 'size_t Atoms::set_region(T*, index_t, size_t, int, int) [with T = const char; size_t = long long unsigned int; index_t = long long int]'
matter.h:536:36: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = const char; Tout = short int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:364:34: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = const char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:418:20: required from 'size_t Atoms::set_region(T*, index_t, size_t, int, int) [with T = const char; size_t = long long unsigned int; index_t = long long int]'
matter.h:536:36: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = const char; Tout = short unsigned int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:366:35: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = const char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:418:20: required from 'size_t Atoms::set_region(T*, index_t, size_t, int, int) [with T = const char; size_t = long long unsigned int; index_t = long long int]'
matter.h:536:36: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = const char; Tout = int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:368:34: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = const char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:418:20: required from 'size_t Atoms::set_region(T*, index_t, size_t, int, int) [with T = const char; size_t = long long unsigned int; index_t = long long int]'
matter.h:536:36: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = const char; Tout = unsigned int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:370:35: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = const char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:418:20: required from 'size_t Atoms::set_region(T*, index_t, size_t, int, int) [with T = const char; size_t = long long unsigned int; index_t = long long int]'
matter.h:536:36: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = const char; Tout = long long int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:372:34: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = const char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:418:20: required from 'size_t Atoms::set_region(T*, index_t, size_t, int, int) [with T = const char; size_t = long long unsigned int; index_t = long long int]'
matter.h:536:36: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = const char; Tout = long long unsigned int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:374:35: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = const char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:418:20: required from 'size_t Atoms::set_region(T*, index_t, size_t, int, int) [with T = const char; size_t = long long unsigned int; index_t = long long int]'
matter.h:536:36: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = const char; Tout = float; size_t = long long unsigned int; index_t = long long int]':
atoms.h:376:32: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = const char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:418:20: required from 'size_t Atoms::set_region(T*, index_t, size_t, int, int) [with T = const char; size_t = long long unsigned int; index_t = long long int]'
matter.h:536:36: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = const char; Tout = double; size_t = long long unsigned int; index_t = long long int]':
atoms.h:378:33: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = const char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:418:20: required from 'size_t Atoms::set_region(T*, index_t, size_t, int, int) [with T = const char; size_t = long long unsigned int; index_t = long long int]'
matter.h:536:36: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
g++ -std=gnu++17 -I"F:/biocbuild/bbs-3.18-bioc/R/include" -DNDEBUG -I"C:/rtools43/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c init.cpp -o init.o
In file included from matterExports.h:6,
from init.cpp:3:
atoms.h: In member function 'SEXPREC* Atoms::regroup_index(size_t)':
atoms.h:657:48: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
657 | for ( index_t i = 0; i < ngroups; i++ )
| ~~^~~~~~~~~
atoms.h:667:48: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
667 | for ( index_t i = 0; i < ngroups; i++ )
| ~~^~~~~~~~~
In file included from matterExports.h:7:
matter.h: In member function 'void MatterArray::set_region(index_t, size_t, SEXP)':
matter.h:178:35: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long long unsigned int'} and 'R_xlen_t' {aka 'long long int'} [-Wsign-compare]
178 | if ( size > XLENGTH(value) && stride != 0 ) {
| ~~~~~^~~~~~~~~~~~~~~~
matter.h: In instantiation of 'size_t MatterArray::get_region(index_t, size_t, T*, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]':
matter.h:153:16: required from here
matter.h:73:40: warning: comparison of integer expressions of different signedness: 'R_xlen_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
73 | size = len - i > size ? size : len - i;
| ~~~~~~~~^~~~~~
matter.h: In instantiation of 'size_t MatterArray::get_region(index_t, size_t, T*, int) [with T = int; size_t = long long unsigned int; index_t = long long int]':
matter.h:157:16: required from here
matter.h:73:40: warning: comparison of integer expressions of different signedness: 'R_xlen_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
matter.h: In instantiation of 'size_t MatterArray::get_region(index_t, size_t, T*, int) [with T = double; size_t = long long unsigned int; index_t = long long int]':
matter.h:165:16: required from here
matter.h:73:40: warning: comparison of integer expressions of different signedness: 'R_xlen_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
matter.h: In instantiation of 'size_t MatterArray::set_region(index_t, size_t, T*, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]':
matter.h:184:16: required from here
matter.h:96:40: warning: comparison of integer expressions of different signedness: 'R_xlen_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
96 | size = len - i > size ? size : len - i;
| ~~~~~~~~^~~~~~
matter.h: In instantiation of 'size_t MatterArray::set_region(index_t, size_t, T*, int) [with T = int; size_t = long long unsigned int; index_t = long long int]':
matter.h:187:16: required from here
matter.h:96:40: warning: comparison of integer expressions of different signedness: 'R_xlen_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
matter.h: In instantiation of 'size_t MatterArray::set_region(index_t, size_t, T*, int) [with T = double; size_t = long long unsigned int; index_t = long long int]':
matter.h:193:16: required from here
matter.h:96:40: warning: comparison of integer expressions of different signedness: 'R_xlen_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
In file included from matterExports.h:5:
drle.h: In instantiation of 'size_t recode_drle(CompressedVector<T>, SEXP, Tval*, Tval*, Tlen*, size_t) [with Tval = int; Tlen = int; size_t = long long unsigned int; SEXP = SEXPREC*]':
drle.h:557:22: required from 'SEXPREC* recode_drle(CompressedVector<T>, SEXP) [with T = int; SEXP = SEXPREC*]'
drle.h:580:22: required from here
drle.h:533:19: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long long unsigned int'} and 'R_xlen_t' {aka 'long long int'} [-Wsign-compare]
533 | while ( i < XLENGTH(indx) && j < nruns )
| ~~^~~~~~~~~~~~~~~
drle.h: In instantiation of 'size_t recode_drle(CompressedVector<T>, SEXP, Tval*, Tval*, Tlen*, size_t) [with Tval = int; Tlen = double; size_t = long long unsigned int; SEXP = SEXPREC*]':
drle.h:561:25: required from 'SEXPREC* recode_drle(CompressedVector<T>, SEXP) [with T = int; SEXP = SEXPREC*]'
drle.h:580:22: required from here
drle.h:533:19: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long long unsigned int'} and 'R_xlen_t' {aka 'long long int'} [-Wsign-compare]
drle.h: In instantiation of 'size_t recode_drle(CompressedVector<T>, SEXP, Tval*, Tval*, Tlen*, size_t) [with Tval = double; Tlen = int; size_t = long long unsigned int; SEXP = SEXPREC*]':
drle.h:557:22: required from 'SEXPREC* recode_drle(CompressedVector<T>, SEXP) [with T = double; SEXP = SEXPREC*]'
drle.h:584:22: required from here
drle.h:533:19: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long long unsigned int'} and 'R_xlen_t' {aka 'long long int'} [-Wsign-compare]
drle.h: In instantiation of 'size_t recode_drle(CompressedVector<T>, SEXP, Tval*, Tval*, Tlen*, size_t) [with Tval = double; Tlen = double; size_t = long long unsigned int; SEXP = SEXPREC*]':
drle.h:561:25: required from 'SEXPREC* recode_drle(CompressedVector<T>, SEXP) [with T = double; SEXP = SEXPREC*]'
drle.h:584:22: required from here
drle.h:533:19: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long long unsigned int'} and 'R_xlen_t' {aka 'long long int'} [-Wsign-compare]
In file included from matter.h:6:
ops.h: In instantiation of 'size_t DeferredOps::apply(T*, index_t, size_t, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]':
matter.h:83:20: required from 'size_t MatterArray::get_region(index_t, size_t, T*, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
matter.h:153:16: required from here
ops.h:189:48: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
189 | for ( index_t j = 0; j < size; j++ )
| ~~^~~~~~
ops.h: In instantiation of 'size_t DeferredOps::apply(T*, index_t, size_t, int) [with T = int; size_t = long long unsigned int; index_t = long long int]':
matter.h:83:20: required from 'size_t MatterArray::get_region(index_t, size_t, T*, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
matter.h:157:16: required from here
ops.h:189:48: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
ops.h: In instantiation of 'size_t DeferredOps::apply(T*, index_t, size_t, int) [with T = double; size_t = long long unsigned int; index_t = long long int]':
matter.h:83:20: required from 'size_t MatterArray::get_region(index_t, size_t, T*, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
matter.h:165:16: required from here
ops.h:189:48: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
In file included from drle.h:4:
matterDefines.h: In instantiation of 'size_t ArrayInterface::transpose_index(T*, SEXP, bool) [with T = long long int; size_t = long long unsigned int; SEXP = SEXPREC*]':
matter.h:116:20: required from 'size_t MatterArray::get_elements(SEXP, T*, int) [with T = unsigned char; size_t = long long unsigned int; SEXP = SEXPREC*]'
matter.h:209:18: required from here
matterDefines.h:373:47: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long long unsigned int'} and 'R_xlen_t' {aka 'long long int'} [-Wsign-compare]
373 | for ( size_t j = 0; j < XLENGTH(indx); j++ )
| ~~^~~~~~~~~~~~~~~
In file included from matterExports.h:8:
sparse.h: In instantiation of 'size_t SparseArray::get_compressed_region(index_t, index_t, size_t, Tval*, int) [with Tind = int; Tval = int; size_t = long long unsigned int; index_t = long long int]':
sparse.h:371:43: required from 'size_t SparseArray::get_region(index_t, size_t, Tval*, int) [with Tind = int; Tval = int; size_t = long long unsigned int; index_t = long long int]'
sparse.h:402:27: required from here
sparse.h:305:48: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
305 | if ( i < 0 || i + size > sparse_extent() )
| ~~~~~~~~~^~~~~~~~~~~~~~~~~
sparse.h:331:59: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
331 | if ( ii < 0 || ii >= size )
| ~~~^~~~~~~
sparse.h: In instantiation of 'size_t SparseArray::get_compressed_region(index_t, index_t, size_t, Tval*, int) [with Tind = double; Tval = int; size_t = long long unsigned int; index_t = long long int]':
sparse.h:371:43: required from 'size_t SparseArray::get_region(index_t, size_t, Tval*, int) [with Tind = double; Tval = int; size_t = long long unsigned int; index_t = long long int]'
sparse.h:405:30: required from here
sparse.h:305:48: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
305 | if ( i < 0 || i + size > sparse_extent() )
| ~~~~~~~~~^~~~~~~~~~~~~~~~~
sparse.h:331:59: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
331 | if ( ii < 0 || ii >= size )
| ~~~^~~~~~~
sparse.h: In instantiation of 'size_t SparseArray::get_compressed_region(index_t, index_t, size_t, Tval*, int) [with Tind = int; Tval = double; size_t = long long unsigned int; index_t = long long int]':
sparse.h:371:43: required from 'size_t SparseArray::get_region(index_t, size_t, Tval*, int) [with Tind = int; Tval = double; size_t = long long unsigned int; index_t = long long int]'
sparse.h:415:30: required from here
sparse.h:305:48: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
305 | if ( i < 0 || i + size > sparse_extent() )
| ~~~~~~~~~^~~~~~~~~~~~~~~~~
sparse.h:331:59: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
331 | if ( ii < 0 || ii >= size )
| ~~~^~~~~~~
sparse.h: In instantiation of 'size_t SparseArray::get_compressed_region(index_t, index_t, size_t, Tval*, int) [with Tind = double; Tval = double; size_t = long long unsigned int; index_t = long long int]':
sparse.h:371:43: required from 'size_t SparseArray::get_region(index_t, size_t, Tval*, int) [with Tind = double; Tval = double; size_t = long long unsigned int; index_t = long long int]'
sparse.h:418:33: required from here
sparse.h:305:48: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
305 | if ( i < 0 || i + size > sparse_extent() )
| ~~~~~~~~~^~~~~~~~~~~~~~~~~
sparse.h:331:59: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
331 | if ( ii < 0 || ii >= size )
| ~~~^~~~~~~
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = char; Tout = unsigned char; size_t = long long unsigned int; index_t = long long int]':
atoms.h:331:30: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:396:20: required from 'size_t Atoms::get_region(T*, index_t, size_t, int, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
matter.h:477:31: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
285 | if ( pos + size >= extent(atom) )
| ~~~~~~~~~~~^~~~~~~~~~~~~~~
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = unsigned char; Tout = unsigned char; size_t = long long unsigned int; index_t = long long int]':
atoms.h:333:39: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:396:20: required from 'size_t Atoms::get_region(T*, index_t, size_t, int, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
matter.h:477:31: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = short int; Tout = unsigned char; size_t = long long unsigned int; index_t = long long int]':
atoms.h:335:33: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:396:20: required from 'size_t Atoms::get_region(T*, index_t, size_t, int, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
matter.h:477:31: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = short unsigned int; Tout = unsigned char; size_t = long long unsigned int; index_t = long long int]':
atoms.h:337:34: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:396:20: required from 'size_t Atoms::get_region(T*, index_t, size_t, int, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
matter.h:477:31: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = int; Tout = unsigned char; size_t = long long unsigned int; index_t = long long int]':
atoms.h:339:33: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:396:20: required from 'size_t Atoms::get_region(T*, index_t, size_t, int, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
matter.h:477:31: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = unsigned int; Tout = unsigned char; size_t = long long unsigned int; index_t = long long int]':
atoms.h:341:34: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:396:20: required from 'size_t Atoms::get_region(T*, index_t, size_t, int, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
matter.h:477:31: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = long long int; Tout = unsigned char; size_t = long long unsigned int; index_t = long long int]':
atoms.h:343:33: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:396:20: required from 'size_t Atoms::get_region(T*, index_t, size_t, int, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
matter.h:477:31: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = long long unsigned int; Tout = unsigned char; size_t = long long unsigned int; index_t = long long int]':
atoms.h:345:34: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:396:20: required from 'size_t Atoms::get_region(T*, index_t, size_t, int, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
matter.h:477:31: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = float; Tout = unsigned char; size_t = long long unsigned int; index_t = long long int]':
atoms.h:347:31: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:396:20: required from 'size_t Atoms::get_region(T*, index_t, size_t, int, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
matter.h:477:31: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = double; Tout = unsigned char; size_t = long long unsigned int; index_t = long long int]':
atoms.h:349:32: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:396:20: required from 'size_t Atoms::get_region(T*, index_t, size_t, int, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
matter.h:477:31: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = char; Tout = int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:331:30: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
atoms.h:396:20: required from 'size_t Atoms::get_region(T*, index_t, size_t, int, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
matter.h:481:29: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = unsigned char; Tout = int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:333:39: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
atoms.h:396:20: required from 'size_t Atoms::get_region(T*, index_t, size_t, int, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
matter.h:481:29: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = short int; Tout = int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:335:33: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
atoms.h:396:20: required from 'size_t Atoms::get_region(T*, index_t, size_t, int, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
matter.h:481:29: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = short unsigned int; Tout = int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:337:34: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
atoms.h:396:20: required from 'size_t Atoms::get_region(T*, index_t, size_t, int, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
matter.h:481:29: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = int; Tout = int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:339:33: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
atoms.h:396:20: required from 'size_t Atoms::get_region(T*, index_t, size_t, int, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
matter.h:481:29: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = unsigned int; Tout = int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:341:34: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
atoms.h:396:20: required from 'size_t Atoms::get_region(T*, index_t, size_t, int, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
matter.h:481:29: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = long long int; Tout = int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:343:33: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
atoms.h:396:20: required from 'size_t Atoms::get_region(T*, index_t, size_t, int, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
matter.h:481:29: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = long long unsigned int; Tout = int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:345:34: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
atoms.h:396:20: required from 'size_t Atoms::get_region(T*, index_t, size_t, int, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
matter.h:481:29: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = float; Tout = int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:347:31: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
atoms.h:396:20: required from 'size_t Atoms::get_region(T*, index_t, size_t, int, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
matter.h:481:29: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = double; Tout = int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:349:32: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
atoms.h:396:20: required from 'size_t Atoms::get_region(T*, index_t, size_t, int, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
matter.h:481:29: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = char; Tout = double; size_t = long long unsigned int; index_t = long long int]':
atoms.h:331:30: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
atoms.h:396:20: required from 'size_t Atoms::get_region(T*, index_t, size_t, int, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
matter.h:489:32: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = unsigned char; Tout = double; size_t = long long unsigned int; index_t = long long int]':
atoms.h:333:39: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
atoms.h:396:20: required from 'size_t Atoms::get_region(T*, index_t, size_t, int, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
matter.h:489:32: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = short int; Tout = double; size_t = long long unsigned int; index_t = long long int]':
atoms.h:335:33: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
atoms.h:396:20: required from 'size_t Atoms::get_region(T*, index_t, size_t, int, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
matter.h:489:32: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = short unsigned int; Tout = double; size_t = long long unsigned int; index_t = long long int]':
atoms.h:337:34: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
atoms.h:396:20: required from 'size_t Atoms::get_region(T*, index_t, size_t, int, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
matter.h:489:32: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = int; Tout = double; size_t = long long unsigned int; index_t = long long int]':
atoms.h:339:33: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
atoms.h:396:20: required from 'size_t Atoms::get_region(T*, index_t, size_t, int, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
matter.h:489:32: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = unsigned int; Tout = double; size_t = long long unsigned int; index_t = long long int]':
atoms.h:341:34: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
atoms.h:396:20: required from 'size_t Atoms::get_region(T*, index_t, size_t, int, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
matter.h:489:32: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = long long int; Tout = double; size_t = long long unsigned int; index_t = long long int]':
atoms.h:343:33: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
atoms.h:396:20: required from 'size_t Atoms::get_region(T*, index_t, size_t, int, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
matter.h:489:32: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = long long unsigned int; Tout = double; size_t = long long unsigned int; index_t = long long int]':
atoms.h:345:34: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
atoms.h:396:20: required from 'size_t Atoms::get_region(T*, index_t, size_t, int, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
matter.h:489:32: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = float; Tout = double; size_t = long long unsigned int; index_t = long long int]':
atoms.h:347:31: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
atoms.h:396:20: required from 'size_t Atoms::get_region(T*, index_t, size_t, int, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
matter.h:489:32: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = double; Tout = double; size_t = long long unsigned int; index_t = long long int]':
atoms.h:349:32: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
atoms.h:396:20: required from 'size_t Atoms::get_region(T*, index_t, size_t, int, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
matter.h:489:32: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = char; Tout = char; size_t = long long unsigned int; index_t = long long int]':
atoms.h:331:30: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:396:20: required from 'size_t Atoms::get_region(T*, index_t, size_t, int, int) [with T = char; size_t = long long unsigned int; index_t = long long int]'
matter.h:493:30: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = unsigned char; Tout = char; size_t = long long unsigned int; index_t = long long int]':
atoms.h:333:39: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:396:20: required from 'size_t Atoms::get_region(T*, index_t, size_t, int, int) [with T = char; size_t = long long unsigned int; index_t = long long int]'
matter.h:493:30: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = short int; Tout = char; size_t = long long unsigned int; index_t = long long int]':
atoms.h:335:33: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:396:20: required from 'size_t Atoms::get_region(T*, index_t, size_t, int, int) [with T = char; size_t = long long unsigned int; index_t = long long int]'
matter.h:493:30: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = short unsigned int; Tout = char; size_t = long long unsigned int; index_t = long long int]':
atoms.h:337:34: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:396:20: required from 'size_t Atoms::get_region(T*, index_t, size_t, int, int) [with T = char; size_t = long long unsigned int; index_t = long long int]'
matter.h:493:30: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = int; Tout = char; size_t = long long unsigned int; index_t = long long int]':
atoms.h:339:33: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:396:20: required from 'size_t Atoms::get_region(T*, index_t, size_t, int, int) [with T = char; size_t = long long unsigned int; index_t = long long int]'
matter.h:493:30: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = unsigned int; Tout = char; size_t = long long unsigned int; index_t = long long int]':
atoms.h:341:34: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:396:20: required from 'size_t Atoms::get_region(T*, index_t, size_t, int, int) [with T = char; size_t = long long unsigned int; index_t = long long int]'
matter.h:493:30: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = long long int; Tout = char; size_t = long long unsigned int; index_t = long long int]':
atoms.h:343:33: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:396:20: required from 'size_t Atoms::get_region(T*, index_t, size_t, int, int) [with T = char; size_t = long long unsigned int; index_t = long long int]'
matter.h:493:30: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = long long unsigned int; Tout = char; size_t = long long unsigned int; index_t = long long int]':
atoms.h:345:34: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:396:20: required from 'size_t Atoms::get_region(T*, index_t, size_t, int, int) [with T = char; size_t = long long unsigned int; index_t = long long int]'
matter.h:493:30: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = float; Tout = char; size_t = long long unsigned int; index_t = long long int]':
atoms.h:347:31: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:396:20: required from 'size_t Atoms::get_region(T*, index_t, size_t, int, int) [with T = char; size_t = long long unsigned int; index_t = long long int]'
matter.h:493:30: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = double; Tout = char; size_t = long long unsigned int; index_t = long long int]':
atoms.h:349:32: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:396:20: required from 'size_t Atoms::get_region(T*, index_t, size_t, int, int) [with T = char; size_t = long long unsigned int; index_t = long long int]'
matter.h:493:30: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = unsigned char; Tout = char; size_t = long long unsigned int; index_t = long long int]':
atoms.h:360:31: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:418:20: required from 'size_t Atoms::set_region(T*, index_t, size_t, int, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
matter.h:520:31: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
310 | if ( pos + size >= extent(atom) )
| ~~~~~~~~~~~^~~~~~~~~~~~~~~
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = unsigned char; Tout = unsigned char; size_t = long long unsigned int; index_t = long long int]':
atoms.h:362:40: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:418:20: required from 'size_t Atoms::set_region(T*, index_t, size_t, int, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
matter.h:520:31: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = unsigned char; Tout = short int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:364:34: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:418:20: required from 'size_t Atoms::set_region(T*, index_t, size_t, int, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
matter.h:520:31: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = unsigned char; Tout = short unsigned int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:366:35: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:418:20: required from 'size_t Atoms::set_region(T*, index_t, size_t, int, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
matter.h:520:31: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = unsigned char; Tout = int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:368:34: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:418:20: required from 'size_t Atoms::set_region(T*, index_t, size_t, int, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
matter.h:520:31: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = unsigned char; Tout = unsigned int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:370:35: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:418:20: required from 'size_t Atoms::set_region(T*, index_t, size_t, int, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
matter.h:520:31: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = unsigned char; Tout = long long int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:372:34: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:418:20: required from 'size_t Atoms::set_region(T*, index_t, size_t, int, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
matter.h:520:31: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = unsigned char; Tout = long long unsigned int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:374:35: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:418:20: required from 'size_t Atoms::set_region(T*, index_t, size_t, int, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
matter.h:520:31: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = unsigned char; Tout = float; size_t = long long unsigned int; index_t = long long int]':
atoms.h:376:32: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:418:20: required from 'size_t Atoms::set_region(T*, index_t, size_t, int, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
matter.h:520:31: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = unsigned char; Tout = double; size_t = long long unsigned int; index_t = long long int]':
atoms.h:378:33: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:418:20: required from 'size_t Atoms::set_region(T*, index_t, size_t, int, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
matter.h:520:31: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = int; Tout = char; size_t = long long unsigned int; index_t = long long int]':
atoms.h:360:31: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
atoms.h:418:20: required from 'size_t Atoms::set_region(T*, index_t, size_t, int, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
matter.h:523:29: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = int; Tout = unsigned char; size_t = long long unsigned int; index_t = long long int]':
atoms.h:362:40: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
atoms.h:418:20: required from 'size_t Atoms::set_region(T*, index_t, size_t, int, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
matter.h:523:29: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = int; Tout = short int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:364:34: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
atoms.h:418:20: required from 'size_t Atoms::set_region(T*, index_t, size_t, int, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
matter.h:523:29: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = int; Tout = short unsigned int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:366:35: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
atoms.h:418:20: required from 'size_t Atoms::set_region(T*, index_t, size_t, int, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
matter.h:523:29: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = int; Tout = int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:368:34: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
atoms.h:418:20: required from 'size_t Atoms::set_region(T*, index_t, size_t, int, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
matter.h:523:29: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = int; Tout = unsigned int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:370:35: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
atoms.h:418:20: required from 'size_t Atoms::set_region(T*, index_t, size_t, int, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
matter.h:523:29: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = int; Tout = long long int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:372:34: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
atoms.h:418:20: required from 'size_t Atoms::set_region(T*, index_t, size_t, int, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
matter.h:523:29: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = int; Tout = long long unsigned int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:374:35: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
atoms.h:418:20: required from 'size_t Atoms::set_region(T*, index_t, size_t, int, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
matter.h:523:29: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = int; Tout = float; size_t = long long unsigned int; index_t = long long int]':
atoms.h:376:32: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
atoms.h:418:20: required from 'size_t Atoms::set_region(T*, index_t, size_t, int, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
matter.h:523:29: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = int; Tout = double; size_t = long long unsigned int; index_t = long long int]':
atoms.h:378:33: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
atoms.h:418:20: required from 'size_t Atoms::set_region(T*, index_t, size_t, int, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
matter.h:523:29: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = double; Tout = char; size_t = long long unsigned int; index_t = long long int]':
atoms.h:360:31: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
atoms.h:418:20: required from 'size_t Atoms::set_region(T*, index_t, size_t, int, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
matter.h:529:32: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = double; Tout = unsigned char; size_t = long long unsigned int; index_t = long long int]':
atoms.h:362:40: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
atoms.h:418:20: required from 'size_t Atoms::set_region(T*, index_t, size_t, int, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
matter.h:529:32: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = double; Tout = short int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:364:34: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
atoms.h:418:20: required from 'size_t Atoms::set_region(T*, index_t, size_t, int, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
matter.h:529:32: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = double; Tout = short unsigned int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:366:35: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
atoms.h:418:20: required from 'size_t Atoms::set_region(T*, index_t, size_t, int, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
matter.h:529:32: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = double; Tout = int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:368:34: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
atoms.h:418:20: required from 'size_t Atoms::set_region(T*, index_t, size_t, int, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
matter.h:529:32: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = double; Tout = unsigned int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:370:35: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
atoms.h:418:20: required from 'size_t Atoms::set_region(T*, index_t, size_t, int, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
matter.h:529:32: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = double; Tout = long long int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:372:34: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
atoms.h:418:20: required from 'size_t Atoms::set_region(T*, index_t, size_t, int, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
matter.h:529:32: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = double; Tout = long long unsigned int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:374:35: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
atoms.h:418:20: required from 'size_t Atoms::set_region(T*, index_t, size_t, int, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
matter.h:529:32: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = double; Tout = float; size_t = long long unsigned int; index_t = long long int]':
atoms.h:376:32: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
atoms.h:418:20: required from 'size_t Atoms::set_region(T*, index_t, size_t, int, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
matter.h:529:32: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = double; Tout = double; size_t = long long unsigned int; index_t = long long int]':
atoms.h:378:33: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
atoms.h:418:20: required from 'size_t Atoms::set_region(T*, index_t, size_t, int, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
matter.h:529:32: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = const char; Tout = char; size_t = long long unsigned int; index_t = long long int]':
atoms.h:360:31: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = const char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:418:20: required from 'size_t Atoms::set_region(T*, index_t, size_t, int, int) [with T = const char; size_t = long long unsigned int; index_t = long long int]'
matter.h:536:36: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = const char; Tout = unsigned char; size_t = long long unsigned int; index_t = long long int]':
atoms.h:362:40: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = const char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:418:20: required from 'size_t Atoms::set_region(T*, index_t, size_t, int, int) [with T = const char; size_t = long long unsigned int; index_t = long long int]'
matter.h:536:36: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = const char; Tout = short int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:364:34: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = const char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:418:20: required from 'size_t Atoms::set_region(T*, index_t, size_t, int, int) [with T = const char; size_t = long long unsigned int; index_t = long long int]'
matter.h:536:36: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = const char; Tout = short unsigned int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:366:35: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = const char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:418:20: required from 'size_t Atoms::set_region(T*, index_t, size_t, int, int) [with T = const char; size_t = long long unsigned int; index_t = long long int]'
matter.h:536:36: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = const char; Tout = int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:368:34: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = const char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:418:20: required from 'size_t Atoms::set_region(T*, index_t, size_t, int, int) [with T = const char; size_t = long long unsigned int; index_t = long long int]'
matter.h:536:36: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = const char; Tout = unsigned int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:370:35: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = const char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:418:20: required from 'size_t Atoms::set_region(T*, index_t, size_t, int, int) [with T = const char; size_t = long long unsigned int; index_t = long long int]'
matter.h:536:36: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = const char; Tout = long long int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:372:34: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = const char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:418:20: required from 'size_t Atoms::set_region(T*, index_t, size_t, int, int) [with T = const char; size_t = long long unsigned int; index_t = long long int]'
matter.h:536:36: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = const char; Tout = long long unsigned int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:374:35: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = const char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:418:20: required from 'size_t Atoms::set_region(T*, index_t, size_t, int, int) [with T = const char; size_t = long long unsigned int; index_t = long long int]'
matter.h:536:36: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = const char; Tout = float; size_t = long long unsigned int; index_t = long long int]':
atoms.h:376:32: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = const char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:418:20: required from 'size_t Atoms::set_region(T*, index_t, size_t, int, int) [with T = const char; size_t = long long unsigned int; index_t = long long int]'
matter.h:536:36: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = const char; Tout = double; size_t = long long unsigned int; index_t = long long int]':
atoms.h:378:33: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = const char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:418:20: required from 'size_t Atoms::set_region(T*, index_t, size_t, int, int) [with T = const char; size_t = long long unsigned int; index_t = long long int]'
matter.h:536:36: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
sparse.h: In instantiation of 'void SparseArray::copy_domain(index_t, size_t, T*) [with T = int; index_t = long long int; size_t = long long unsigned int]':
sparse.h:318:22: required from 'size_t SparseArray::get_compressed_region(index_t, index_t, size_t, Tval*, int) [with Tind = int; Tval = int; size_t = long long unsigned int; index_t = long long int]'
sparse.h:371:43: required from 'size_t SparseArray::get_region(index_t, size_t, Tval*, int) [with Tind = int; Tval = int; size_t = long long unsigned int; index_t = long long int]'
sparse.h:402:27: required from here
sparse.h:187:48: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
187 | if ( i < 0 || i + size > sparse_extent() )
| ~~~~~~~~~^~~~~~~~~~~~~~~~~
In file included from sparse.h:5:
signal.h: In instantiation of 'size_t do_approx1(Tout*, Tx*, size_t, Tx*, Ty*, size_t, size_t, double, int, Tout, int, int) [with Tx = int; Ty = int; Tout = int; size_t = long long unsigned int]':
sparse.h:319:32: required from 'size_t SparseArray::get_compressed_region(index_t, index_t, size_t, Tval*, int) [with Tind = int; Tval = int; size_t = long long unsigned int; index_t = long long int]'
sparse.h:371:43: required from 'size_t SparseArray::get_region(index_t, size_t, Tval*, int) [with Tind = int; Tval = int; size_t = long long unsigned int; index_t = long long int]'
sparse.h:402:27: required from here
signal.h:1682:54: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
1682 | for ( index_t i = indx[j]; i < ni; i++ )
| ~~^~~~
sparse.h: In instantiation of 'void SparseArray::copy_domain(index_t, size_t, T*) [with T = double; index_t = long long int; size_t = long long unsigned int]':
sparse.h:318:22: required from 'size_t SparseArray::get_compressed_region(index_t, index_t, size_t, Tval*, int) [with Tind = double; Tval = int; size_t = long long unsigned int; index_t = long long int]'
sparse.h:371:43: required from 'size_t SparseArray::get_region(index_t, size_t, Tval*, int) [with Tind = double; Tval = int; size_t = long long unsigned int; index_t = long long int]'
sparse.h:405:30: required from here
sparse.h:187:48: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
187 | if ( i < 0 || i + size > sparse_extent() )
| ~~~~~~~~~^~~~~~~~~~~~~~~~~
signal.h: In instantiation of 'size_t do_approx1(Tout*, Tx*, size_t, Tx*, Ty*, size_t, size_t, double, int, Tout, int, int) [with Tx = double; Ty = int; Tout = int; size_t = long long unsigned int]':
sparse.h:319:32: required from 'size_t SparseArray::get_compressed_region(index_t, index_t, size_t, Tval*, int) [with Tind = double; Tval = int; size_t = long long unsigned int; index_t = long long int]'
sparse.h:371:43: required from 'size_t SparseArray::get_region(index_t, size_t, Tval*, int) [with Tind = double; Tval = int; size_t = long long unsigned int; index_t = long long int]'
sparse.h:405:30: required from here
signal.h:1682:54: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
1682 | for ( index_t i = indx[j]; i < ni; i++ )
| ~~^~~~
signal.h: In instantiation of 'size_t do_approx1(Tout*, Tx*, size_t, Tx*, Ty*, size_t, size_t, double, int, Tout, int, int) [with Tx = int; Ty = double; Tout = double; size_t = long long unsigned int]':
sparse.h:319:32: required from 'size_t SparseArray::get_compressed_region(index_t, index_t, size_t, Tval*, int) [with Tind = int; Tval = double; size_t = long long unsigned int; index_t = long long int]'
sparse.h:371:43: required from 'size_t SparseArray::get_region(index_t, size_t, Tval*, int) [with Tind = int; Tval = double; size_t = long long unsigned int; index_t = long long int]'
sparse.h:415:30: required from here
signal.h:1682:54: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
signal.h: In instantiation of 'size_t do_approx1(Tout*, Tx*, size_t, Tx*, Ty*, size_t, size_t, double, int, Tout, int, int) [with Tx = double; Ty = double; Tout = double; size_t = long long unsigned int]':
sparse.h:319:32: required from 'size_t SparseArray::get_compressed_region(index_t, index_t, size_t, Tval*, int) [with Tind = double; Tval = double; size_t = long long unsigned int; index_t = long long int]'
sparse.h:371:43: required from 'size_t SparseArray::get_region(index_t, size_t, Tval*, int) [with Tind = double; Tval = double; size_t = long long unsigned int; index_t = long long int]'
sparse.h:418:33: required from here
signal.h:1682:54: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
In file included from signal.h:6:
search.h: In instantiation of 'index_t binary_search(T, T*, size_t, size_t, double, int, int, bool, bool) [with T = int; index_t = long long int; size_t = long long unsigned int]':
signal.h:1595:19: required from 'Tout approx1(Tx, Tx*, Ty*, size_t, size_t, double, int, Tout, int) [with Tx = int; Ty = int; Tout = int; size_t = long long unsigned int]'
signal.h:1652:21: required from 'size_t do_approx1(Tout*, Tx*, size_t, Tx*, Ty*, size_t, size_t, double, int, Tout, int, int) [with Tx = int; Ty = int; Tout = int; size_t = long long unsigned int]'
sparse.h:319:32: required from 'size_t SparseArray::get_compressed_region(index_t, index_t, size_t, Tval*, int) [with Tind = int; Tval = int; size_t = long long unsigned int; index_t = long long int]'
sparse.h:371:43: required from 'size_t SparseArray::get_region(index_t, size_t, Tval*, int) [with Tind = int; Tval = int; size_t = long long unsigned int; index_t = long long int]'
sparse.h:402:27: required from here
search.h:416:16: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
416 | if ( j == end )
| ~~^~~~~~
search.h: In instantiation of 'index_t binary_search(T, T*, size_t, size_t, double, int, int, bool, bool) [with T = double; index_t = long long int; size_t = long long unsigned int]':
signal.h:1595:19: required from 'Tout approx1(Tx, Tx*, Ty*, size_t, size_t, double, int, Tout, int) [with Tx = double; Ty = int; Tout = int; size_t = long long unsigned int]'
signal.h:1652:21: required from 'size_t do_approx1(Tout*, Tx*, size_t, Tx*, Ty*, size_t, size_t, double, int, Tout, int, int) [with Tx = double; Ty = int; Tout = int; size_t = long long unsigned int]'
sparse.h:319:32: required from 'size_t SparseArray::get_compressed_region(index_t, index_t, size_t, Tval*, int) [with Tind = double; Tval = int; size_t = long long unsigned int; index_t = long long int]'
sparse.h:371:43: required from 'size_t SparseArray::get_region(index_t, size_t, Tval*, int) [with Tind = double; Tval = int; size_t = long long unsigned int; index_t = long long int]'
sparse.h:405:30: required from here
search.h:416:16: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
signal.h: In instantiation of 'index_t peak_rbound(T*, index_t, size_t) [with T = int; index_t = long long int; size_t = long long unsigned int]':
signal.h:1571:23: required from 'double interp1(Tx, Tx*, Ty*, index_t, size_t, double, int, int) [with Tx = int; Ty = int; index_t = long long int; size_t = long long unsigned int]'
signal.h:1600:16: required from 'Tout approx1(Tx, Tx*, Ty*, size_t, size_t, double, int, Tout, int) [with Tx = int; Ty = int; Tout = int; size_t = long long unsigned int]'
signal.h:1652:21: required from 'size_t do_approx1(Tout*, Tx*, size_t, Tx*, Ty*, size_t, size_t, double, int, Tout, int, int) [with Tx = int; Ty = int; Tout = int; size_t = long long unsigned int]'
sparse.h:319:32: required from 'size_t SparseArray::get_compressed_region(index_t, index_t, size_t, Tval*, int) [with Tind = int; Tval = int; size_t = long long unsigned int; index_t = long long int]'
sparse.h:371:43: required from 'size_t SparseArray::get_region(index_t, size_t, Tval*, int) [with Tind = int; Tval = int; size_t = long long unsigned int; index_t = long long int]'
sparse.h:402:27: required from here
signal.h:1271:39: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
1271 | for ( index_t i = peak + 1; i < n; i++ )
| ~~^~~
signal.h:1282:54: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
1282 | index_t rwindow = (cand + 2) < n - 1 ? (cand + 2) : n - 1;
| ~~~~~~~~~~~^~~~~~~
signal.h: In instantiation of 'double interp1_linear(Tx, Tx*, Ty*, index_t, size_t, double, int) [with Tx = int; Ty = int; index_t = long long int; size_t = long long unsigned int]':
signal.h:1575:25: required from 'double interp1(Tx, Tx*, Ty*, index_t, size_t, double, int, int) [with Tx = int; Ty = int; index_t = long long int; size_t = long long unsigned int]'
signal.h:1600:16: required from 'Tout approx1(Tx, Tx*, Ty*, size_t, size_t, double, int, Tout, int) [with Tx = int; Ty = int; Tout = int; size_t = long long unsigned int]'
signal.h:1652:21: required from 'size_t do_approx1(Tout*, Tx*, size_t, Tx*, Ty*, size_t, size_t, double, int, Tout, int, int) [with Tx = int; Ty = int; Tout = int; size_t = long long unsigned int]'
sparse.h:319:32: required from 'size_t SparseArray::get_compressed_region(index_t, index_t, size_t, Tval*, int) [with Tind = int; Tval = int; size_t = long long unsigned int; index_t = long long int]'
sparse.h:371:43: required from 'size_t SparseArray::get_region(index_t, size_t, Tval*, int) [with Tind = int; Tval = int; size_t = long long unsigned int; index_t = long long int]'
sparse.h:402:27: required from here
signal.h:1455:28: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
1455 | if ( i + 1 < n && udiff(x[i + 1], xi, tol_ref) <= tol ) {
| ~~~~~~^~~
signal.h: In instantiation of 'double interp1_cubic(Tx, Tx*, Ty*, index_t, size_t, double, int) [with Tx = int; Ty = int; index_t = long long int; size_t = long long unsigned int]':
signal.h:1577:24: required from 'double interp1(Tx, Tx*, Ty*, index_t, size_t, double, int, int) [with Tx = int; Ty = int; index_t = long long int; size_t = long long unsigned int]'
signal.h:1600:16: required from 'Tout approx1(Tx, Tx*, Ty*, size_t, size_t, double, int, Tout, int) [with Tx = int; Ty = int; Tout = int; size_t = long long unsigned int]'
signal.h:1652:21: required from 'size_t do_approx1(Tout*, Tx*, size_t, Tx*, Ty*, size_t, size_t, double, int, Tout, int, int) [with Tx = int; Ty = int; Tout = int; size_t = long long unsigned int]'
sparse.h:319:32: required from 'size_t SparseArray::get_compressed_region(index_t, index_t, size_t, Tval*, int) [with Tind = int; Tval = int; size_t = long long unsigned int; index_t = long long int]'
sparse.h:371:43: required from 'size_t SparseArray::get_region(index_t, size_t, Tval*, int) [with Tind = int; Tval = int; size_t = long long unsigned int; index_t = long long int]'
sparse.h:402:27: required from here
signal.h:1486:28: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
1486 | if ( i + 1 < n && udiff(x[i + 1], xi, tol_ref) <= tol )
| ~~~~~~^~~
signal.h:1490:28: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
1490 | if ( i + 2 < n && udiff(x[i + 2], xi, tol_ref) <= tol )
| ~~~~~~^~~
signal.h:1504:28: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
1504 | if ( i + 1 < n && udiff(x[i + 1], xi, tol_ref) <= tol )
| ~~~~~~^~~
signal.h: In instantiation of 'double interp1_linear(Tx, Tx*, Ty*, index_t, size_t, double, int) [with Tx = double; Ty = int; index_t = long long int; size_t = long long unsigned int]':
signal.h:1575:25: required from 'double interp1(Tx, Tx*, Ty*, index_t, size_t, double, int, int) [with Tx = double; Ty = int; index_t = long long int; size_t = long long unsigned int]'
signal.h:1600:16: required from 'Tout approx1(Tx, Tx*, Ty*, size_t, size_t, double, int, Tout, int) [with Tx = double; Ty = int; Tout = int; size_t = long long unsigned int]'
signal.h:1652:21: required from 'size_t do_approx1(Tout*, Tx*, size_t, Tx*, Ty*, size_t, size_t, double, int, Tout, int, int) [with Tx = double; Ty = int; Tout = int; size_t = long long unsigned int]'
sparse.h:319:32: required from 'size_t SparseArray::get_compressed_region(index_t, index_t, size_t, Tval*, int) [with Tind = double; Tval = int; size_t = long long unsigned int; index_t = long long int]'
sparse.h:371:43: required from 'size_t SparseArray::get_region(index_t, size_t, Tval*, int) [with Tind = double; Tval = int; size_t = long long unsigned int; index_t = long long int]'
sparse.h:405:30: required from here
signal.h:1455:28: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
1455 | if ( i + 1 < n && udiff(x[i + 1], xi, tol_ref) <= tol ) {
| ~~~~~~^~~
signal.h: In instantiation of 'double interp1_cubic(Tx, Tx*, Ty*, index_t, size_t, double, int) [with Tx = double; Ty = int; index_t = long long int; size_t = long long unsigned int]':
signal.h:1577:24: required from 'double interp1(Tx, Tx*, Ty*, index_t, size_t, double, int, int) [with Tx = double; Ty = int; index_t = long long int; size_t = long long unsigned int]'
signal.h:1600:16: required from 'Tout approx1(Tx, Tx*, Ty*, size_t, size_t, double, int, Tout, int) [with Tx = double; Ty = int; Tout = int; size_t = long long unsigned int]'
signal.h:1652:21: required from 'size_t do_approx1(Tout*, Tx*, size_t, Tx*, Ty*, size_t, size_t, double, int, Tout, int, int) [with Tx = double; Ty = int; Tout = int; size_t = long long unsigned int]'
sparse.h:319:32: required from 'size_t SparseArray::get_compressed_region(index_t, index_t, size_t, Tval*, int) [with Tind = double; Tval = int; size_t = long long unsigned int; index_t = long long int]'
sparse.h:371:43: required from 'size_t SparseArray::get_region(index_t, size_t, Tval*, int) [with Tind = double; Tval = int; size_t = long long unsigned int; index_t = long long int]'
sparse.h:405:30: required from here
signal.h:1486:28: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
1486 | if ( i + 1 < n && udiff(x[i + 1], xi, tol_ref) <= tol )
| ~~~~~~^~~
signal.h:1490:28: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
1490 | if ( i + 2 < n && udiff(x[i + 2], xi, tol_ref) <= tol )
| ~~~~~~^~~
signal.h:1504:28: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
1504 | if ( i + 1 < n && udiff(x[i + 1], xi, tol_ref) <= tol )
| ~~~~~~^~~
signal.h: In instantiation of 'index_t peak_rbound(T*, index_t, size_t) [with T = double; index_t = long long int; size_t = long long unsigned int]':
signal.h:1571:23: required from 'double interp1(Tx, Tx*, Ty*, index_t, size_t, double, int, int) [with Tx = int; Ty = double; index_t = long long int; size_t = long long unsigned int]'
signal.h:1600:16: required from 'Tout approx1(Tx, Tx*, Ty*, size_t, size_t, double, int, Tout, int) [with Tx = int; Ty = double; Tout = double; size_t = long long unsigned int]'
signal.h:1652:21: required from 'size_t do_approx1(Tout*, Tx*, size_t, Tx*, Ty*, size_t, size_t, double, int, Tout, int, int) [with Tx = int; Ty = double; Tout = double; size_t = long long unsigned int]'
sparse.h:319:32: required from 'size_t SparseArray::get_compressed_region(index_t, index_t, size_t, Tval*, int) [with Tind = int; Tval = double; size_t = long long unsigned int; index_t = long long int]'
sparse.h:371:43: required from 'size_t SparseArray::get_region(index_t, size_t, Tval*, int) [with Tind = int; Tval = double; size_t = long long unsigned int; index_t = long long int]'
sparse.h:415:30: required from here
signal.h:1271:39: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
1271 | for ( index_t i = peak + 1; i < n; i++ )
| ~~^~~
signal.h:1282:54: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
1282 | index_t rwindow = (cand + 2) < n - 1 ? (cand + 2) : n - 1;
| ~~~~~~~~~~~^~~~~~~
signal.h: In instantiation of 'double interp1_linear(Tx, Tx*, Ty*, index_t, size_t, double, int) [with Tx = int; Ty = double; index_t = long long int; size_t = long long unsigned int]':
signal.h:1575:25: required from 'double interp1(Tx, Tx*, Ty*, index_t, size_t, double, int, int) [with Tx = int; Ty = double; index_t = long long int; size_t = long long unsigned int]'
signal.h:1600:16: required from 'Tout approx1(Tx, Tx*, Ty*, size_t, size_t, double, int, Tout, int) [with Tx = int; Ty = double; Tout = double; size_t = long long unsigned int]'
signal.h:1652:21: required from 'size_t do_approx1(Tout*, Tx*, size_t, Tx*, Ty*, size_t, size_t, double, int, Tout, int, int) [with Tx = int; Ty = double; Tout = double; size_t = long long unsigned int]'
sparse.h:319:32: required from 'size_t SparseArray::get_compressed_region(index_t, index_t, size_t, Tval*, int) [with Tind = int; Tval = double; size_t = long long unsigned int; index_t = long long int]'
sparse.h:371:43: required from 'size_t SparseArray::get_region(index_t, size_t, Tval*, int) [with Tind = int; Tval = double; size_t = long long unsigned int; index_t = long long int]'
sparse.h:415:30: required from here
signal.h:1455:28: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
1455 | if ( i + 1 < n && udiff(x[i + 1], xi, tol_ref) <= tol ) {
| ~~~~~~^~~
signal.h: In instantiation of 'double interp1_cubic(Tx, Tx*, Ty*, index_t, size_t, double, int) [with Tx = int; Ty = double; index_t = long long int; size_t = long long unsigned int]':
signal.h:1577:24: required from 'double interp1(Tx, Tx*, Ty*, index_t, size_t, double, int, int) [with Tx = int; Ty = double; index_t = long long int; size_t = long long unsigned int]'
signal.h:1600:16: required from 'Tout approx1(Tx, Tx*, Ty*, size_t, size_t, double, int, Tout, int) [with Tx = int; Ty = double; Tout = double; size_t = long long unsigned int]'
signal.h:1652:21: required from 'size_t do_approx1(Tout*, Tx*, size_t, Tx*, Ty*, size_t, size_t, double, int, Tout, int, int) [with Tx = int; Ty = double; Tout = double; size_t = long long unsigned int]'
sparse.h:319:32: required from 'size_t SparseArray::get_compressed_region(index_t, index_t, size_t, Tval*, int) [with Tind = int; Tval = double; size_t = long long unsigned int; index_t = long long int]'
sparse.h:371:43: required from 'size_t SparseArray::get_region(index_t, size_t, Tval*, int) [with Tind = int; Tval = double; size_t = long long unsigned int; index_t = long long int]'
sparse.h:415:30: required from here
signal.h:1486:28: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
1486 | if ( i + 1 < n && udiff(x[i + 1], xi, tol_ref) <= tol )
| ~~~~~~^~~
signal.h:1490:28: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
1490 | if ( i + 2 < n && udiff(x[i + 2], xi, tol_ref) <= tol )
| ~~~~~~^~~
signal.h:1504:28: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
1504 | if ( i + 1 < n && udiff(x[i + 1], xi, tol_ref) <= tol )
| ~~~~~~^~~
signal.h: In instantiation of 'double interp1_linear(Tx, Tx*, Ty*, index_t, size_t, double, int) [with Tx = double; Ty = double; index_t = long long int; size_t = long long unsigned int]':
signal.h:1575:25: required from 'double interp1(Tx, Tx*, Ty*, index_t, size_t, double, int, int) [with Tx = double; Ty = double; index_t = long long int; size_t = long long unsigned int]'
signal.h:1600:16: required from 'Tout approx1(Tx, Tx*, Ty*, size_t, size_t, double, int, Tout, int) [with Tx = double; Ty = double; Tout = double; size_t = long long unsigned int]'
signal.h:1652:21: required from 'size_t do_approx1(Tout*, Tx*, size_t, Tx*, Ty*, size_t, size_t, double, int, Tout, int, int) [with Tx = double; Ty = double; Tout = double; size_t = long long unsigned int]'
sparse.h:319:32: required from 'size_t SparseArray::get_compressed_region(index_t, index_t, size_t, Tval*, int) [with Tind = double; Tval = double; size_t = long long unsigned int; index_t = long long int]'
sparse.h:371:43: required from 'size_t SparseArray::get_region(index_t, size_t, Tval*, int) [with Tind = double; Tval = double; size_t = long long unsigned int; index_t = long long int]'
sparse.h:418:33: required from here
signal.h:1455:28: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
1455 | if ( i + 1 < n && udiff(x[i + 1], xi, tol_ref) <= tol ) {
| ~~~~~~^~~
signal.h: In instantiation of 'double interp1_cubic(Tx, Tx*, Ty*, index_t, size_t, double, int) [with Tx = double; Ty = double; index_t = long long int; size_t = long long unsigned int]':
signal.h:1577:24: required from 'double interp1(Tx, Tx*, Ty*, index_t, size_t, double, int, int) [with Tx = double; Ty = double; index_t = long long int; size_t = long long unsigned int]'
signal.h:1600:16: required from 'Tout approx1(Tx, Tx*, Ty*, size_t, size_t, double, int, Tout, int) [with Tx = double; Ty = double; Tout = double; size_t = long long unsigned int]'
signal.h:1652:21: required from 'size_t do_approx1(Tout*, Tx*, size_t, Tx*, Ty*, size_t, size_t, double, int, Tout, int, int) [with Tx = double; Ty = double; Tout = double; size_t = long long unsigned int]'
sparse.h:319:32: required from 'size_t SparseArray::get_compressed_region(index_t, index_t, size_t, Tval*, int) [with Tind = double; Tval = double; size_t = long long unsigned int; index_t = long long int]'
sparse.h:371:43: required from 'size_t SparseArray::get_region(index_t, size_t, Tval*, int) [with Tind = double; Tval = double; size_t = long long unsigned int; index_t = long long int]'
sparse.h:418:33: required from here
signal.h:1486:28: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
1486 | if ( i + 1 < n && udiff(x[i + 1], xi, tol_ref) <= tol )
| ~~~~~~^~~
signal.h:1490:28: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
1490 | if ( i + 2 < n && udiff(x[i + 2], xi, tol_ref) <= tol )
| ~~~~~~^~~
signal.h:1504:28: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
1504 | if ( i + 1 < n && udiff(x[i + 1], xi, tol_ref) <= tol )
| ~~~~~~^~~
signal.h: In instantiation of 'index_t wupper(T, T*, index_t, size_t, double, int) [with T = int; index_t = long long int; size_t = long long unsigned int]':
signal.h:1431:24: required from 'double interp1_stat(Tx, Tx*, Ty*, index_t, size_t, double, int, int) [with Tx = int; Ty = int; index_t = long long int; size_t = long long unsigned int]'
signal.h:1567:23: required from 'double interp1(Tx, Tx*, Ty*, index_t, size_t, double, int, int) [with Tx = int; Ty = int; index_t = long long int; size_t = long long unsigned int]'
signal.h:1600:16: required from 'Tout approx1(Tx, Tx*, Ty*, size_t, size_t, double, int, Tout, int) [with Tx = int; Ty = int; Tout = int; size_t = long long unsigned int]'
signal.h:1652:21: required from 'size_t do_approx1(Tout*, Tx*, size_t, Tx*, Ty*, size_t, size_t, double, int, Tout, int, int) [with Tx = int; Ty = int; Tout = int; size_t = long long unsigned int]'
sparse.h:319:32: required from 'size_t SparseArray::get_compressed_region(index_t, index_t, size_t, Tval*, int) [with Tind = int; Tval = int; size_t = long long unsigned int; index_t = long long int]'
sparse.h:371:43: required from 'size_t SparseArray::get_region(index_t, size_t, Tval*, int) [with Tind = int; Tval = int; size_t = long long unsigned int; index_t = long long int]'
sparse.h:402:27: required from here
signal.h:1420:19: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
1420 | while ( i < n - 1 && udiff(x[i + 1], xi, tol_ref) <= tol )
| ~~^~~~~~~
signal.h: In instantiation of 'index_t wupper(T, T*, index_t, size_t, double, int) [with T = double; index_t = long long int; size_t = long long unsigned int]':
signal.h:1431:24: required from 'double interp1_stat(Tx, Tx*, Ty*, index_t, size_t, double, int, int) [with Tx = double; Ty = int; index_t = long long int; size_t = long long unsigned int]'
signal.h:1567:23: required from 'double interp1(Tx, Tx*, Ty*, index_t, size_t, double, int, int) [with Tx = double; Ty = int; index_t = long long int; size_t = long long unsigned int]'
signal.h:1600:16: required from 'Tout approx1(Tx, Tx*, Ty*, size_t, size_t, double, int, Tout, int) [with Tx = double; Ty = int; Tout = int; size_t = long long unsigned int]'
signal.h:1652:21: required from 'size_t do_approx1(Tout*, Tx*, size_t, Tx*, Ty*, size_t, size_t, double, int, Tout, int, int) [with Tx = double; Ty = int; Tout = int; size_t = long long unsigned int]'
sparse.h:319:32: required from 'size_t SparseArray::get_compressed_region(index_t, index_t, size_t, Tval*, int) [with Tind = double; Tval = int; size_t = long long unsigned int; index_t = long long int]'
sparse.h:371:43: required from 'size_t SparseArray::get_region(index_t, size_t, Tval*, int) [with Tind = double; Tval = int; size_t = long long unsigned int; index_t = long long int]'
sparse.h:405:30: required from here
signal.h:1420:19: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
In file included from init.cpp:4:
altrep.h: At global scope:
altrep.h:18:25: warning: 'matter_altstring' defined but not used [-Wunused-variable]
18 | static R_altrep_class_t matter_altstring;
| ^~~~~~~~~~~~~~~~
altrep.h:17:25: warning: 'matter_altreal' defined but not used [-Wunused-variable]
17 | static R_altrep_class_t matter_altreal;
| ^~~~~~~~~~~~~~
altrep.h:16:25: warning: 'matter_altinteger' defined but not used [-Wunused-variable]
16 | static R_altrep_class_t matter_altinteger;
| ^~~~~~~~~~~~~~~~~
altrep.h:15:25: warning: 'matter_altlogical' defined but not used [-Wunused-variable]
15 | static R_altrep_class_t matter_altlogical;
| ^~~~~~~~~~~~~~~~~
altrep.h:14:25: warning: 'matter_altraw' defined but not used [-Wunused-variable]
14 | static R_altrep_class_t matter_altraw;
| ^~~~~~~~~~~~~
g++ -std=gnu++17 -I"F:/biocbuild/bbs-3.18-bioc/R/include" -DNDEBUG -I"C:/rtools43/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c matterExports.cpp -o matterExports.o
In file included from matterExports.h:6,
from matterExports.cpp:2:
atoms.h: In member function 'SEXPREC* Atoms::regroup_index(size_t)':
atoms.h:657:48: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
657 | for ( index_t i = 0; i < ngroups; i++ )
| ~~^~~~~~~~~
atoms.h:667:48: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
667 | for ( index_t i = 0; i < ngroups; i++ )
| ~~^~~~~~~~~
In file included from matterExports.h:7:
matter.h: In member function 'void MatterArray::set_region(index_t, size_t, SEXP)':
matter.h:178:35: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long long unsigned int'} and 'R_xlen_t' {aka 'long long int'} [-Wsign-compare]
178 | if ( size > XLENGTH(value) && stride != 0 ) {
| ~~~~~^~~~~~~~~~~~~~~~
matterExports.cpp: In function 'SEXPREC* kdSearch(SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP)':
matterExports.cpp:176:32: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
176 | for ( index_t i = 0; i < nx; i++ )
| ~~^~~~
matterExports.cpp:183:56: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
183 | for ( index_t j = 0; j < k; j++ )
| ~~^~~
matterExports.cpp:193:56: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
193 | for ( index_t j = 0; j < k; j++ )
| ~~^~~
matterExports.cpp:204:40: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
204 | for ( index_t j = 0; j < nnb; j++ )
| ~~^~~~~
matterExports.cpp: In function 'SEXPREC* rowDistAt(SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP)':
matterExports.cpp:301:32: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
301 | for ( index_t i = 0; i < nout; i++ )
| ~~^~~~~~
matterExports.cpp: In function 'SEXPREC* colDistAt(SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP)':
matterExports.cpp:345:32: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
345 | for ( index_t i = 0; i < nout; i++ )
| ~~^~~~~~
matterExports.cpp: In function 'SEXPREC* warpCOW(SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP)':
matterExports.cpp:813:32: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
813 | for ( index_t i = 0; i < n; i++ )
| ~~^~~
matter.h: In instantiation of 'size_t MatterArray::get_region(index_t, size_t, T*, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]':
matter.h:153:16: required from here
matter.h:73:40: warning: comparison of integer expressions of different signedness: 'R_xlen_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
73 | size = len - i > size ? size : len - i;
| ~~~~~~~~^~~~~~
matter.h: In instantiation of 'size_t MatterArray::get_region(index_t, size_t, T*, int) [with T = int; size_t = long long unsigned int; index_t = long long int]':
matter.h:157:16: required from here
matter.h:73:40: warning: comparison of integer expressions of different signedness: 'R_xlen_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
matter.h: In instantiation of 'size_t MatterArray::get_region(index_t, size_t, T*, int) [with T = double; size_t = long long unsigned int; index_t = long long int]':
matter.h:165:16: required from here
matter.h:73:40: warning: comparison of integer expressions of different signedness: 'R_xlen_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
matter.h: In instantiation of 'size_t MatterArray::set_region(index_t, size_t, T*, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]':
matter.h:184:16: required from here
matter.h:96:40: warning: comparison of integer expressions of different signedness: 'R_xlen_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
96 | size = len - i > size ? size : len - i;
| ~~~~~~~~^~~~~~
matter.h: In instantiation of 'size_t MatterArray::set_region(index_t, size_t, T*, int) [with T = int; size_t = long long unsigned int; index_t = long long int]':
matter.h:187:16: required from here
matter.h:96:40: warning: comparison of integer expressions of different signedness: 'R_xlen_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
matter.h: In instantiation of 'size_t MatterArray::set_region(index_t, size_t, T*, int) [with T = double; size_t = long long unsigned int; index_t = long long int]':
matter.h:193:16: required from here
matter.h:96:40: warning: comparison of integer expressions of different signedness: 'R_xlen_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
In file included from signal.h:6,
from sparse.h:5,
from matterExports.h:8:
search.h: In instantiation of 'index_t kd_tree_build(T*, size_t, size_t, int*, int*) [with T = int; index_t = long long int; size_t = long long unsigned int]':
matterExports.cpp:149:24: required from here
search.h:498:22: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
498 | if ( mid + 1 < n )
| ~~~~~~~~^~~
search.h:505:46: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
505 | for ( index_t i = mid + 1; i < n; i++ )
| ~~^~~
search.h: In instantiation of 'index_t kd_tree_build(T*, size_t, size_t, int*, int*) [with T = double; index_t = long long int; size_t = long long unsigned int]':
matterExports.cpp:153:24: required from here
search.h:498:22: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
498 | if ( mid + 1 < n )
| ~~~~~~~~^~~
search.h:505:46: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
505 | for ( index_t i = mid + 1; i < n; i++ )
| ~~^~~
search.h: In instantiation of 'index_t kd_tree_search(int*, T*, T*, size_t, size_t, int*, int*, size_t, double*, int, bool) [with T = int; index_t = long long int; size_t = long long unsigned int]':
matterExports.cpp:185:25: required from here
search.h:596:40: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
596 | for ( j = 0; j < k; j++ )
| ~~^~~
search.h: In instantiation of 'index_t kd_tree_search(int*, T*, T*, size_t, size_t, int*, int*, size_t, double*, int, bool) [with T = double; index_t = long long int; size_t = long long unsigned int]':
matterExports.cpp:195:25: required from here
search.h:596:40: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
In file included from search.h:5:
dist.h: In instantiation of 'void row_dist(T*, T*, size_t, size_t, size_t, double*, int, double, double*) [with T = int; size_t = long long unsigned int]':
matterExports.cpp:253:12: required from here
dist.h:63:34: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
63 | for ( index_t ix = 0; ix < nx; ix++ )
| ~~~^~~~
dist.h:65:42: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
65 | for ( index_t iy = 0; iy < ny; iy++ )
| ~~~^~~~
dist.h: In instantiation of 'void row_dist(T*, T*, size_t, size_t, size_t, double*, int, double, double*) [with T = double; size_t = long long unsigned int]':
matterExports.cpp:257:12: required from here
dist.h:63:34: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
63 | for ( index_t ix = 0; ix < nx; ix++ )
| ~~~^~~~
dist.h:65:42: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
65 | for ( index_t iy = 0; iy < ny; iy++ )
| ~~~^~~~
dist.h: In instantiation of 'void col_dist(T*, T*, size_t, size_t, size_t, double*, int, double, double*) [with T = int; size_t = long long unsigned int]':
matterExports.cpp:278:12: required from here
dist.h:79:34: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
79 | for ( index_t ix = 0; ix < nx; ix++ )
| ~~~^~~~
dist.h:81:42: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
81 | for ( index_t iy = 0; iy < ny; iy++ )
| ~~~^~~~
dist.h: In instantiation of 'void col_dist(T*, T*, size_t, size_t, size_t, double*, int, double, double*) [with T = double; size_t = long long unsigned int]':
matterExports.cpp:282:12: required from here
dist.h:79:34: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
79 | for ( index_t ix = 0; ix < nx; ix++ )
| ~~~^~~~
dist.h:81:42: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
81 | for ( index_t iy = 0; iy < ny; iy++ )
| ~~~^~~~
dist.h: In instantiation of 'void row_dist_at(T*, T*, int*, int*, size_t, size_t, size_t, size_t, double*, int, double, double*) [with T = int; size_t = long long unsigned int]':
matterExports.cpp:319:16: required from here
dist.h:96:32: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
96 | for ( index_t i = 0; i < ni; i++ )
| ~~^~~~
dist.h:102:45: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
102 | if ( indx[i] < 0 || indx[i] >= nx )
| ~~~~~~~~^~~~~
dist.h:104:45: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
104 | if ( indy[i] < 0 || indy[i] >= ny )
| ~~~~~~~~^~~~~
dist.h: In instantiation of 'void row_dist_at(T*, T*, int*, int*, size_t, size_t, size_t, size_t, double*, int, double, double*) [with T = double; size_t = long long unsigned int]':
matterExports.cpp:323:16: required from here
dist.h:96:32: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
96 | for ( index_t i = 0; i < ni; i++ )
| ~~^~~~
dist.h:102:45: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
102 | if ( indx[i] < 0 || indx[i] >= nx )
| ~~~~~~~~^~~~~
dist.h:104:45: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
104 | if ( indy[i] < 0 || indy[i] >= ny )
| ~~~~~~~~^~~~~
dist.h: In instantiation of 'void col_dist_at(T*, T*, int*, int*, size_t, size_t, size_t, size_t, double*, int, double, double*) [with T = int; size_t = long long unsigned int]':
matterExports.cpp:363:16: required from here
dist.h:117:32: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
117 | for ( index_t i = 0; i < ni; i++ )
| ~~^~~~
dist.h:123:45: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
123 | if ( indx[i] < 0 || indx[i] >= nx )
| ~~~~~~~~^~~~~
dist.h:125:45: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
125 | if ( indy[i] < 0 || indy[i] >= ny )
| ~~~~~~~~^~~~~
dist.h: In instantiation of 'void col_dist_at(T*, T*, int*, int*, size_t, size_t, size_t, size_t, double*, int, double, double*) [with T = double; size_t = long long unsigned int]':
matterExports.cpp:367:16: required from here
dist.h:117:32: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
117 | for ( index_t i = 0; i < ni; i++ )
| ~~^~~~
dist.h:123:45: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
123 | if ( indx[i] < 0 || indx[i] >= nx )
| ~~~~~~~~^~~~~
dist.h:125:45: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
125 | if ( indy[i] < 0 || indy[i] >= ny )
| ~~~~~~~~^~~~~
dist.h: In instantiation of 'index_t do_in_poly(int*, T*, size_t, T*, size_t) [with T = int; index_t = long long int; size_t = long long unsigned int]':
matterExports.cpp:388:14: required from here
dist.h:176:32: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
176 | for ( index_t i = 0; i < n; i++ )
| ~~^~~
dist.h: In instantiation of 'index_t do_in_poly(int*, T*, size_t, T*, size_t) [with T = double; index_t = long long int; size_t = long long unsigned int]':
matterExports.cpp:392:14: required from here
dist.h:176:32: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
signal.h: In instantiation of 'void mean_filter(T*, size_t, int, double*) [with T = int; size_t = long long unsigned int]':
matterExports.cpp:648:15: required from here
signal.h:294:32: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
294 | for ( index_t i = 0; i < n; i++ )
| ~~^~~
In file included from drle.h:4,
from matterExports.h:5:
matterDefines.h:13:25: warning: comparison of integer expressions of different signedness: 'long long int' and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
13 | #define min2(x, y) ((x) < (y) ? (x) : (y))
| ~~~~^~~~~
signal.h:42:25: note: in expansion of macro 'min2'
42 | #define norm_ind(i, n) (min2(max2((i), 0), (n - 1)))
| ^~~~
signal.h:296:24: note: in expansion of macro 'norm_ind'
296 | prev = norm_ind(i - r - 1, n);
| ^~~~~~~~
matterDefines.h:13:25: warning: comparison of integer expressions of different signedness: 'long long int' and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
13 | #define min2(x, y) ((x) < (y) ? (x) : (y))
| ~~~~^~~~~
signal.h:42:25: note: in expansion of macro 'min2'
42 | #define norm_ind(i, n) (min2(max2((i), 0), (n - 1)))
| ^~~~
signal.h:297:22: note: in expansion of macro 'norm_ind'
297 | lo = norm_ind(i - r, n);
| ^~~~~~~~
matterDefines.h:13:25: warning: comparison of integer expressions of different signedness: 'long long int' and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
13 | #define min2(x, y) ((x) < (y) ? (x) : (y))
| ~~~~^~~~~
signal.h:42:25: note: in expansion of macro 'min2'
42 | #define norm_ind(i, n) (min2(max2((i), 0), (n - 1)))
| ^~~~
signal.h:298:22: note: in expansion of macro 'norm_ind'
298 | hi = norm_ind(i + r, n);
| ^~~~~~~~
matterDefines.h:13:25: warning: comparison of integer expressions of different signedness: 'long long int' and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
13 | #define min2(x, y) ((x) < (y) ? (x) : (y))
| ~~~~^~~~~
signal.h:42:25: note: in expansion of macro 'min2'
42 | #define norm_ind(i, n) (min2(max2((i), 0), (n - 1)))
| ^~~~
signal.h:313:38: note: in expansion of macro 'norm_ind'
313 | ij = norm_ind(i + j, n);
| ^~~~~~~~
signal.h:329:32: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
329 | for ( index_t i = 0; i < n; i++ )
| ~~^~~
signal.h: In instantiation of 'void mean_filter(T*, size_t, int, double*) [with T = double; size_t = long long unsigned int]':
matterExports.cpp:652:15: required from here
signal.h:294:32: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
294 | for ( index_t i = 0; i < n; i++ )
| ~~^~~
matterDefines.h:13:25: warning: comparison of integer expressions of different signedness: 'long long int' and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
13 | #define min2(x, y) ((x) < (y) ? (x) : (y))
| ~~~~^~~~~
signal.h:42:25: note: in expansion of macro 'min2'
42 | #define norm_ind(i, n) (min2(max2((i), 0), (n - 1)))
| ^~~~
signal.h:296:24: note: in expansion of macro 'norm_ind'
296 | prev = norm_ind(i - r - 1, n);
| ^~~~~~~~
matterDefines.h:13:25: warning: comparison of integer expressions of different signedness: 'long long int' and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
13 | #define min2(x, y) ((x) < (y) ? (x) : (y))
| ~~~~^~~~~
signal.h:42:25: note: in expansion of macro 'min2'
42 | #define norm_ind(i, n) (min2(max2((i), 0), (n - 1)))
| ^~~~
signal.h:297:22: note: in expansion of macro 'norm_ind'
297 | lo = norm_ind(i - r, n);
| ^~~~~~~~
matterDefines.h:13:25: warning: comparison of integer expressions of different signedness: 'long long int' and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
13 | #define min2(x, y) ((x) < (y) ? (x) : (y))
| ~~~~^~~~~
signal.h:42:25: note: in expansion of macro 'min2'
42 | #define norm_ind(i, n) (min2(max2((i), 0), (n - 1)))
| ^~~~
signal.h:298:22: note: in expansion of macro 'norm_ind'
298 | hi = norm_ind(i + r, n);
| ^~~~~~~~
matterDefines.h:13:25: warning: comparison of integer expressions of different signedness: 'long long int' and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
13 | #define min2(x, y) ((x) < (y) ? (x) : (y))
| ~~~~^~~~~
signal.h:42:25: note: in expansion of macro 'min2'
42 | #define norm_ind(i, n) (min2(max2((i), 0), (n - 1)))
| ^~~~
signal.h:313:38: note: in expansion of macro 'norm_ind'
313 | ij = norm_ind(i + j, n);
| ^~~~~~~~
signal.h:329:32: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
329 | for ( index_t i = 0; i < n; i++ )
| ~~^~~
signal.h: In instantiation of 'void linear_filter(T*, size_t, double*, int, double*) [with T = int; size_t = long long unsigned int]':
matterExports.cpp:668:17: required from here
signal.h:342:32: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
342 | for ( index_t i = 0; i < n; i++ )
| ~~^~~
matterDefines.h:13:25: warning: comparison of integer expressions of different signedness: 'long long int' and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
13 | #define min2(x, y) ((x) < (y) ? (x) : (y))
| ~~~~^~~~~
signal.h:42:25: note: in expansion of macro 'min2'
42 | #define norm_ind(i, n) (min2(max2((i), 0), (n - 1)))
| ^~~~
signal.h:353:30: note: in expansion of macro 'norm_ind'
353 | ij = norm_ind(i + j, n);
| ^~~~~~~~
signal.h: In instantiation of 'void linear_filter(T*, size_t, double*, int, double*) [with T = double; size_t = long long unsigned int]':
matterExports.cpp:672:17: required from here
signal.h:342:32: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
342 | for ( index_t i = 0; i < n; i++ )
| ~~^~~
matterDefines.h:13:25: warning: comparison of integer expressions of different signedness: 'long long int' and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
13 | #define min2(x, y) ((x) < (y) ? (x) : (y))
| ~~~~^~~~~
signal.h:42:25: note: in expansion of macro 'min2'
42 | #define norm_ind(i, n) (min2(max2((i), 0), (n - 1)))
| ^~~~
signal.h:353:30: note: in expansion of macro 'norm_ind'
353 | ij = norm_ind(i + j, n);
| ^~~~~~~~
signal.h: In instantiation of 'void bilateral_filter(T*, size_t, int, double, double, double, double*) [with T = int; size_t = long long unsigned int]':
matterExports.cpp:689:20: required from here
signal.h:379:32: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
379 | for ( index_t i = 0; i < n; i++ )
| ~~^~~
matterDefines.h:13:25: warning: comparison of integer expressions of different signedness: 'long long int' and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
13 | #define min2(x, y) ((x) < (y) ? (x) : (y))
| ~~~~^~~~~
signal.h:42:25: note: in expansion of macro 'min2'
42 | #define norm_ind(i, n) (min2(max2((i), 0), (n - 1)))
| ^~~~
signal.h:394:38: note: in expansion of macro 'norm_ind'
394 | ij = norm_ind(i + j, n);
| ^~~~~~~~
matterDefines.h:13:25: warning: comparison of integer expressions of different signedness: 'long long int' and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
13 | #define min2(x, y) ((x) < (y) ? (x) : (y))
| ~~~~^~~~~
signal.h:42:25: note: in expansion of macro 'min2'
42 | #define norm_ind(i, n) (min2(max2((i), 0), (n - 1)))
| ^~~~
signal.h:414:30: note: in expansion of macro 'norm_ind'
414 | ij = norm_ind(i + j, n);
| ^~~~~~~~
signal.h: In instantiation of 'void bilateral_filter(T*, size_t, int, double, double, double, double*) [with T = double; size_t = long long unsigned int]':
matterExports.cpp:694:20: required from here
signal.h:379:32: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
379 | for ( index_t i = 0; i < n; i++ )
| ~~^~~
matterDefines.h:13:25: warning: comparison of integer expressions of different signedness: 'long long int' and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
13 | #define min2(x, y) ((x) < (y) ? (x) : (y))
| ~~~~^~~~~
signal.h:42:25: note: in expansion of macro 'min2'
42 | #define norm_ind(i, n) (min2(max2((i), 0), (n - 1)))
| ^~~~
signal.h:394:38: note: in expansion of macro 'norm_ind'
394 | ij = norm_ind(i + j, n);
| ^~~~~~~~
matterDefines.h:13:25: warning: comparison of integer expressions of different signedness: 'long long int' and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
13 | #define min2(x, y) ((x) < (y) ? (x) : (y))
| ~~~~^~~~~
signal.h:42:25: note: in expansion of macro 'min2'
42 | #define norm_ind(i, n) (min2(max2((i), 0), (n - 1)))
| ^~~~
signal.h:414:30: note: in expansion of macro 'norm_ind'
414 | ij = norm_ind(i + j, n);
| ^~~~~~~~
signal.h: In instantiation of 'void diffusion_filter(T*, size_t, int, double, double, int, double*) [with T = int; size_t = long long unsigned int]':
matterExports.cpp:712:20: required from here
signal.h:437:32: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
437 | for ( index_t i = 0; i < n; i++ )
| ~~^~~
signal.h:443:40: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
443 | for ( index_t i = 0; i < n; i++ )
| ~~^~~
matterDefines.h:13:25: warning: comparison of integer expressions of different signedness: 'long long int' and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
13 | #define min2(x, y) ((x) < (y) ? (x) : (y))
| ~~~~^~~~~
signal.h:42:25: note: in expansion of macro 'min2'
42 | #define norm_ind(i, n) (min2(max2((i), 0), (n - 1)))
| ^~~~
signal.h:451:29: note: in expansion of macro 'norm_ind'
451 | L = norm_ind(i - 1, n);
| ^~~~~~~~
matterDefines.h:13:25: warning: comparison of integer expressions of different signedness: 'long long int' and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
13 | #define min2(x, y) ((x) < (y) ? (x) : (y))
| ~~~~^~~~~
signal.h:42:25: note: in expansion of macro 'min2'
42 | #define norm_ind(i, n) (min2(max2((i), 0), (n - 1)))
| ^~~~
signal.h:452:29: note: in expansion of macro 'norm_ind'
452 | R = norm_ind(i + 1, n);
| ^~~~~~~~
signal.h: In instantiation of 'void diffusion_filter(T*, size_t, int, double, double, int, double*) [with T = double; size_t = long long unsigned int]':
matterExports.cpp:717:20: required from here
signal.h:437:32: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
437 | for ( index_t i = 0; i < n; i++ )
| ~~^~~
signal.h:443:40: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
443 | for ( index_t i = 0; i < n; i++ )
| ~~^~~
matterDefines.h:13:25: warning: comparison of integer expressions of different signedness: 'long long int' and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
13 | #define min2(x, y) ((x) < (y) ? (x) : (y))
| ~~~~^~~~~
signal.h:42:25: note: in expansion of macro 'min2'
42 | #define norm_ind(i, n) (min2(max2((i), 0), (n - 1)))
| ^~~~
signal.h:451:29: note: in expansion of macro 'norm_ind'
451 | L = norm_ind(i - 1, n);
| ^~~~~~~~
matterDefines.h:13:25: warning: comparison of integer expressions of different signedness: 'long long int' and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
13 | #define min2(x, y) ((x) < (y) ? (x) : (y))
| ~~~~^~~~~
signal.h:42:25: note: in expansion of macro 'min2'
42 | #define norm_ind(i, n) (min2(max2((i), 0), (n - 1)))
| ^~~~
signal.h:452:29: note: in expansion of macro 'norm_ind'
452 | R = norm_ind(i + 1, n);
| ^~~~~~~~
signal.h: In instantiation of 'void bin_vector(T*, int, int*, int*, int, double*, int, double) [with T = int]':
matterExports.cpp:860:14: required from here
signal.h:878:31: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long long unsigned int'} and 'int' [-Wsign-compare]
878 | for ( size_t i = 0; i < nbin; i++ )
| ~~^~~~~~
signal.h: In instantiation of 'void bin_vector(T*, int, int*, int*, int, double*, int, double) [with T = double]':
matterExports.cpp:864:14: required from here
signal.h:878:31: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long long unsigned int'} and 'int' [-Wsign-compare]
signal.h: In instantiation of 'size_t convex_hull(T*, T*, size_t, int*, bool) [with T = int; size_t = long long unsigned int]':
matterExports.cpp:953:19: required from here
signal.h:1138:40: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
1138 | for ( index_t i = 0; i < n; i++ )
| ~~^~~
signal.h: In instantiation of 'size_t convex_hull(T*, T*, size_t, int*, bool) [with T = double; size_t = long long unsigned int]':
matterExports.cpp:957:19: required from here
signal.h:1138:40: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
signal.h: In instantiation of 'void smooth_snip(T*, size_t, T*, int, bool) [with T = int; size_t = long long unsigned int]':
matterExports.cpp:974:15: required from here
matterDefines.h:13:25: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
13 | #define min2(x, y) ((x) < (y) ? (x) : (y))
| ~~~~^~~~~
signal.h:1160:13: note: in expansion of macro 'min2'
1160 | m = min2(m, n);
| ^~~~
signal.h:1177:39: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long long unsigned int'} and 'int' [-Wsign-compare]
1177 | for ( size_t p = 1; p <= m; p++ )
| ~~^~~~
signal.h: In instantiation of 'void smooth_snip(T*, size_t, T*, int, bool) [with T = double; size_t = long long unsigned int]':
matterExports.cpp:978:15: required from here
matterDefines.h:13:25: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
13 | #define min2(x, y) ((x) < (y) ? (x) : (y))
| ~~~~^~~~~
signal.h:1160:13: note: in expansion of macro 'min2'
1160 | m = min2(m, n);
| ^~~~
signal.h:1177:39: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long long unsigned int'} and 'int' [-Wsign-compare]
1177 | for ( size_t p = 1; p <= m; p++ )
| ~~^~~~
signal.h: In instantiation of 'size_t local_maxima(T*, size_t, int*, int) [with T = int; size_t = long long unsigned int]':
matterExports.cpp:994:16: required from here
signal.h:1199:32: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
1199 | for ( index_t i = 0; i < n; i++ )
| ~~^~~
signal.h:1202:33: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
1202 | if ( i < r || i > n - r )
| ~~^~~~~~~
signal.h:1205:29: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
1205 | b = (i + r) < n - 1 ? (i + r) : n - 1;
| ~~~~~~~~^~~~~~~
signal.h: In instantiation of 'size_t local_maxima(T*, size_t, int*, int) [with T = double; size_t = long long unsigned int]':
matterExports.cpp:998:16: required from here
signal.h:1199:32: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
1199 | for ( index_t i = 0; i < n; i++ )
| ~~^~~
signal.h:1202:33: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
1202 | if ( i < r || i > n - r )
| ~~^~~~~~~
signal.h:1205:29: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
1205 | b = (i + r) < n - 1 ? (i + r) : n - 1;
| ~~~~~~~~^~~~~~~
signal.h: In instantiation of 'void peak_boundaries(T*, size_t, int*, size_t, int*, int*) [with T = int; size_t = long long unsigned int]':
matterExports.cpp:1016:19: required from here
signal.h:1308:47: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
1308 | if ( peaks[i] < 0 || peaks[i] >= n )
| ~~~~~~~~~^~~~
signal.h: In instantiation of 'void peak_boundaries(T*, size_t, int*, size_t, int*, int*) [with T = double; size_t = long long unsigned int]':
matterExports.cpp:1021:19: required from here
signal.h:1308:47: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
signal.h: In instantiation of 'void peak_bases(T*, size_t, int*, size_t, int*, int*) [with T = int; size_t = long long unsigned int]':
matterExports.cpp:1042:14: required from here
signal.h:1322:47: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
1322 | if ( peaks[i] < 0 || peaks[i] >= n )
| ~~~~~~~~~^~~~
signal.h:1335:47: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
1335 | for ( int j = peaks[i] + 1; j < n; j++ )
| ~~^~~
signal.h: In instantiation of 'void peak_bases(T*, size_t, int*, size_t, int*, int*) [with T = double; size_t = long long unsigned int]':
matterExports.cpp:1047:14: required from here
signal.h:1322:47: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
1322 | if ( peaks[i] < 0 || peaks[i] >= n )
| ~~~~~~~~~^~~~
signal.h:1335:47: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
1335 | for ( int j = peaks[i] + 1; j < n; j++ )
| ~~^~~
signal.h: In instantiation of 'void peak_widths(Tx*, Tt*, size_t, int*, size_t, int*, int*, double*, double*, double*) [with Tx = int; Tt = double; size_t = long long unsigned int]':
matterExports.cpp:1071:15: required from here
signal.h:1354:47: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
1354 | if ( peaks[i] < 0 || peaks[i] >= n )
| ~~~~~~~~~^~~~
signal.h:1356:58: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
1356 | if ( left_limit[i] < 0 || right_limit[i] >= n )
| ~~~~~~~~~~~~~~~^~~~
signal.h:1371:47: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
1371 | for ( int j = peaks[i] + 1; j < n && j <= right_limit[i]; j++ )
| ~~^~~
signal.h: In instantiation of 'void peak_widths(Tx*, Tt*, size_t, int*, size_t, int*, int*, double*, double*, double*) [with Tx = double; Tt = double; size_t = long long unsigned int]':
matterExports.cpp:1077:15: required from here
signal.h:1354:47: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
1354 | if ( peaks[i] < 0 || peaks[i] >= n )
| ~~~~~~~~~^~~~
signal.h:1356:58: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
1356 | if ( left_limit[i] < 0 || right_limit[i] >= n )
| ~~~~~~~~~~~~~~~^~~~
signal.h:1371:47: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
1371 | for ( int j = peaks[i] + 1; j < n && j <= right_limit[i]; j++ )
| ~~^~~
signal.h: In instantiation of 'void peak_areas(Tx*, Tt*, size_t, int*, size_t, int*, int*, double*) [with Tx = int; Tt = double; size_t = long long unsigned int]':
matterExports.cpp:1100:14: required from here
signal.h:1392:47: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
1392 | if ( peaks[i] < 0 || peaks[i] >= n )
| ~~~~~~~~~^~~~
signal.h:1396:58: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
1396 | if ( left_limit[i] < 0 || right_limit[i] >= n )
| ~~~~~~~~~~~~~~~^~~~
signal.h: In instantiation of 'void peak_areas(Tx*, Tt*, size_t, int*, size_t, int*, int*, double*) [with Tx = double; Tt = double; size_t = long long unsigned int]':
matterExports.cpp:1106:14: required from here
signal.h:1392:47: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
1392 | if ( peaks[i] < 0 || peaks[i] >= n )
| ~~~~~~~~~^~~~
signal.h:1396:58: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
1396 | if ( left_limit[i] < 0 || right_limit[i] >= n )
| ~~~~~~~~~~~~~~~^~~~
signal.h: In instantiation of 'size_t do_approx1(Tout*, Tx*, size_t, Tx*, Ty*, size_t, size_t, double, int, Tout, int, int) [with Tx = int; Ty = int; Tout = double; size_t = long long unsigned int]':
matterExports.cpp:1131:25: required from here
signal.h:1682:54: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
1682 | for ( index_t i = indx[j]; i < ni; i++ )
| ~~^~~~
signal.h: In instantiation of 'size_t do_approx1(Tout*, Tx*, size_t, Tx*, Ty*, size_t, size_t, double, int, Tout, int, int) [with Tx = double; Ty = int; Tout = double; size_t = long long unsigned int]':
matterExports.cpp:1137:28: required from here
signal.h:1682:54: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
signal.h: In instantiation of 'size_t do_approx1(Tout*, Tx*, size_t, Tx*, Ty*, size_t, size_t, double, int, Tout, int, int) [with Tx = int; Ty = double; Tout = double; size_t = long long unsigned int]':
matterExports.cpp:1149:28: required from here
signal.h:1682:54: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
signal.h: In instantiation of 'size_t do_approx1(Tout*, Tx*, size_t, Tx*, Ty*, size_t, size_t, double, int, Tout, int, int) [with Tx = double; Ty = double; Tout = double; size_t = long long unsigned int]':
matterExports.cpp:1155:31: required from here
signal.h:1682:54: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
In file included from matterExports.h:13:
signal2.h: In instantiation of 'void mean_filter2(T*, int, int, int, double*) [with T = int]':
matterExports.cpp:1180:16: required from here
signal2.h:153:31: warning: variable 'lo' set but not used [-Wunused-but-set-variable]
153 | index_t ii, jj, prev, lo, hi;
| ^~
signal2.h: In instantiation of 'void mean_filter2(T*, int, int, int, double*) [with T = double]':
matterExports.cpp:1184:16: required from here
signal2.h:153:31: warning: variable 'lo' set but not used [-Wunused-but-set-variable]
signal2.h: In instantiation of 'void diffusion_filter2(T*, int, int, int, double, double, int, double*) [with T = int]':
matterExports.cpp:1246:21: required from here
signal2.h:374:32: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
374 | for ( index_t i = 0; i < n; i++ )
| ~~^~~
signal2.h: In instantiation of 'void diffusion_filter2(T*, int, int, int, double, double, int, double*) [with T = double]':
matterExports.cpp:1251:21: required from here
signal2.h:374:32: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
signal2.h: In instantiation of 'size_t do_approx2(Tout*, Txy*, Txy*, size_t, Txy*, Tz*, size_t, double*, int, Tout, int, int) [with Txy = int; Tz = int; Tout = double; size_t = long long unsigned int]':
matterExports.cpp:1341:25: required from here
signal2.h:825:32: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
825 | for ( index_t i = 0; i < ni; i++ )
| ~~^~~~
signal2.h: In instantiation of 'size_t do_approx2(Tout*, Txy*, Txy*, size_t, Txy*, Tz*, size_t, double*, int, Tout, int, int) [with Txy = double; Tz = int; Tout = double; size_t = long long unsigned int]':
matterExports.cpp:1348:28: required from here
signal2.h:825:32: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
signal2.h: In instantiation of 'size_t do_approx2(Tout*, Txy*, Txy*, size_t, Txy*, Tz*, size_t, double*, int, Tout, int, int) [with Txy = int; Tz = double; Tout = double; size_t = long long unsigned int]':
matterExports.cpp:1361:28: required from here
signal2.h:825:32: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
signal2.h: In instantiation of 'size_t do_approx2(Tout*, Txy*, Txy*, size_t, Txy*, Tz*, size_t, double*, int, Tout, int, int) [with Txy = double; Tz = double; Tout = double; size_t = long long unsigned int]':
matterExports.cpp:1368:31: required from here
signal2.h:825:32: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
drle.h: In instantiation of 'size_t recode_drle(CompressedVector<T>, SEXP, Tval*, Tval*, Tlen*, size_t) [with Tval = int; Tlen = int; size_t = long long unsigned int; SEXP = SEXPREC*]':
drle.h:557:22: required from 'SEXPREC* recode_drle(CompressedVector<T>, SEXP) [with T = int; SEXP = SEXPREC*]'
drle.h:580:22: required from here
drle.h:533:19: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long long unsigned int'} and 'R_xlen_t' {aka 'long long int'} [-Wsign-compare]
533 | while ( i < XLENGTH(indx) && j < nruns )
| ~~^~~~~~~~~~~~~~~
drle.h: In instantiation of 'size_t recode_drle(CompressedVector<T>, SEXP, Tval*, Tval*, Tlen*, size_t) [with Tval = int; Tlen = double; size_t = long long unsigned int; SEXP = SEXPREC*]':
drle.h:561:25: required from 'SEXPREC* recode_drle(CompressedVector<T>, SEXP) [with T = int; SEXP = SEXPREC*]'
drle.h:580:22: required from here
drle.h:533:19: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long long unsigned int'} and 'R_xlen_t' {aka 'long long int'} [-Wsign-compare]
drle.h: In instantiation of 'size_t recode_drle(CompressedVector<T>, SEXP, Tval*, Tval*, Tlen*, size_t) [with Tval = double; Tlen = int; size_t = long long unsigned int; SEXP = SEXPREC*]':
drle.h:557:22: required from 'SEXPREC* recode_drle(CompressedVector<T>, SEXP) [with T = double; SEXP = SEXPREC*]'
drle.h:584:22: required from here
drle.h:533:19: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long long unsigned int'} and 'R_xlen_t' {aka 'long long int'} [-Wsign-compare]
drle.h: In instantiation of 'size_t recode_drle(CompressedVector<T>, SEXP, Tval*, Tval*, Tlen*, size_t) [with Tval = double; Tlen = double; size_t = long long unsigned int; SEXP = SEXPREC*]':
drle.h:561:25: required from 'SEXPREC* recode_drle(CompressedVector<T>, SEXP) [with T = double; SEXP = SEXPREC*]'
drle.h:584:22: required from here
drle.h:533:19: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long long unsigned int'} and 'R_xlen_t' {aka 'long long int'} [-Wsign-compare]
In file included from matter.h:6:
ops.h: In instantiation of 'size_t DeferredOps::apply(T*, index_t, size_t, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]':
matter.h:83:20: required from 'size_t MatterArray::get_region(index_t, size_t, T*, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
matter.h:153:16: required from here
ops.h:189:48: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
189 | for ( index_t j = 0; j < size; j++ )
| ~~^~~~~~
ops.h: In instantiation of 'size_t DeferredOps::apply(T*, index_t, size_t, int) [with T = int; size_t = long long unsigned int; index_t = long long int]':
matter.h:83:20: required from 'size_t MatterArray::get_region(index_t, size_t, T*, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
matter.h:157:16: required from here
ops.h:189:48: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
ops.h: In instantiation of 'size_t DeferredOps::apply(T*, index_t, size_t, int) [with T = double; size_t = long long unsigned int; index_t = long long int]':
matter.h:83:20: required from 'size_t MatterArray::get_region(index_t, size_t, T*, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
matter.h:165:16: required from here
ops.h:189:48: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
matterDefines.h: In instantiation of 'size_t ArrayInterface::transpose_index(T*, SEXP, bool) [with T = long long int; size_t = long long unsigned int; SEXP = SEXPREC*]':
matter.h:116:20: required from 'size_t MatterArray::get_elements(SEXP, T*, int) [with T = unsigned char; size_t = long long unsigned int; SEXP = SEXPREC*]'
matter.h:209:18: required from here
matterDefines.h:373:47: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long long unsigned int'} and 'R_xlen_t' {aka 'long long int'} [-Wsign-compare]
373 | for ( size_t j = 0; j < XLENGTH(indx); j++ )
| ~~^~~~~~~~~~~~~~~
sparse.h: In instantiation of 'size_t SparseArray::get_compressed_region(index_t, index_t, size_t, Tval*, int) [with Tind = int; Tval = int; size_t = long long unsigned int; index_t = long long int]':
sparse.h:371:43: required from 'size_t SparseArray::get_region(index_t, size_t, Tval*, int) [with Tind = int; Tval = int; size_t = long long unsigned int; index_t = long long int]'
sparse.h:402:27: required from here
sparse.h:305:48: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
305 | if ( i < 0 || i + size > sparse_extent() )
| ~~~~~~~~~^~~~~~~~~~~~~~~~~
sparse.h:331:59: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
331 | if ( ii < 0 || ii >= size )
| ~~~^~~~~~~
sparse.h: In instantiation of 'size_t SparseArray::get_compressed_region(index_t, index_t, size_t, Tval*, int) [with Tind = double; Tval = int; size_t = long long unsigned int; index_t = long long int]':
sparse.h:371:43: required from 'size_t SparseArray::get_region(index_t, size_t, Tval*, int) [with Tind = double; Tval = int; size_t = long long unsigned int; index_t = long long int]'
sparse.h:405:30: required from here
sparse.h:305:48: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
305 | if ( i < 0 || i + size > sparse_extent() )
| ~~~~~~~~~^~~~~~~~~~~~~~~~~
sparse.h:331:59: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
331 | if ( ii < 0 || ii >= size )
| ~~~^~~~~~~
sparse.h: In instantiation of 'size_t SparseArray::get_compressed_region(index_t, index_t, size_t, Tval*, int) [with Tind = int; Tval = double; size_t = long long unsigned int; index_t = long long int]':
sparse.h:371:43: required from 'size_t SparseArray::get_region(index_t, size_t, Tval*, int) [with Tind = int; Tval = double; size_t = long long unsigned int; index_t = long long int]'
sparse.h:415:30: required from here
sparse.h:305:48: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
305 | if ( i < 0 || i + size > sparse_extent() )
| ~~~~~~~~~^~~~~~~~~~~~~~~~~
sparse.h:331:59: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
331 | if ( ii < 0 || ii >= size )
| ~~~^~~~~~~
sparse.h: In instantiation of 'size_t SparseArray::get_compressed_region(index_t, index_t, size_t, Tval*, int) [with Tind = double; Tval = double; size_t = long long unsigned int; index_t = long long int]':
sparse.h:371:43: required from 'size_t SparseArray::get_region(index_t, size_t, Tval*, int) [with Tind = double; Tval = double; size_t = long long unsigned int; index_t = long long int]'
sparse.h:418:33: required from here
sparse.h:305:48: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
305 | if ( i < 0 || i + size > sparse_extent() )
| ~~~~~~~~~^~~~~~~~~~~~~~~~~
sparse.h:331:59: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
331 | if ( ii < 0 || ii >= size )
| ~~~^~~~~~~
search.h: In instantiation of 'index_t binary_search(T, T*, size_t, size_t, double, int, int, bool, bool) [with T = int; index_t = long long int; size_t = long long unsigned int]':
search.h:444:26: required from 'index_t do_binary_search(int*, T*, size_t, T*, size_t, size_t, double, int, int, bool, bool) [with T = int; index_t = long long int; size_t = long long unsigned int]'
matterExports.cpp:118:20: required from here
search.h:416:16: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
416 | if ( j == end )
| ~~^~~~~~
search.h: In instantiation of 'index_t binary_search(T, T*, size_t, size_t, double, int, int, bool, bool) [with T = double; index_t = long long int; size_t = long long unsigned int]':
search.h:444:26: required from 'index_t do_binary_search(int*, T*, size_t, T*, size_t, size_t, double, int, int, bool, bool) [with T = double; index_t = long long int; size_t = long long unsigned int]'
matterExports.cpp:123:20: required from here
search.h:416:16: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
search.h: In instantiation of 'index_t binary_search(T, T*, size_t, size_t, double, int, int, bool, bool) [with T = SEXPREC*; index_t = long long int; size_t = long long unsigned int]':
search.h:444:26: required from 'index_t do_binary_search(int*, T*, size_t, T*, size_t, size_t, double, int, int, bool, bool) [with T = SEXPREC*; index_t = long long int; size_t = long long unsigned int]'
matterExports.cpp:128:20: required from here
search.h:416:16: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
dist.h: In instantiation of 'double do_dist(T*, T*, size_t, int, int, int, double, double*) [with T = int; size_t = long long unsigned int]':
dist.h:69:34: required from 'void row_dist(T*, T*, size_t, size_t, size_t, double*, int, double, double*) [with T = int; size_t = long long unsigned int]'
matterExports.cpp:253:12: required from here
dist.h:21:32: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
21 | for ( index_t i = 0; i < k; i++ )
| ~~^~~
dist.h: In instantiation of 'double do_dist(T*, T*, size_t, int, int, int, double, double*) [with T = double; size_t = long long unsigned int]':
dist.h:69:34: required from 'void row_dist(T*, T*, size_t, size_t, size_t, double*, int, double, double*) [with T = double; size_t = long long unsigned int]'
matterExports.cpp:257:12: required from here
dist.h:21:32: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
dist.h: In instantiation of 'bool in_poly(T, T, T*, T*, size_t) [with T = int; size_t = long long unsigned int]':
dist.h:178:19: required from 'index_t do_in_poly(int*, T*, size_t, T*, size_t) [with T = int; index_t = long long int; size_t = long long unsigned int]'
matterExports.cpp:388:14: required from here
dist.h:144:39: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
144 | for ( i = 0, j = nvert - 1; i < nvert; j = i++)
| ~~^~~~~~~
dist.h: In instantiation of 'bool in_poly(T, T, T*, T*, size_t) [with T = double; size_t = long long unsigned int]':
dist.h:178:19: required from 'index_t do_in_poly(int*, T*, size_t, T*, size_t) [with T = double; index_t = long long int; size_t = long long unsigned int]'
matterExports.cpp:392:14: required from here
dist.h:144:39: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = char; Tout = unsigned char; size_t = long long unsigned int; index_t = long long int]':
atoms.h:331:30: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
matterExports.cpp:432:22: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
285 | if ( pos + size >= extent(atom) )
| ~~~~~~~~~~~^~~~~~~~~~~~~~~
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = unsigned char; Tout = unsigned char; size_t = long long unsigned int; index_t = long long int]':
atoms.h:333:39: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
matterExports.cpp:432:22: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = short int; Tout = unsigned char; size_t = long long unsigned int; index_t = long long int]':
atoms.h:335:33: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
matterExports.cpp:432:22: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = short unsigned int; Tout = unsigned char; size_t = long long unsigned int; index_t = long long int]':
atoms.h:337:34: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
matterExports.cpp:432:22: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = int; Tout = unsigned char; size_t = long long unsigned int; index_t = long long int]':
atoms.h:339:33: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
matterExports.cpp:432:22: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = unsigned int; Tout = unsigned char; size_t = long long unsigned int; index_t = long long int]':
atoms.h:341:34: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
matterExports.cpp:432:22: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = long long int; Tout = unsigned char; size_t = long long unsigned int; index_t = long long int]':
atoms.h:343:33: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
matterExports.cpp:432:22: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = long long unsigned int; Tout = unsigned char; size_t = long long unsigned int; index_t = long long int]':
atoms.h:345:34: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
matterExports.cpp:432:22: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = float; Tout = unsigned char; size_t = long long unsigned int; index_t = long long int]':
atoms.h:347:31: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
matterExports.cpp:432:22: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = double; Tout = unsigned char; size_t = long long unsigned int; index_t = long long int]':
atoms.h:349:32: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
matterExports.cpp:432:22: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = char; Tout = int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:331:30: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
matterExports.cpp:436:20: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = unsigned char; Tout = int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:333:39: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
matterExports.cpp:436:20: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = short int; Tout = int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:335:33: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
matterExports.cpp:436:20: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = short unsigned int; Tout = int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:337:34: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
matterExports.cpp:436:20: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = int; Tout = int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:339:33: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
matterExports.cpp:436:20: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = unsigned int; Tout = int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:341:34: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
matterExports.cpp:436:20: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = long long int; Tout = int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:343:33: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
matterExports.cpp:436:20: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = long long unsigned int; Tout = int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:345:34: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
matterExports.cpp:436:20: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = float; Tout = int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:347:31: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
matterExports.cpp:436:20: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = double; Tout = int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:349:32: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
matterExports.cpp:436:20: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = char; Tout = double; size_t = long long unsigned int; index_t = long long int]':
atoms.h:331:30: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
matterExports.cpp:440:23: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = unsigned char; Tout = double; size_t = long long unsigned int; index_t = long long int]':
atoms.h:333:39: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
matterExports.cpp:440:23: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = short int; Tout = double; size_t = long long unsigned int; index_t = long long int]':
atoms.h:335:33: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
matterExports.cpp:440:23: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = short unsigned int; Tout = double; size_t = long long unsigned int; index_t = long long int]':
atoms.h:337:34: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
matterExports.cpp:440:23: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = int; Tout = double; size_t = long long unsigned int; index_t = long long int]':
atoms.h:339:33: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
matterExports.cpp:440:23: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = unsigned int; Tout = double; size_t = long long unsigned int; index_t = long long int]':
atoms.h:341:34: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
matterExports.cpp:440:23: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = long long int; Tout = double; size_t = long long unsigned int; index_t = long long int]':
atoms.h:343:33: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
matterExports.cpp:440:23: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = long long unsigned int; Tout = double; size_t = long long unsigned int; index_t = long long int]':
atoms.h:345:34: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
matterExports.cpp:440:23: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = float; Tout = double; size_t = long long unsigned int; index_t = long long int]':
atoms.h:347:31: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
matterExports.cpp:440:23: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = double; Tout = double; size_t = long long unsigned int; index_t = long long int]':
atoms.h:349:32: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
matterExports.cpp:440:23: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = unsigned char; Tout = char; size_t = long long unsigned int; index_t = long long int]':
atoms.h:360:31: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
matterExports.cpp:461:22: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
310 | if ( pos + size >= extent(atom) )
| ~~~~~~~~~~~^~~~~~~~~~~~~~~
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = unsigned char; Tout = unsigned char; size_t = long long unsigned int; index_t = long long int]':
atoms.h:362:40: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
matterExports.cpp:461:22: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = unsigned char; Tout = short int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:364:34: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
matterExports.cpp:461:22: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = unsigned char; Tout = short unsigned int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:366:35: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
matterExports.cpp:461:22: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = unsigned char; Tout = int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:368:34: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
matterExports.cpp:461:22: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = unsigned char; Tout = unsigned int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:370:35: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
matterExports.cpp:461:22: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = unsigned char; Tout = long long int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:372:34: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
matterExports.cpp:461:22: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = unsigned char; Tout = long long unsigned int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:374:35: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
matterExports.cpp:461:22: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = unsigned char; Tout = float; size_t = long long unsigned int; index_t = long long int]':
atoms.h:376:32: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
matterExports.cpp:461:22: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = unsigned char; Tout = double; size_t = long long unsigned int; index_t = long long int]':
atoms.h:378:33: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = unsigned char; size_t = long long unsigned int; index_t = long long int]'
matterExports.cpp:461:22: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = int; Tout = char; size_t = long long unsigned int; index_t = long long int]':
atoms.h:360:31: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
matterExports.cpp:464:20: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = int; Tout = unsigned char; size_t = long long unsigned int; index_t = long long int]':
atoms.h:362:40: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
matterExports.cpp:464:20: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = int; Tout = short int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:364:34: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
matterExports.cpp:464:20: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = int; Tout = short unsigned int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:366:35: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
matterExports.cpp:464:20: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = int; Tout = int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:368:34: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
matterExports.cpp:464:20: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = int; Tout = unsigned int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:370:35: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
matterExports.cpp:464:20: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = int; Tout = long long int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:372:34: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
matterExports.cpp:464:20: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = int; Tout = long long unsigned int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:374:35: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
matterExports.cpp:464:20: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = int; Tout = float; size_t = long long unsigned int; index_t = long long int]':
atoms.h:376:32: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
matterExports.cpp:464:20: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = int; Tout = double; size_t = long long unsigned int; index_t = long long int]':
atoms.h:378:33: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = int; size_t = long long unsigned int; index_t = long long int]'
matterExports.cpp:464:20: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = double; Tout = char; size_t = long long unsigned int; index_t = long long int]':
atoms.h:360:31: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
matterExports.cpp:467:23: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = double; Tout = unsigned char; size_t = long long unsigned int; index_t = long long int]':
atoms.h:362:40: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
matterExports.cpp:467:23: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = double; Tout = short int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:364:34: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
matterExports.cpp:467:23: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = double; Tout = short unsigned int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:366:35: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
matterExports.cpp:467:23: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = double; Tout = int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:368:34: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
matterExports.cpp:467:23: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = double; Tout = unsigned int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:370:35: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
matterExports.cpp:467:23: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = double; Tout = long long int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:372:34: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
matterExports.cpp:467:23: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = double; Tout = long long unsigned int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:374:35: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
matterExports.cpp:467:23: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = double; Tout = float; size_t = long long unsigned int; index_t = long long int]':
atoms.h:376:32: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
matterExports.cpp:467:23: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = double; Tout = double; size_t = long long unsigned int; index_t = long long int]':
atoms.h:378:33: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = double; size_t = long long unsigned int; index_t = long long int]'
matterExports.cpp:467:23: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
signal.h: In instantiation of 'index_t peak_rbound(T*, index_t, size_t) [with T = int; index_t = long long int; size_t = long long unsigned int]':
signal.h:1311:32: required from 'void peak_boundaries(T*, size_t, int*, size_t, int*, int*) [with T = int; size_t = long long unsigned int]'
matterExports.cpp:1016:19: required from here
signal.h:1271:39: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
1271 | for ( index_t i = peak + 1; i < n; i++ )
| ~~^~~
signal.h:1282:54: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
1282 | index_t rwindow = (cand + 2) < n - 1 ? (cand + 2) : n - 1;
| ~~~~~~~~~~~^~~~~~~
signal.h: In instantiation of 'index_t peak_rbound(T*, index_t, size_t) [with T = double; index_t = long long int; size_t = long long unsigned int]':
signal.h:1311:32: required from 'void peak_boundaries(T*, size_t, int*, size_t, int*, int*) [with T = double; size_t = long long unsigned int]'
matterExports.cpp:1021:19: required from here
signal.h:1271:39: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
1271 | for ( index_t i = peak + 1; i < n; i++ )
| ~~^~~
signal.h:1282:54: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
1282 | index_t rwindow = (cand + 2) < n - 1 ? (cand + 2) : n - 1;
| ~~~~~~~~~~~^~~~~~~
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = char; Tout = char; size_t = long long unsigned int; index_t = long long int]':
atoms.h:331:30: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:396:20: required from 'size_t Atoms::get_region(T*, index_t, size_t, int, int) [with T = char; size_t = long long unsigned int; index_t = long long int]'
matter.h:493:30: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
285 | if ( pos + size >= extent(atom) )
| ~~~~~~~~~~~^~~~~~~~~~~~~~~
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = unsigned char; Tout = char; size_t = long long unsigned int; index_t = long long int]':
atoms.h:333:39: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:396:20: required from 'size_t Atoms::get_region(T*, index_t, size_t, int, int) [with T = char; size_t = long long unsigned int; index_t = long long int]'
matter.h:493:30: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = short int; Tout = char; size_t = long long unsigned int; index_t = long long int]':
atoms.h:335:33: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:396:20: required from 'size_t Atoms::get_region(T*, index_t, size_t, int, int) [with T = char; size_t = long long unsigned int; index_t = long long int]'
matter.h:493:30: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = short unsigned int; Tout = char; size_t = long long unsigned int; index_t = long long int]':
atoms.h:337:34: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:396:20: required from 'size_t Atoms::get_region(T*, index_t, size_t, int, int) [with T = char; size_t = long long unsigned int; index_t = long long int]'
matter.h:493:30: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = int; Tout = char; size_t = long long unsigned int; index_t = long long int]':
atoms.h:339:33: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:396:20: required from 'size_t Atoms::get_region(T*, index_t, size_t, int, int) [with T = char; size_t = long long unsigned int; index_t = long long int]'
matter.h:493:30: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = unsigned int; Tout = char; size_t = long long unsigned int; index_t = long long int]':
atoms.h:341:34: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:396:20: required from 'size_t Atoms::get_region(T*, index_t, size_t, int, int) [with T = char; size_t = long long unsigned int; index_t = long long int]'
matter.h:493:30: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = long long int; Tout = char; size_t = long long unsigned int; index_t = long long int]':
atoms.h:343:33: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:396:20: required from 'size_t Atoms::get_region(T*, index_t, size_t, int, int) [with T = char; size_t = long long unsigned int; index_t = long long int]'
matter.h:493:30: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = long long unsigned int; Tout = char; size_t = long long unsigned int; index_t = long long int]':
atoms.h:345:34: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:396:20: required from 'size_t Atoms::get_region(T*, index_t, size_t, int, int) [with T = char; size_t = long long unsigned int; index_t = long long int]'
matter.h:493:30: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = float; Tout = char; size_t = long long unsigned int; index_t = long long int]':
atoms.h:347:31: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:396:20: required from 'size_t Atoms::get_region(T*, index_t, size_t, int, int) [with T = char; size_t = long long unsigned int; index_t = long long int]'
matter.h:493:30: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::read_atom(Tout*, int, index_t, size_t, int) [with Tin = double; Tout = char; size_t = long long unsigned int; index_t = long long int]':
atoms.h:349:32: required from 'size_t Atoms::get_atom(T*, int, index_t, size_t, int) [with T = char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:396:20: required from 'size_t Atoms::get_region(T*, index_t, size_t, int, int) [with T = char; size_t = long long unsigned int; index_t = long long int]'
matter.h:493:30: required from here
atoms.h:285:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = const char; Tout = char; size_t = long long unsigned int; index_t = long long int]':
atoms.h:360:31: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = const char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:418:20: required from 'size_t Atoms::set_region(T*, index_t, size_t, int, int) [with T = const char; size_t = long long unsigned int; index_t = long long int]'
matter.h:536:36: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
310 | if ( pos + size >= extent(atom) )
| ~~~~~~~~~~~^~~~~~~~~~~~~~~
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = const char; Tout = unsigned char; size_t = long long unsigned int; index_t = long long int]':
atoms.h:362:40: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = const char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:418:20: required from 'size_t Atoms::set_region(T*, index_t, size_t, int, int) [with T = const char; size_t = long long unsigned int; index_t = long long int]'
matter.h:536:36: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = const char; Tout = short int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:364:34: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = const char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:418:20: required from 'size_t Atoms::set_region(T*, index_t, size_t, int, int) [with T = const char; size_t = long long unsigned int; index_t = long long int]'
matter.h:536:36: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = const char; Tout = short unsigned int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:366:35: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = const char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:418:20: required from 'size_t Atoms::set_region(T*, index_t, size_t, int, int) [with T = const char; size_t = long long unsigned int; index_t = long long int]'
matter.h:536:36: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = const char; Tout = int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:368:34: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = const char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:418:20: required from 'size_t Atoms::set_region(T*, index_t, size_t, int, int) [with T = const char; size_t = long long unsigned int; index_t = long long int]'
matter.h:536:36: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = const char; Tout = unsigned int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:370:35: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = const char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:418:20: required from 'size_t Atoms::set_region(T*, index_t, size_t, int, int) [with T = const char; size_t = long long unsigned int; index_t = long long int]'
matter.h:536:36: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = const char; Tout = long long int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:372:34: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = const char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:418:20: required from 'size_t Atoms::set_region(T*, index_t, size_t, int, int) [with T = const char; size_t = long long unsigned int; index_t = long long int]'
matter.h:536:36: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = const char; Tout = long long unsigned int; size_t = long long unsigned int; index_t = long long int]':
atoms.h:374:35: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = const char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:418:20: required from 'size_t Atoms::set_region(T*, index_t, size_t, int, int) [with T = const char; size_t = long long unsigned int; index_t = long long int]'
matter.h:536:36: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = const char; Tout = float; size_t = long long unsigned int; index_t = long long int]':
atoms.h:376:32: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = const char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:418:20: required from 'size_t Atoms::set_region(T*, index_t, size_t, int, int) [with T = const char; size_t = long long unsigned int; index_t = long long int]'
matter.h:536:36: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
atoms.h: In instantiation of 'size_t Atoms::write_atom(Tin*, int, index_t, size_t, int) [with Tin = const char; Tout = double; size_t = long long unsigned int; index_t = long long int]':
atoms.h:378:33: required from 'size_t Atoms::set_atom(T*, int, index_t, size_t, int) [with T = const char; size_t = long long unsigned int; index_t = long long int]'
atoms.h:418:20: required from 'size_t Atoms::set_region(T*, index_t, size_t, int, int) [with T = const char; size_t = long long unsigned int; index_t = long long int]'
matter.h:536:36: required from here
atoms.h:310:41: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
sparse.h: In instantiation of 'void SparseArray::copy_domain(index_t, size_t, T*) [with T = int; index_t = long long int; size_t = long long unsigned int]':
sparse.h:318:22: required from 'size_t SparseArray::get_compressed_region(index_t, index_t, size_t, Tval*, int) [with Tind = int; Tval = int; size_t = long long unsigned int; index_t = long long int]'
sparse.h:371:43: required from 'size_t SparseArray::get_region(index_t, size_t, Tval*, int) [with Tind = int; Tval = int; size_t = long long unsigned int; index_t = long long int]'
sparse.h:402:27: required from here
sparse.h:187:48: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
187 | if ( i < 0 || i + size > sparse_extent() )
| ~~~~~~~~~^~~~~~~~~~~~~~~~~
signal.h: In instantiation of 'size_t do_approx1(Tout*, Tx*, size_t, Tx*, Ty*, size_t, size_t, double, int, Tout, int, int) [with Tx = int; Ty = int; Tout = int; size_t = long long unsigned int]':
sparse.h:319:32: required from 'size_t SparseArray::get_compressed_region(index_t, index_t, size_t, Tval*, int) [with Tind = int; Tval = int; size_t = long long unsigned int; index_t = long long int]'
sparse.h:371:43: required from 'size_t SparseArray::get_region(index_t, size_t, Tval*, int) [with Tind = int; Tval = int; size_t = long long unsigned int; index_t = long long int]'
sparse.h:402:27: required from here
signal.h:1682:54: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
1682 | for ( index_t i = indx[j]; i < ni; i++ )
| ~~^~~~
sparse.h: In instantiation of 'void SparseArray::copy_domain(index_t, size_t, T*) [with T = double; index_t = long long int; size_t = long long unsigned int]':
sparse.h:318:22: required from 'size_t SparseArray::get_compressed_region(index_t, index_t, size_t, Tval*, int) [with Tind = double; Tval = int; size_t = long long unsigned int; index_t = long long int]'
sparse.h:371:43: required from 'size_t SparseArray::get_region(index_t, size_t, Tval*, int) [with Tind = double; Tval = int; size_t = long long unsigned int; index_t = long long int]'
sparse.h:405:30: required from here
sparse.h:187:48: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'index_t' {aka 'long long int'} [-Wsign-compare]
187 | if ( i < 0 || i + size > sparse_extent() )
| ~~~~~~~~~^~~~~~~~~~~~~~~~~
signal.h: In instantiation of 'size_t do_approx1(Tout*, Tx*, size_t, Tx*, Ty*, size_t, size_t, double, int, Tout, int, int) [with Tx = double; Ty = int; Tout = int; size_t = long long unsigned int]':
sparse.h:319:32: required from 'size_t SparseArray::get_compressed_region(index_t, index_t, size_t, Tval*, int) [with Tind = double; Tval = int; size_t = long long unsigned int; index_t = long long int]'
sparse.h:371:43: required from 'size_t SparseArray::get_region(index_t, size_t, Tval*, int) [with Tind = double; Tval = int; size_t = long long unsigned int; index_t = long long int]'
sparse.h:405:30: required from here
signal.h:1682:54: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
1682 | for ( index_t i = indx[j]; i < ni; i++ )
| ~~^~~~
signal.h: In instantiation of 'double interp1_linear(Tx, Tx*, Ty*, index_t, size_t, double, int) [with Tx = int; Ty = int; index_t = long long int; size_t = long long unsigned int]':
signal.h:1575:25: required from 'double interp1(Tx, Tx*, Ty*, index_t, size_t, double, int, int) [with Tx = int; Ty = int; index_t = long long int; size_t = long long unsigned int]'
signal.h:1600:16: required from 'Tout approx1(Tx, Tx*, Ty*, size_t, size_t, double, int, Tout, int) [with Tx = int; Ty = int; Tout = double; size_t = long long unsigned int]'
signal.h:1652:21: required from 'size_t do_approx1(Tout*, Tx*, size_t, Tx*, Ty*, size_t, size_t, double, int, Tout, int, int) [with Tx = int; Ty = int; Tout = double; size_t = long long unsigned int]'
matterExports.cpp:1131:25: required from here
signal.h:1455:28: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
1455 | if ( i + 1 < n && udiff(x[i + 1], xi, tol_ref) <= tol ) {
| ~~~~~~^~~
signal.h: In instantiation of 'double interp1_cubic(Tx, Tx*, Ty*, index_t, size_t, double, int) [with Tx = int; Ty = int; index_t = long long int; size_t = long long unsigned int]':
signal.h:1577:24: required from 'double interp1(Tx, Tx*, Ty*, index_t, size_t, double, int, int) [with Tx = int; Ty = int; index_t = long long int; size_t = long long unsigned int]'
signal.h:1600:16: required from 'Tout approx1(Tx, Tx*, Ty*, size_t, size_t, double, int, Tout, int) [with Tx = int; Ty = int; Tout = double; size_t = long long unsigned int]'
signal.h:1652:21: required from 'size_t do_approx1(Tout*, Tx*, size_t, Tx*, Ty*, size_t, size_t, double, int, Tout, int, int) [with Tx = int; Ty = int; Tout = double; size_t = long long unsigned int]'
matterExports.cpp:1131:25: required from here
signal.h:1486:28: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
1486 | if ( i + 1 < n && udiff(x[i + 1], xi, tol_ref) <= tol )
| ~~~~~~^~~
signal.h:1490:28: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
1490 | if ( i + 2 < n && udiff(x[i + 2], xi, tol_ref) <= tol )
| ~~~~~~^~~
signal.h:1504:28: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
1504 | if ( i + 1 < n && udiff(x[i + 1], xi, tol_ref) <= tol )
| ~~~~~~^~~
signal.h: In instantiation of 'double interp1_linear(Tx, Tx*, Ty*, index_t, size_t, double, int) [with Tx = double; Ty = int; index_t = long long int; size_t = long long unsigned int]':
signal.h:1575:25: required from 'double interp1(Tx, Tx*, Ty*, index_t, size_t, double, int, int) [with Tx = double; Ty = int; index_t = long long int; size_t = long long unsigned int]'
signal.h:1600:16: required from 'Tout approx1(Tx, Tx*, Ty*, size_t, size_t, double, int, Tout, int) [with Tx = double; Ty = int; Tout = double; size_t = long long unsigned int]'
signal.h:1652:21: required from 'size_t do_approx1(Tout*, Tx*, size_t, Tx*, Ty*, size_t, size_t, double, int, Tout, int, int) [with Tx = double; Ty = int; Tout = double; size_t = long long unsigned int]'
matterExports.cpp:1137:28: required from here
signal.h:1455:28: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
1455 | if ( i + 1 < n && udiff(x[i + 1], xi, tol_ref) <= tol ) {
| ~~~~~~^~~
signal.h: In instantiation of 'double interp1_cubic(Tx, Tx*, Ty*, index_t, size_t, double, int) [with Tx = double; Ty = int; index_t = long long int; size_t = long long unsigned int]':
signal.h:1577:24: required from 'double interp1(Tx, Tx*, Ty*, index_t, size_t, double, int, int) [with Tx = double; Ty = int; index_t = long long int; size_t = long long unsigned int]'
signal.h:1600:16: required from 'Tout approx1(Tx, Tx*, Ty*, size_t, size_t, double, int, Tout, int) [with Tx = double; Ty = int; Tout = double; size_t = long long unsigned int]'
signal.h:1652:21: required from 'size_t do_approx1(Tout*, Tx*, size_t, Tx*, Ty*, size_t, size_t, double, int, Tout, int, int) [with Tx = double; Ty = int; Tout = double; size_t = long long unsigned int]'
matterExports.cpp:1137:28: required from here
signal.h:1486:28: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
1486 | if ( i + 1 < n && udiff(x[i + 1], xi, tol_ref) <= tol )
| ~~~~~~^~~
signal.h:1490:28: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
1490 | if ( i + 2 < n && udiff(x[i + 2], xi, tol_ref) <= tol )
| ~~~~~~^~~
signal.h:1504:28: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
1504 | if ( i + 1 < n && udiff(x[i + 1], xi, tol_ref) <= tol )
| ~~~~~~^~~
signal.h: In instantiation of 'double interp1_linear(Tx, Tx*, Ty*, index_t, size_t, double, int) [with Tx = int; Ty = double; index_t = long long int; size_t = long long unsigned int]':
signal.h:1575:25: required from 'double interp1(Tx, Tx*, Ty*, index_t, size_t, double, int, int) [with Tx = int; Ty = double; index_t = long long int; size_t = long long unsigned int]'
signal.h:1600:16: required from 'Tout approx1(Tx, Tx*, Ty*, size_t, size_t, double, int, Tout, int) [with Tx = int; Ty = double; Tout = double; size_t = long long unsigned int]'
signal.h:1652:21: required from 'size_t do_approx1(Tout*, Tx*, size_t, Tx*, Ty*, size_t, size_t, double, int, Tout, int, int) [with Tx = int; Ty = double; Tout = double; size_t = long long unsigned int]'
matterExports.cpp:1149:28: required from here
signal.h:1455:28: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
1455 | if ( i + 1 < n && udiff(x[i + 1], xi, tol_ref) <= tol ) {
| ~~~~~~^~~
signal.h: In instantiation of 'double interp1_cubic(Tx, Tx*, Ty*, index_t, size_t, double, int) [with Tx = int; Ty = double; index_t = long long int; size_t = long long unsigned int]':
signal.h:1577:24: required from 'double interp1(Tx, Tx*, Ty*, index_t, size_t, double, int, int) [with Tx = int; Ty = double; index_t = long long int; size_t = long long unsigned int]'
signal.h:1600:16: required from 'Tout approx1(Tx, Tx*, Ty*, size_t, size_t, double, int, Tout, int) [with Tx = int; Ty = double; Tout = double; size_t = long long unsigned int]'
signal.h:1652:21: required from 'size_t do_approx1(Tout*, Tx*, size_t, Tx*, Ty*, size_t, size_t, double, int, Tout, int, int) [with Tx = int; Ty = double; Tout = double; size_t = long long unsigned int]'
matterExports.cpp:1149:28: required from here
signal.h:1486:28: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
1486 | if ( i + 1 < n && udiff(x[i + 1], xi, tol_ref) <= tol )
| ~~~~~~^~~
signal.h:1490:28: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
1490 | if ( i + 2 < n && udiff(x[i + 2], xi, tol_ref) <= tol )
| ~~~~~~^~~
signal.h:1504:28: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
1504 | if ( i + 1 < n && udiff(x[i + 1], xi, tol_ref) <= tol )
| ~~~~~~^~~
signal.h: In instantiation of 'double interp1_linear(Tx, Tx*, Ty*, index_t, size_t, double, int) [with Tx = double; Ty = double; index_t = long long int; size_t = long long unsigned int]':
signal.h:1575:25: required from 'double interp1(Tx, Tx*, Ty*, index_t, size_t, double, int, int) [with Tx = double; Ty = double; index_t = long long int; size_t = long long unsigned int]'
signal.h:1600:16: required from 'Tout approx1(Tx, Tx*, Ty*, size_t, size_t, double, int, Tout, int) [with Tx = double; Ty = double; Tout = double; size_t = long long unsigned int]'
signal.h:1652:21: required from 'size_t do_approx1(Tout*, Tx*, size_t, Tx*, Ty*, size_t, size_t, double, int, Tout, int, int) [with Tx = double; Ty = double; Tout = double; size_t = long long unsigned int]'
matterExports.cpp:1155:31: required from here
signal.h:1455:28: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
1455 | if ( i + 1 < n && udiff(x[i + 1], xi, tol_ref) <= tol ) {
| ~~~~~~^~~
signal.h: In instantiation of 'double interp1_cubic(Tx, Tx*, Ty*, index_t, size_t, double, int) [with Tx = double; Ty = double; index_t = long long int; size_t = long long unsigned int]':
signal.h:1577:24: required from 'double interp1(Tx, Tx*, Ty*, index_t, size_t, double, int, int) [with Tx = double; Ty = double; index_t = long long int; size_t = long long unsigned int]'
signal.h:1600:16: required from 'Tout approx1(Tx, Tx*, Ty*, size_t, size_t, double, int, Tout, int) [with Tx = double; Ty = double; Tout = double; size_t = long long unsigned int]'
signal.h:1652:21: required from 'size_t do_approx1(Tout*, Tx*, size_t, Tx*, Ty*, size_t, size_t, double, int, Tout, int, int) [with Tx = double; Ty = double; Tout = double; size_t = long long unsigned int]'
matterExports.cpp:1155:31: required from here
signal.h:1486:28: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
1486 | if ( i + 1 < n && udiff(x[i + 1], xi, tol_ref) <= tol )
| ~~~~~~^~~
signal.h:1490:28: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
1490 | if ( i + 2 < n && udiff(x[i + 2], xi, tol_ref) <= tol )
| ~~~~~~^~~
signal.h:1504:28: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
1504 | if ( i + 1 < n && udiff(x[i + 1], xi, tol_ref) <= tol )
| ~~~~~~^~~
signal.h: In instantiation of 'index_t wupper(T, T*, index_t, size_t, double, int) [with T = int; index_t = long long int; size_t = long long unsigned int]':
signal.h:1431:24: required from 'double interp1_stat(Tx, Tx*, Ty*, index_t, size_t, double, int, int) [with Tx = int; Ty = int; index_t = long long int; size_t = long long unsigned int]'
signal.h:1567:23: required from 'double interp1(Tx, Tx*, Ty*, index_t, size_t, double, int, int) [with Tx = int; Ty = int; index_t = long long int; size_t = long long unsigned int]'
signal.h:1600:16: required from 'Tout approx1(Tx, Tx*, Ty*, size_t, size_t, double, int, Tout, int) [with Tx = int; Ty = int; Tout = double; size_t = long long unsigned int]'
signal.h:1652:21: required from 'size_t do_approx1(Tout*, Tx*, size_t, Tx*, Ty*, size_t, size_t, double, int, Tout, int, int) [with Tx = int; Ty = int; Tout = double; size_t = long long unsigned int]'
matterExports.cpp:1131:25: required from here
signal.h:1420:19: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
1420 | while ( i < n - 1 && udiff(x[i + 1], xi, tol_ref) <= tol )
| ~~^~~~~~~
signal.h: In instantiation of 'index_t wupper(T, T*, index_t, size_t, double, int) [with T = double; index_t = long long int; size_t = long long unsigned int]':
signal.h:1431:24: required from 'double interp1_stat(Tx, Tx*, Ty*, index_t, size_t, double, int, int) [with Tx = double; Ty = int; index_t = long long int; size_t = long long unsigned int]'
signal.h:1567:23: required from 'double interp1(Tx, Tx*, Ty*, index_t, size_t, double, int, int) [with Tx = double; Ty = int; index_t = long long int; size_t = long long unsigned int]'
signal.h:1600:16: required from 'Tout approx1(Tx, Tx*, Ty*, size_t, size_t, double, int, Tout, int) [with Tx = double; Ty = int; Tout = double; size_t = long long unsigned int]'
signal.h:1652:21: required from 'size_t do_approx1(Tout*, Tx*, size_t, Tx*, Ty*, size_t, size_t, double, int, Tout, int, int) [with Tx = double; Ty = int; Tout = double; size_t = long long unsigned int]'
matterExports.cpp:1137:28: required from here
signal.h:1420:19: warning: comparison of integer expressions of different signedness: 'index_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
signal.h: In function 'void guided_filter(T*, T*, size_t, int, double, double, double*) [with T = int]':
signal.h:549:36: warning: 'gmax' may be used uninitialized [-Wmaybe-uninitialized]
549 | K2 = (ftol * gmax) * (ftol * gmax);
| ~~~~~~^~~~~~~
signal.h:490:16: note: 'gmax' was declared here
490 | double gmax, K2;
| ^~~~
signal.h: In function 'void guided_filter(T*, T*, size_t, int, double, double, double*) [with T = double]':
signal.h:549:36: warning: 'gmax' may be used uninitialized [-Wmaybe-uninitialized]
549 | K2 = (ftol * gmax) * (ftol * gmax);
| ~~~~~~^~~~~~~
signal.h:490:16: note: 'gmax' was declared here
490 | double gmax, K2;
| ^~~~
signal.h: In function 'void bilateral_filter(T*, size_t, int, double, double, double, double*) [with T = int]':
signal.h:403:46: warning: 'xrange' may be used uninitialized [-Wmaybe-uninitialized]
403 | sdr = xrange * std::exp(-z) / std::sqrt(2);
| ~~~~~~~^~~~~~~~~~~~~~
signal.h:370:21: note: 'xrange' was declared here
370 | double mad, xrange;
| ^~~~~~
signal.h:399:45: warning: 'mad' may be used uninitialized [-Wmaybe-uninitialized]
399 | double z = std::fabs(dmean - mad) / spar;
| ~~~~~~~~~^~~~~~~~~~~~~
signal.h:370:16: note: 'mad' was declared here
370 | double mad, xrange;
| ^~~
signal2.h: In function 'void bilateral_filter2(T*, int, int, int, double, double, double, double*) [with T = int]':
signal2.h:333:54: warning: 'xrange' may be used uninitialized [-Wmaybe-uninitialized]
333 | sdr = xrange * std::exp(-z) / std::sqrt(2);
| ~~~~~~~^~~~~~~~~~~~~~
signal2.h:293:21: note: 'xrange' was declared here
293 | double mad, xrange;
| ^~~~~~
signal2.h:329:53: warning: 'mad' may be used uninitialized [-Wmaybe-uninitialized]
329 | double z = std::fabs(dmean - mad) / spar;
| ~~~~~~~~~^~~~~~~~~~~~~
signal2.h:293:16: note: 'mad' was declared here
293 | double mad, xrange;
| ^~~
signal.h: In function 'void bilateral_filter(T*, size_t, int, double, double, double, double*) [with T = double]':
signal.h:403:46: warning: 'xrange' may be used uninitialized [-Wmaybe-uninitialized]
403 | sdr = xrange * std::exp(-z) / std::sqrt(2);
| ~~~~~~~^~~~~~~~~~~~~~
signal.h:370:21: note: 'xrange' was declared here
370 | double mad, xrange;
| ^~~~~~
signal.h:399:45: warning: 'mad' may be used uninitialized [-Wmaybe-uninitialized]
399 | double z = std::fabs(dmean - mad) / spar;
| ~~~~~~~~~^~~~~~~~~~~~~
signal.h:370:16: note: 'mad' was declared here
370 | double mad, xrange;
| ^~~
signal2.h: In function 'void bilateral_filter2(T*, int, int, int, double, double, double, double*) [with T = double]':
signal2.h:333:54: warning: 'xrange' may be used uninitialized [-Wmaybe-uninitialized]
333 | sdr = xrange * std::exp(-z) / std::sqrt(2);
| ~~~~~~~^~~~~~~~~~~~~~
signal2.h:293:21: note: 'xrange' was declared here
293 | double mad, xrange;
| ^~~~~~
signal2.h:329:53: warning: 'mad' may be used uninitialized [-Wmaybe-uninitialized]
329 | double z = std::fabs(dmean - mad) / spar;
| ~~~~~~~~~^~~~~~~~~~~~~
signal2.h:293:16: note: 'mad' was declared here
293 | double mad, xrange;
| ^~~
g++ -std=gnu++17 -shared -s -static-libgcc -o matter.dll tmp.def altrep.o init.o matterExports.o -LC:/rtools43/x86_64-w64-mingw32.static.posix/lib/x64 -LC:/rtools43/x86_64-w64-mingw32.static.posix/lib -LF:/biocbuild/bbs-3.18-bioc/R/bin/x64 -lR
installing to F:/biocbuild/bbs-3.18-bioc/meat/matter.buildbin-libdir/00LOCK-matter/00new/matter/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 'matter' as matter_2.4.1.zip
* DONE (matter)