* installing *source* package ‘rgeoda’ ... ** this is package ‘rgeoda’ version ‘0.1.0’ ** package ‘rgeoda’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: ‘g++ (GCC) 15.1.1 20250521 (Red Hat 15.1.1-2)’ using C++17 make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/rgeoda/src' g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I./libgeoda -D__USE_PTHREAD__ -D__RGEODA__ -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/BH/include' -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -c libgeoda/libgeoda.cpp -o libgeoda/libgeoda.o In file included from libgeoda/libgeoda.cpp:14: libgeoda/./shape/centroid.h: In static member function ‘static bool Orientation::isCCW(const std::vector&, int, int)’: libgeoda/./shape/centroid.h:155:48: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare] 155 | while(pts[iPrev].equals(hiPt) && iPrev != hiIndex); | ~~~~~~^~~~~~~~~~ In file included from libgeoda/./shape/ttmath/ttmathint.h:48, from libgeoda/./shape/ttmath/ttmathbig.h:46, from libgeoda/./shape/ttmath/ttmath.h:58, from libgeoda/./shape/centroid.h:14: libgeoda/./shape/ttmath/ttmathuint.h: In instantiation of ‘void ttmath::UInt::Mul3Big3(const ttmath::uint*, const ttmath::uint*, const ttmath::uint*, const ttmath::uint*, ttmath::uint*) [with long long unsigned int first_size = 2; long long unsigned int second_size = 1; long long unsigned int result_size = 4; long long unsigned int value_size = 2; ttmath::uint = long long unsigned int]’: libgeoda/./shape/ttmath/ttmathuint.h:1303:49: required from ‘void ttmath::UInt::Mul3Big2(const ttmath::uint*, const ttmath::uint*, ttmath::uint*) [with long long unsigned int ss_size = 2; long long unsigned int value_size = 2; ttmath::uint = long long unsigned int]’ 1303 | Mul3Big3(x1, x0, y1, y0, result); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ libgeoda/./shape/ttmath/ttmathuint.h:1247:23: required from ‘void ttmath::UInt::Mul3Big(const ttmath::UInt&, ttmath::UInt<(value_size * 2)>&) [with long long unsigned int value_size = 2]’ 1247 | Mul3Big2(table, ss2.table, result.table); | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libgeoda/./shape/ttmath/ttmathuint.h:966:4: required from ‘void ttmath::UInt::MulBig(const ttmath::UInt&, ttmath::UInt<(value_size * 2)>&, ttmath::uint) [with long long unsigned int value_size = 2; ttmath::uint = long long unsigned int]’ 966 | Mul3Big(ss2, result); | ^~~~~~~ libgeoda/./shape/ttmath/ttmathbig.h:1306:18: required from ‘ttmath::uint ttmath::Big::MulRef(const ttmath::Big&, bool) [with long long unsigned int exp = 1; long long unsigned int man = 2; ttmath::uint = long long unsigned int]’ 1306 | mantissa.MulBig(ss2.mantissa, man_result); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ libgeoda/./shape/ttmath/ttmathbig.h:1360:11: required from ‘ttmath::uint ttmath::Big::Mul(const ttmath::Big&, bool) [with long long unsigned int exp = 1; long long unsigned int man = 2; ttmath::uint = long long unsigned int]’ 1360 | return MulRef(copy_ss2, round); | ^~~~~~ libgeoda/./shape/ttmath/ttmathbig.h:5639:8: required from ‘ttmath::Big ttmath::Big::operator*(const ttmath::Big&) const [with long long unsigned int exp = 1; long long unsigned int man = 2]’ 5639 | temp.Mul(ss2); | ~~~~~^~~ libgeoda/./shape/centroid.h:122:24: required from here 122 | DD mx1y2(dx1 * dy2); | ^~~ libgeoda/./shape/ttmath/ttmathuint.h:1350:17: warning: variable ‘c’ set but not used [-Wunused-but-set-variable] 1350 | uint i, c, xc, yc; | ^ libgeoda/./shape/ttmath/ttmathuint.h: In instantiation of ‘void ttmath::UInt::Mul3Big3(const ttmath::uint*, const ttmath::uint*, const ttmath::uint*, const ttmath::uint*, ttmath::uint*) [with long long unsigned int first_size = 1; long long unsigned int second_size = 1; long long unsigned int result_size = 4; long long unsigned int value_size = 2; ttmath::uint = long long unsigned int]’: libgeoda/./shape/ttmath/ttmathuint.h:1314:45: required from ‘void ttmath::UInt::Mul3Big2(const ttmath::uint*, const ttmath::uint*, ttmath::uint*) [with long long unsigned int ss_size = 2; long long unsigned int value_size = 2; ttmath::uint = long long unsigned int]’ 1314 | Mul3Big3(x1, x0, y1, y0, result); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ libgeoda/./shape/ttmath/ttmathuint.h:1247:23: required from ‘void ttmath::UInt::Mul3Big(const ttmath::UInt&, ttmath::UInt<(value_size * 2)>&) [with long long unsigned int value_size = 2]’ 1247 | Mul3Big2(table, ss2.table, result.table); | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libgeoda/./shape/ttmath/ttmathuint.h:966:4: required from ‘void ttmath::UInt::MulBig(const ttmath::UInt&, ttmath::UInt<(value_size * 2)>&, ttmath::uint) [with long long unsigned int value_size = 2; ttmath::uint = long long unsigned int]’ 966 | Mul3Big(ss2, result); | ^~~~~~~ libgeoda/./shape/ttmath/ttmathbig.h:1306:18: required from ‘ttmath::uint ttmath::Big::MulRef(const ttmath::Big&, bool) [with long long unsigned int exp = 1; long long unsigned int man = 2; ttmath::uint = long long unsigned int]’ 1306 | mantissa.MulBig(ss2.mantissa, man_result); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ libgeoda/./shape/ttmath/ttmathbig.h:1360:11: required from ‘ttmath::uint ttmath::Big::Mul(const ttmath::Big&, bool) [with long long unsigned int exp = 1; long long unsigned int man = 2; ttmath::uint = long long unsigned int]’ 1360 | return MulRef(copy_ss2, round); | ^~~~~~ libgeoda/./shape/ttmath/ttmathbig.h:5639:8: required from ‘ttmath::Big ttmath::Big::operator*(const ttmath::Big&) const [with long long unsigned int exp = 1; long long unsigned int man = 2]’ 5639 | temp.Mul(ss2); | ~~~~~^~~ libgeoda/./shape/centroid.h:122:24: required from here 122 | DD mx1y2(dx1 * dy2); | ^~~ libgeoda/./shape/ttmath/ttmathuint.h:1350:17: warning: variable ‘c’ set but not used [-Wunused-but-set-variable] 1350 | uint i, c, xc, yc; | ^ libgeoda/./shape/ttmath/ttmathuint.h: In instantiation of ‘void ttmath::UInt::Mul3Big3(const ttmath::uint*, const ttmath::uint*, const ttmath::uint*, const ttmath::uint*, ttmath::uint*) [with long long unsigned int first_size = 1; long long unsigned int second_size = 0; long long unsigned int result_size = 2; long long unsigned int value_size = 2; ttmath::uint = long long unsigned int]’: libgeoda/./shape/ttmath/ttmathuint.h:1303:49: required from ‘void ttmath::UInt::Mul3Big2(const ttmath::uint*, const ttmath::uint*, ttmath::uint*) [with long long unsigned int ss_size = 1; long long unsigned int value_size = 2; ttmath::uint = long long unsigned int]’ 1303 | Mul3Big3(x1, x0, y1, y0, result); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ libgeoda/./shape/ttmath/ttmathuint.h:1357:24: required from ‘void ttmath::UInt::Mul3Big3(const ttmath::uint*, const ttmath::uint*, const ttmath::uint*, const ttmath::uint*, ttmath::uint*) [with long long unsigned int first_size = 2; long long unsigned int second_size = 1; long long unsigned int result_size = 4; long long unsigned int value_size = 2; ttmath::uint = long long unsigned int]’ 1357 | Mul3Big2(x1, y1, result+first_size*2); // z2 | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libgeoda/./shape/ttmath/ttmathuint.h:1303:49: required from ‘void ttmath::UInt::Mul3Big2(const ttmath::uint*, const ttmath::uint*, ttmath::uint*) [with long long unsigned int ss_size = 2; long long unsigned int value_size = 2; ttmath::uint = long long unsigned int]’ 1303 | Mul3Big3(x1, x0, y1, y0, result); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ libgeoda/./shape/ttmath/ttmathuint.h:1247:23: required from ‘void ttmath::UInt::Mul3Big(const ttmath::UInt&, ttmath::UInt<(value_size * 2)>&) [with long long unsigned int value_size = 2]’ 1247 | Mul3Big2(table, ss2.table, result.table); | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libgeoda/./shape/ttmath/ttmathuint.h:966:4: required from ‘void ttmath::UInt::MulBig(const ttmath::UInt&, ttmath::UInt<(value_size * 2)>&, ttmath::uint) [with long long unsigned int value_size = 2; ttmath::uint = long long unsigned int]’ 966 | Mul3Big(ss2, result); | ^~~~~~~ libgeoda/./shape/ttmath/ttmathbig.h:1306:18: required from ‘ttmath::uint ttmath::Big::MulRef(const ttmath::Big&, bool) [with long long unsigned int exp = 1; long long unsigned int man = 2; ttmath::uint = long long unsigned int]’ 1306 | mantissa.MulBig(ss2.mantissa, man_result); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ libgeoda/./shape/ttmath/ttmathbig.h:1360:11: required from ‘ttmath::uint ttmath::Big::Mul(const ttmath::Big&, bool) [with long long unsigned int exp = 1; long long unsigned int man = 2; ttmath::uint = long long unsigned int]’ 1360 | return MulRef(copy_ss2, round); | ^~~~~~ libgeoda/./shape/ttmath/ttmathbig.h:5639:8: required from ‘ttmath::Big ttmath::Big::operator*(const ttmath::Big&) const [with long long unsigned int exp = 1; long long unsigned int man = 2]’ 5639 | temp.Mul(ss2); | ~~~~~^~~ libgeoda/./shape/centroid.h:122:24: required from here 122 | DD mx1y2(dx1 * dy2); | ^~~ libgeoda/./shape/ttmath/ttmathuint.h:1350:17: warning: variable ‘c’ set but not used [-Wunused-but-set-variable] 1350 | uint i, c, xc, yc; | ^ libgeoda/./shape/ttmath/ttmathuint.h: In instantiation of ‘void ttmath::UInt::Mul3Big3(const ttmath::uint*, const ttmath::uint*, const ttmath::uint*, const ttmath::uint*, ttmath::uint*) [with long long unsigned int first_size = 0; long long unsigned int second_size = 0; long long unsigned int result_size = 2; long long unsigned int value_size = 2; ttmath::uint = long long unsigned int]’: libgeoda/./shape/ttmath/ttmathuint.h:1314:45: required from ‘void ttmath::UInt::Mul3Big2(const ttmath::uint*, const ttmath::uint*, ttmath::uint*) [with long long unsigned int ss_size = 1; long long unsigned int value_size = 2; ttmath::uint = long long unsigned int]’ 1314 | Mul3Big3(x1, x0, y1, y0, result); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ libgeoda/./shape/ttmath/ttmathuint.h:1357:24: required from ‘void ttmath::UInt::Mul3Big3(const ttmath::uint*, const ttmath::uint*, const ttmath::uint*, const ttmath::uint*, ttmath::uint*) [with long long unsigned int first_size = 2; long long unsigned int second_size = 1; long long unsigned int result_size = 4; long long unsigned int value_size = 2; ttmath::uint = long long unsigned int]’ 1357 | Mul3Big2(x1, y1, result+first_size*2); // z2 | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libgeoda/./shape/ttmath/ttmathuint.h:1303:49: required from ‘void ttmath::UInt::Mul3Big2(const ttmath::uint*, const ttmath::uint*, ttmath::uint*) [with long long unsigned int ss_size = 2; long long unsigned int value_size = 2; ttmath::uint = long long unsigned int]’ 1303 | Mul3Big3(x1, x0, y1, y0, result); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ libgeoda/./shape/ttmath/ttmathuint.h:1247:23: required from ‘void ttmath::UInt::Mul3Big(const ttmath::UInt&, ttmath::UInt<(value_size * 2)>&) [with long long unsigned int value_size = 2]’ 1247 | Mul3Big2(table, ss2.table, result.table); | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libgeoda/./shape/ttmath/ttmathuint.h:966:4: required from ‘void ttmath::UInt::MulBig(const ttmath::UInt&, ttmath::UInt<(value_size * 2)>&, ttmath::uint) [with long long unsigned int value_size = 2; ttmath::uint = long long unsigned int]’ 966 | Mul3Big(ss2, result); | ^~~~~~~ libgeoda/./shape/ttmath/ttmathbig.h:1306:18: required from ‘ttmath::uint ttmath::Big::MulRef(const ttmath::Big&, bool) [with long long unsigned int exp = 1; long long unsigned int man = 2; ttmath::uint = long long unsigned int]’ 1306 | mantissa.MulBig(ss2.mantissa, man_result); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ libgeoda/./shape/ttmath/ttmathbig.h:1360:11: required from ‘ttmath::uint ttmath::Big::Mul(const ttmath::Big&, bool) [with long long unsigned int exp = 1; long long unsigned int man = 2; ttmath::uint = long long unsigned int]’ 1360 | return MulRef(copy_ss2, round); | ^~~~~~ libgeoda/./shape/ttmath/ttmathbig.h:5639:8: required from ‘ttmath::Big ttmath::Big::operator*(const ttmath::Big&) const [with long long unsigned int exp = 1; long long unsigned int man = 2]’ 5639 | temp.Mul(ss2); | ~~~~~^~~ libgeoda/./shape/centroid.h:122:24: required from here 122 | DD mx1y2(dx1 * dy2); | ^~~ libgeoda/./shape/ttmath/ttmathuint.h:1350:17: warning: variable ‘c’ set but not used [-Wunused-but-set-variable] 1350 | uint i, c, xc, yc; | ^ libgeoda/./shape/ttmath/ttmathuint.h: In instantiation of ‘void ttmath::UInt::Mul3Big3(const ttmath::uint*, const ttmath::uint*, const ttmath::uint*, const ttmath::uint*, ttmath::uint*) [with long long unsigned int first_size = 1; long long unsigned int second_size = 0; long long unsigned int result_size = 0; long long unsigned int value_size = 2; ttmath::uint = long long unsigned int]’: libgeoda/./shape/ttmath/ttmathuint.h:1303:49: required from ‘void ttmath::UInt::Mul3Big2(const ttmath::uint*, const ttmath::uint*, ttmath::uint*) [with long long unsigned int ss_size = 0; long long unsigned int value_size = 2; ttmath::uint = long long unsigned int]’ 1303 | Mul3Big3(x1, x0, y1, y0, result); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ libgeoda/./shape/ttmath/ttmathuint.h:1357:24: required from ‘void ttmath::UInt::Mul3Big3(const ttmath::uint*, const ttmath::uint*, const ttmath::uint*, const ttmath::uint*, ttmath::uint*) [with long long unsigned int first_size = 1; long long unsigned int second_size = 0; long long unsigned int result_size = 2; long long unsigned int value_size = 2; ttmath::uint = long long unsigned int]’ 1357 | Mul3Big2(x1, y1, result+first_size*2); // z2 | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libgeoda/./shape/ttmath/ttmathuint.h:1303:49: required from ‘void ttmath::UInt::Mul3Big2(const ttmath::uint*, const ttmath::uint*, ttmath::uint*) [with long long unsigned int ss_size = 1; long long unsigned int value_size = 2; ttmath::uint = long long unsigned int]’ 1303 | Mul3Big3(x1, x0, y1, y0, result); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ libgeoda/./shape/ttmath/ttmathuint.h:1357:24: required from ‘void ttmath::UInt::Mul3Big3(const ttmath::uint*, const ttmath::uint*, const ttmath::uint*, const ttmath::uint*, ttmath::uint*) [with long long unsigned int first_size = 2; long long unsigned int second_size = 1; long long unsigned int result_size = 4; long long unsigned int value_size = 2; ttmath::uint = long long unsigned int]’ 1357 | Mul3Big2(x1, y1, result+first_size*2); // z2 | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libgeoda/./shape/ttmath/ttmathuint.h:1303:49: required from ‘void ttmath::UInt::Mul3Big2(const ttmath::uint*, const ttmath::uint*, ttmath::uint*) [with long long unsigned int ss_size = 2; long long unsigned int value_size = 2; ttmath::uint = long long unsigned int]’ 1303 | Mul3Big3(x1, x0, y1, y0, result); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ libgeoda/./shape/ttmath/ttmathuint.h:1247:23: required from ‘void ttmath::UInt::Mul3Big(const ttmath::UInt&, ttmath::UInt<(value_size * 2)>&) [with long long unsigned int value_size = 2]’ 1247 | Mul3Big2(table, ss2.table, result.table); | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libgeoda/./shape/ttmath/ttmathuint.h:966:4: required from ‘void ttmath::UInt::MulBig(const ttmath::UInt&, ttmath::UInt<(value_size * 2)>&, ttmath::uint) [with long long unsigned int value_size = 2; ttmath::uint = long long unsigned int]’ 966 | Mul3Big(ss2, result); | ^~~~~~~ libgeoda/./shape/ttmath/ttmathbig.h:1306:18: required from ‘ttmath::uint ttmath::Big::MulRef(const ttmath::Big&, bool) [with long long unsigned int exp = 1; long long unsigned int man = 2; ttmath::uint = long long unsigned int]’ 1306 | mantissa.MulBig(ss2.mantissa, man_result); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ libgeoda/./shape/ttmath/ttmathbig.h:1360:11: required from ‘ttmath::uint ttmath::Big::Mul(const ttmath::Big&, bool) [with long long unsigned int exp = 1; long long unsigned int man = 2; ttmath::uint = long long unsigned int]’ 1360 | return MulRef(copy_ss2, round); | ^~~~~~ libgeoda/./shape/ttmath/ttmathbig.h:5639:8: required from ‘ttmath::Big ttmath::Big::operator*(const ttmath::Big&) const [with long long unsigned int exp = 1; long long unsigned int man = 2]’ 5639 | temp.Mul(ss2); | ~~~~~^~~ libgeoda/./shape/centroid.h:122:24: required from here 122 | DD mx1y2(dx1 * dy2); | ^~~ libgeoda/./shape/ttmath/ttmathuint.h:1350:17: warning: variable ‘c’ set but not used [-Wunused-but-set-variable] 1350 | uint i, c, xc, yc; | ^ libgeoda/./shape/ttmath/ttmathuint.h: In instantiation of ‘void ttmath::UInt::Mul3Big3(const ttmath::uint*, const ttmath::uint*, const ttmath::uint*, const ttmath::uint*, ttmath::uint*) [with long long unsigned int first_size = 0; long long unsigned int second_size = 0; long long unsigned int result_size = 0; long long unsigned int value_size = 2; ttmath::uint = long long unsigned int]’: libgeoda/./shape/ttmath/ttmathuint.h:1314:45: required from ‘void ttmath::UInt::Mul3Big2(const ttmath::uint*, const ttmath::uint*, ttmath::uint*) [with long long unsigned int ss_size = 0; long long unsigned int value_size = 2; ttmath::uint = long long unsigned int]’ 1314 | Mul3Big3(x1, x0, y1, y0, result); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ libgeoda/./shape/ttmath/ttmathuint.h:1357:24: required from ‘void ttmath::UInt::Mul3Big3(const ttmath::uint*, const ttmath::uint*, const ttmath::uint*, const ttmath::uint*, ttmath::uint*) [with long long unsigned int first_size = 1; long long unsigned int second_size = 0; long long unsigned int result_size = 2; long long unsigned int value_size = 2; ttmath::uint = long long unsigned int]’ 1357 | Mul3Big2(x1, y1, result+first_size*2); // z2 | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libgeoda/./shape/ttmath/ttmathuint.h:1303:49: required from ‘void ttmath::UInt::Mul3Big2(const ttmath::uint*, const ttmath::uint*, ttmath::uint*) [with long long unsigned int ss_size = 1; long long unsigned int value_size = 2; ttmath::uint = long long unsigned int]’ 1303 | Mul3Big3(x1, x0, y1, y0, result); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ libgeoda/./shape/ttmath/ttmathuint.h:1357:24: required from ‘void ttmath::UInt::Mul3Big3(const ttmath::uint*, const ttmath::uint*, const ttmath::uint*, const ttmath::uint*, ttmath::uint*) [with long long unsigned int first_size = 2; long long unsigned int second_size = 1; long long unsigned int result_size = 4; long long unsigned int value_size = 2; ttmath::uint = long long unsigned int]’ 1357 | Mul3Big2(x1, y1, result+first_size*2); // z2 | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libgeoda/./shape/ttmath/ttmathuint.h:1303:49: required from ‘void ttmath::UInt::Mul3Big2(const ttmath::uint*, const ttmath::uint*, ttmath::uint*) [with long long unsigned int ss_size = 2; long long unsigned int value_size = 2; ttmath::uint = long long unsigned int]’ 1303 | Mul3Big3(x1, x0, y1, y0, result); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ libgeoda/./shape/ttmath/ttmathuint.h:1247:23: required from ‘void ttmath::UInt::Mul3Big(const ttmath::UInt&, ttmath::UInt<(value_size * 2)>&) [with long long unsigned int value_size = 2]’ 1247 | Mul3Big2(table, ss2.table, result.table); | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libgeoda/./shape/ttmath/ttmathuint.h:966:4: required from ‘void ttmath::UInt::MulBig(const ttmath::UInt&, ttmath::UInt<(value_size * 2)>&, ttmath::uint) [with long long unsigned int value_size = 2; ttmath::uint = long long unsigned int]’ 966 | Mul3Big(ss2, result); | ^~~~~~~ libgeoda/./shape/ttmath/ttmathbig.h:1306:18: required from ‘ttmath::uint ttmath::Big::MulRef(const ttmath::Big&, bool) [with long long unsigned int exp = 1; long long unsigned int man = 2; ttmath::uint = long long unsigned int]’ 1306 | mantissa.MulBig(ss2.mantissa, man_result); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ libgeoda/./shape/ttmath/ttmathbig.h:1360:11: required from ‘ttmath::uint ttmath::Big::Mul(const ttmath::Big&, bool) [with long long unsigned int exp = 1; long long unsigned int man = 2; ttmath::uint = long long unsigned int]’ 1360 | return MulRef(copy_ss2, round); | ^~~~~~ libgeoda/./shape/ttmath/ttmathbig.h:5639:8: required from ‘ttmath::Big ttmath::Big::operator*(const ttmath::Big&) const [with long long unsigned int exp = 1; long long unsigned int man = 2]’ 5639 | temp.Mul(ss2); | ~~~~~^~~ libgeoda/./shape/centroid.h:122:24: required from here 122 | DD mx1y2(dx1 * dy2); | ^~~ libgeoda/./shape/ttmath/ttmathuint.h:1350:17: warning: variable ‘c’ set but not used [-Wunused-but-set-variable] 1350 | uint i, c, xc, yc; | ^ In member function ‘void ttmath::Big::SetInfoBit(unsigned char) [with long long unsigned int exp = 1; long long unsigned int man = 2]’, inlined from ‘void ttmath::Big::SetNan() [with long long unsigned int exp = 1; long long unsigned int man = 2]’ at libgeoda/./shape/ttmath/ttmathbig.h:298:13, inlined from ‘ttmath::uint ttmath::Big::FromDouble(double) [with long long unsigned int exp = 1; long long unsigned int man = 2]’ at libgeoda/./shape/ttmath/ttmathbig.h:2743:10, inlined from ‘ttmath::Big::Big(double) [with long long unsigned int exp = 1; long long unsigned int man = 2]’ at libgeoda/./shape/ttmath/ttmathbig.h:3164:13, inlined from ‘static int Orientation::index(const gda::Point&, const gda::Point&, const gda::Point&)’ at libgeoda/./shape/centroid.h:116:37: libgeoda/./shape/ttmath/ttmathbig.h:238:24: warning: ‘.ttmath::Big<1, 2>::info’ may be used uninitialized [-Wmaybe-uninitialized] 238 | info = info | bit; | ^~~~ libgeoda/./shape/centroid.h: In static member function ‘static int Orientation::index(const gda::Point&, const gda::Point&, const gda::Point&)’: libgeoda/./shape/centroid.h:116:37: note: ‘’ declared here 116 | DD dx1 = DD(p2.x) + DD(-p1.x); | ^ In member function ‘void ttmath::Big::SetInfoBit(unsigned char) [with long long unsigned int exp = 1; long long unsigned int man = 2]’, inlined from ‘void ttmath::Big::SetNan() [with long long unsigned int exp = 1; long long unsigned int man = 2]’ at libgeoda/./shape/ttmath/ttmathbig.h:298:13, inlined from ‘ttmath::uint ttmath::Big::FromDouble(double) [with long long unsigned int exp = 1; long long unsigned int man = 2]’ at libgeoda/./shape/ttmath/ttmathbig.h:2743:10, inlined from ‘ttmath::Big::Big(double) [with long long unsigned int exp = 1; long long unsigned int man = 2]’ at libgeoda/./shape/ttmath/ttmathbig.h:3164:13, inlined from ‘static int Orientation::index(const gda::Point&, const gda::Point&, const gda::Point&)’ at libgeoda/./shape/centroid.h:116:25: libgeoda/./shape/ttmath/ttmathbig.h:238:24: warning: ‘.ttmath::Big<1, 2>::info’ may be used uninitialized [-Wmaybe-uninitialized] 238 | info = info | bit; | ^~~~ libgeoda/./shape/centroid.h: In static member function ‘static int Orientation::index(const gda::Point&, const gda::Point&, const gda::Point&)’: libgeoda/./shape/centroid.h:116:25: note: ‘’ declared here 116 | DD dx1 = DD(p2.x) + DD(-p1.x); | ^ In member function ‘ttmath::uint ttmath::Int::FromUIntOrInt(const ttmath::UInt&, bool) [with long long unsigned int argument_size = 1; long long unsigned int value_size = 1]’, inlined from ‘ttmath::uint ttmath::Int::FromInt(const ttmath::Int&) [with long long unsigned int argument_size = 1; long long unsigned int value_size = 1]’ at libgeoda/./shape/ttmath/ttmathint.h:699:23, inlined from ‘ttmath::Int& ttmath::Int::operator=(const ttmath::Int&) [with long long unsigned int value_size = 1]’ at libgeoda/./shape/ttmath/ttmathint.h:773:10, inlined from ‘ttmath::Big& ttmath::Big::operator=(const ttmath::Big&) [with long long unsigned int exp = 1; long long unsigned int man = 2]’ at libgeoda/./shape/ttmath/ttmathbig.h:3670:12, inlined from ‘ttmath::Big::Big(const ttmath::Big&) [with long long unsigned int exp = 1; long long unsigned int man = 2]’ at libgeoda/./shape/ttmath/ttmathbig.h:3683:12, inlined from ‘ttmath::Big ttmath::Big::operator+(const ttmath::Big&) const [with long long unsigned int exp = 1; long long unsigned int man = 2]’ at libgeoda/./shape/ttmath/ttmathbig.h:5619:15, inlined from ‘static int Orientation::index(const gda::Point&, const gda::Point&, const gda::Point&)’ at libgeoda/./shape/centroid.h:116:37: libgeoda/./shape/ttmath/ttmathint.h:653:61: warning: ‘.ttmath::Big<1, 2>::exponent.ttmath::Int<1>::.ttmath::UInt<1>::table[0]’ may be used uninitialized [-Wmaybe-uninitialized] 653 | UInt::table[i] = p.table[i]; | ~~~~~~~^ libgeoda/./shape/centroid.h: In static member function ‘static int Orientation::index(const gda::Point&, const gda::Point&, const gda::Point&)’: libgeoda/./shape/centroid.h:116:25: note: ‘’ declared here 116 | DD dx1 = DD(p2.x) + DD(-p1.x); | ^ In member function ‘ttmath::UInt& ttmath::UInt::operator=(const ttmath::UInt&) [with long long unsigned int value_size = 2]’, inlined from ‘ttmath::Big& ttmath::Big::operator=(const ttmath::Big&) [with long long unsigned int exp = 1; long long unsigned int man = 2]’ at libgeoda/./shape/ttmath/ttmathbig.h:3671:12, inlined from ‘ttmath::Big::Big(const ttmath::Big&) [with long long unsigned int exp = 1; long long unsigned int man = 2]’ at libgeoda/./shape/ttmath/ttmathbig.h:3683:12, inlined from ‘ttmath::Big ttmath::Big::operator+(const ttmath::Big&) const [with long long unsigned int exp = 1; long long unsigned int man = 2]’ at libgeoda/./shape/ttmath/ttmathbig.h:5619:15, inlined from ‘static int Orientation::index(const gda::Point&, const gda::Point&, const gda::Point&)’ at libgeoda/./shape/centroid.h:116:37: libgeoda/./shape/ttmath/ttmathuint.h:2765:43: warning: ‘.ttmath::Big<1, 2>::mantissa.ttmath::UInt<2>::table[0]’ may be used uninitialized [-Wmaybe-uninitialized] 2765 | table[i] = p.table[i]; | ~~~~~~~^ libgeoda/./shape/centroid.h: In static member function ‘static int Orientation::index(const gda::Point&, const gda::Point&, const gda::Point&)’: libgeoda/./shape/centroid.h:116:25: note: ‘’ declared here 116 | DD dx1 = DD(p2.x) + DD(-p1.x); | ^ In member function ‘ttmath::UInt& ttmath::UInt::operator=(const ttmath::UInt&) [with long long unsigned int value_size = 2]’, inlined from ‘ttmath::Big& ttmath::Big::operator=(const ttmath::Big&) [with long long unsigned int exp = 1; long long unsigned int man = 2]’ at libgeoda/./shape/ttmath/ttmathbig.h:3671:12, inlined from ‘ttmath::Big::Big(const ttmath::Big&) [with long long unsigned int exp = 1; long long unsigned int man = 2]’ at libgeoda/./shape/ttmath/ttmathbig.h:3683:12, inlined from ‘ttmath::Big ttmath::Big::operator+(const ttmath::Big&) const [with long long unsigned int exp = 1; long long unsigned int man = 2]’ at libgeoda/./shape/ttmath/ttmathbig.h:5619:15, inlined from ‘static int Orientation::index(const gda::Point&, const gda::Point&, const gda::Point&)’ at libgeoda/./shape/centroid.h:116:37: libgeoda/./shape/ttmath/ttmathuint.h:2765:43: warning: ‘.ttmath::Big<1, 2>::mantissa.ttmath::UInt<2>::table[1]’ may be used uninitialized [-Wmaybe-uninitialized] 2765 | table[i] = p.table[i]; | ~~~~~~~^ libgeoda/./shape/centroid.h: In static member function ‘static int Orientation::index(const gda::Point&, const gda::Point&, const gda::Point&)’: libgeoda/./shape/centroid.h:116:25: note: ‘’ declared here 116 | DD dx1 = DD(p2.x) + DD(-p1.x); | ^ In member function ‘void ttmath::Big::SetInfoBit(unsigned char) [with long long unsigned int exp = 1; long long unsigned int man = 2]’, inlined from ‘void ttmath::Big::SetNan() [with long long unsigned int exp = 1; long long unsigned int man = 2]’ at libgeoda/./shape/ttmath/ttmathbig.h:298:13, inlined from ‘ttmath::uint ttmath::Big::FromDouble(double) [with long long unsigned int exp = 1; long long unsigned int man = 2]’ at libgeoda/./shape/ttmath/ttmathbig.h:2743:10, inlined from ‘ttmath::Big::Big(double) [with long long unsigned int exp = 1; long long unsigned int man = 2]’ at libgeoda/./shape/ttmath/ttmathbig.h:3164:13, inlined from ‘static int Orientation::index(const gda::Point&, const gda::Point&, const gda::Point&)’ at libgeoda/./shape/centroid.h:117:37: libgeoda/./shape/ttmath/ttmathbig.h:238:24: warning: ‘.ttmath::Big<1, 2>::info’ may be used uninitialized [-Wmaybe-uninitialized] 238 | info = info | bit; | ^~~~ libgeoda/./shape/centroid.h: In static member function ‘static int Orientation::index(const gda::Point&, const gda::Point&, const gda::Point&)’: libgeoda/./shape/centroid.h:117:37: note: ‘’ declared here 117 | DD dy1 = DD(p2.y) + DD(-p1.y); | ^ In member function ‘void ttmath::Big::SetInfoBit(unsigned char) [with long long unsigned int exp = 1; long long unsigned int man = 2]’, inlined from ‘void ttmath::Big::SetNan() [with long long unsigned int exp = 1; long long unsigned int man = 2]’ at libgeoda/./shape/ttmath/ttmathbig.h:298:13, inlined from ‘ttmath::uint ttmath::Big::FromDouble(double) [with long long unsigned int exp = 1; long long unsigned int man = 2]’ at libgeoda/./shape/ttmath/ttmathbig.h:2743:10, inlined from ‘ttmath::Big::Big(double) [with long long unsigned int exp = 1; long long unsigned int man = 2]’ at libgeoda/./shape/ttmath/ttmathbig.h:3164:13, inlined from ‘static int Orientation::index(const gda::Point&, const gda::Point&, const gda::Point&)’ at libgeoda/./shape/centroid.h:117:25: libgeoda/./shape/ttmath/ttmathbig.h:238:24: warning: ‘.ttmath::Big<1, 2>::info’ may be used uninitialized [-Wmaybe-uninitialized] 238 | info = info | bit; | ^~~~ libgeoda/./shape/centroid.h: In static member function ‘static int Orientation::index(const gda::Point&, const gda::Point&, const gda::Point&)’: libgeoda/./shape/centroid.h:117:25: note: ‘’ declared here 117 | DD dy1 = DD(p2.y) + DD(-p1.y); | ^ In member function ‘ttmath::UInt& ttmath::UInt::operator=(const ttmath::UInt&) [with long long unsigned int value_size = 2]’, inlined from ‘ttmath::Big& ttmath::Big::operator=(const ttmath::Big&) [with long long unsigned int exp = 1; long long unsigned int man = 2]’ at libgeoda/./shape/ttmath/ttmathbig.h:3671:12, inlined from ‘ttmath::Big::Big(const ttmath::Big&) [with long long unsigned int exp = 1; long long unsigned int man = 2]’ at libgeoda/./shape/ttmath/ttmathbig.h:3683:12, inlined from ‘ttmath::Big ttmath::Big::operator+(const ttmath::Big&) const [with long long unsigned int exp = 1; long long unsigned int man = 2]’ at libgeoda/./shape/ttmath/ttmathbig.h:5619:15, inlined from ‘static int Orientation::index(const gda::Point&, const gda::Point&, const gda::Point&)’ at libgeoda/./shape/centroid.h:117:37: libgeoda/./shape/ttmath/ttmathuint.h:2765:43: warning: ‘.ttmath::Big<1, 2>::mantissa.ttmath::UInt<2>::table[0]’ may be used uninitialized [-Wmaybe-uninitialized] 2765 | table[i] = p.table[i]; | ~~~~~~~^ libgeoda/./shape/centroid.h: In static member function ‘static int Orientation::index(const gda::Point&, const gda::Point&, const gda::Point&)’: libgeoda/./shape/centroid.h:117:25: note: ‘’ declared here 117 | DD dy1 = DD(p2.y) + DD(-p1.y); | ^ In member function ‘ttmath::UInt& ttmath::UInt::operator=(const ttmath::UInt&) [with long long unsigned int value_size = 2]’, inlined from ‘ttmath::Big& ttmath::Big::operator=(const ttmath::Big&) [with long long unsigned int exp = 1; long long unsigned int man = 2]’ at libgeoda/./shape/ttmath/ttmathbig.h:3671:12, inlined from ‘ttmath::Big::Big(const ttmath::Big&) [with long long unsigned int exp = 1; long long unsigned int man = 2]’ at libgeoda/./shape/ttmath/ttmathbig.h:3683:12, inlined from ‘ttmath::Big ttmath::Big::operator+(const ttmath::Big&) const [with long long unsigned int exp = 1; long long unsigned int man = 2]’ at libgeoda/./shape/ttmath/ttmathbig.h:5619:15, inlined from ‘static int Orientation::index(const gda::Point&, const gda::Point&, const gda::Point&)’ at libgeoda/./shape/centroid.h:117:37: libgeoda/./shape/ttmath/ttmathuint.h:2765:43: warning: ‘.ttmath::Big<1, 2>::mantissa.ttmath::UInt<2>::table[1]’ may be used uninitialized [-Wmaybe-uninitialized] 2765 | table[i] = p.table[i]; | ~~~~~~~^ libgeoda/./shape/centroid.h: In static member function ‘static int Orientation::index(const gda::Point&, const gda::Point&, const gda::Point&)’: libgeoda/./shape/centroid.h:117:25: note: ‘’ declared here 117 | DD dy1 = DD(p2.y) + DD(-p1.y); | ^ In member function ‘ttmath::uint ttmath::Int::FromUIntOrInt(const ttmath::UInt&, bool) [with long long unsigned int argument_size = 1; long long unsigned int value_size = 1]’, inlined from ‘ttmath::uint ttmath::Int::FromInt(const ttmath::Int&) [with long long unsigned int argument_size = 1; long long unsigned int value_size = 1]’ at libgeoda/./shape/ttmath/ttmathint.h:699:23, inlined from ‘ttmath::Int& ttmath::Int::operator=(const ttmath::Int&) [with long long unsigned int value_size = 1]’ at libgeoda/./shape/ttmath/ttmathint.h:773:10, inlined from ‘ttmath::Big& ttmath::Big::operator=(const ttmath::Big&) [with long long unsigned int exp = 1; long long unsigned int man = 2]’ at libgeoda/./shape/ttmath/ttmathbig.h:3670:12, inlined from ‘ttmath::Big::Big(const ttmath::Big&) [with long long unsigned int exp = 1; long long unsigned int man = 2]’ at libgeoda/./shape/ttmath/ttmathbig.h:3683:12, inlined from ‘ttmath::Big ttmath::Big::operator+(const ttmath::Big&) const [with long long unsigned int exp = 1; long long unsigned int man = 2]’ at libgeoda/./shape/ttmath/ttmathbig.h:5619:15, inlined from ‘static int Orientation::index(const gda::Point&, const gda::Point&, const gda::Point&)’ at libgeoda/./shape/centroid.h:117:37: libgeoda/./shape/ttmath/ttmathint.h:653:61: warning: ‘.ttmath::Big<1, 2>::exponent.ttmath::Int<1>::.ttmath::UInt<1>::table[0]’ may be used uninitialized [-Wmaybe-uninitialized] 653 | UInt::table[i] = p.table[i]; | ~~~~~~~^ libgeoda/./shape/centroid.h: In static member function ‘static int Orientation::index(const gda::Point&, const gda::Point&, const gda::Point&)’: libgeoda/./shape/centroid.h:117:25: note: ‘’ declared here 117 | DD dy1 = DD(p2.y) + DD(-p1.y); | ^ In member function ‘void ttmath::Big::SetInfoBit(unsigned char) [with long long unsigned int exp = 1; long long unsigned int man = 2]’, inlined from ‘void ttmath::Big::SetNan() [with long long unsigned int exp = 1; long long unsigned int man = 2]’ at libgeoda/./shape/ttmath/ttmathbig.h:298:13, inlined from ‘ttmath::uint ttmath::Big::FromDouble(double) [with long long unsigned int exp = 1; long long unsigned int man = 2]’ at libgeoda/./shape/ttmath/ttmathbig.h:2743:10, inlined from ‘ttmath::Big::Big(double) [with long long unsigned int exp = 1; long long unsigned int man = 2]’ at libgeoda/./shape/ttmath/ttmathbig.h:3164:13, inlined from ‘static int Orientation::index(const gda::Point&, const gda::Point&, const gda::Point&)’ at libgeoda/./shape/centroid.h:118:36: libgeoda/./shape/ttmath/ttmathbig.h:238:24: warning: ‘.ttmath::Big<1, 2>::info’ may be used uninitialized [-Wmaybe-uninitialized] 238 | info = info | bit; | ^~~~ libgeoda/./shape/centroid.h: In static member function ‘static int Orientation::index(const gda::Point&, const gda::Point&, const gda::Point&)’: libgeoda/./shape/centroid.h:118:36: note: ‘’ declared here 118 | DD dx2 = DD(q.x) + DD(-p2.x); | ^ In member function ‘void ttmath::Big::SetInfoBit(unsigned char) [with long long unsigned int exp = 1; long long unsigned int man = 2]’, inlined from ‘void ttmath::Big::SetNan() [with long long unsigned int exp = 1; long long unsigned int man = 2]’ at libgeoda/./shape/ttmath/ttmathbig.h:298:13, inlined from ‘ttmath::uint ttmath::Big::FromDouble(double) [with long long unsigned int exp = 1; long long unsigned int man = 2]’ at libgeoda/./shape/ttmath/ttmathbig.h:2743:10, inlined from ‘ttmath::Big::Big(double) [with long long unsigned int exp = 1; long long unsigned int man = 2]’ at libgeoda/./shape/ttmath/ttmathbig.h:3164:13, inlined from ‘static int Orientation::index(const gda::Point&, const gda::Point&, const gda::Point&)’ at libgeoda/./shape/centroid.h:118:24: libgeoda/./shape/ttmath/ttmathbig.h:238:24: warning: ‘.ttmath::Big<1, 2>::info’ may be used uninitialized [-Wmaybe-uninitialized] 238 | info = info | bit; | ^~~~ libgeoda/./shape/centroid.h: In static member function ‘static int Orientation::index(const gda::Point&, const gda::Point&, const gda::Point&)’: libgeoda/./shape/centroid.h:118:24: note: ‘’ declared here 118 | DD dx2 = DD(q.x) + DD(-p2.x); | ^ In member function ‘ttmath::uint ttmath::Int::FromUIntOrInt(const ttmath::UInt&, bool) [with long long unsigned int argument_size = 1; long long unsigned int value_size = 1]’, inlined from ‘ttmath::uint ttmath::Int::FromInt(const ttmath::Int&) [with long long unsigned int argument_size = 1; long long unsigned int value_size = 1]’ at libgeoda/./shape/ttmath/ttmathint.h:699:23, inlined from ‘ttmath::Int& ttmath::Int::operator=(const ttmath::Int&) [with long long unsigned int value_size = 1]’ at libgeoda/./shape/ttmath/ttmathint.h:773:10, inlined from ‘ttmath::Big& ttmath::Big::operator=(const ttmath::Big&) [with long long unsigned int exp = 1; long long unsigned int man = 2]’ at libgeoda/./shape/ttmath/ttmathbig.h:3670:12, inlined from ‘ttmath::Big::Big(const ttmath::Big&) [with long long unsigned int exp = 1; long long unsigned int man = 2]’ at libgeoda/./shape/ttmath/ttmathbig.h:3683:12, inlined from ‘ttmath::Big ttmath::Big::operator+(const ttmath::Big&) const [with long long unsigned int exp = 1; long long unsigned int man = 2]’ at libgeoda/./shape/ttmath/ttmathbig.h:5619:15, inlined from ‘static int Orientation::index(const gda::Point&, const gda::Point&, const gda::Point&)’ at libgeoda/./shape/centroid.h:118:36: libgeoda/./shape/ttmath/ttmathint.h:653:61: warning: ‘.ttmath::Big<1, 2>::exponent.ttmath::Int<1>::.ttmath::UInt<1>::table[0]’ may be used uninitialized [-Wmaybe-uninitialized] 653 | UInt::table[i] = p.table[i]; | ~~~~~~~^ libgeoda/./shape/centroid.h: In static member function ‘static int Orientation::index(const gda::Point&, const gda::Point&, const gda::Point&)’: libgeoda/./shape/centroid.h:118:24: note: ‘’ declared here 118 | DD dx2 = DD(q.x) + DD(-p2.x); | ^ In member function ‘ttmath::UInt& ttmath::UInt::operator=(const ttmath::UInt&) [with long long unsigned int value_size = 2]’, inlined from ‘ttmath::Big& ttmath::Big::operator=(const ttmath::Big&) [with long long unsigned int exp = 1; long long unsigned int man = 2]’ at libgeoda/./shape/ttmath/ttmathbig.h:3671:12, inlined from ‘ttmath::Big::Big(const ttmath::Big&) [with long long unsigned int exp = 1; long long unsigned int man = 2]’ at libgeoda/./shape/ttmath/ttmathbig.h:3683:12, inlined from ‘ttmath::Big ttmath::Big::operator+(const ttmath::Big&) const [with long long unsigned int exp = 1; long long unsigned int man = 2]’ at libgeoda/./shape/ttmath/ttmathbig.h:5619:15, inlined from ‘static int Orientation::index(const gda::Point&, const gda::Point&, const gda::Point&)’ at libgeoda/./shape/centroid.h:118:36: libgeoda/./shape/ttmath/ttmathuint.h:2765:43: warning: ‘.ttmath::Big<1, 2>::mantissa.ttmath::UInt<2>::table[1]’ may be used uninitialized [-Wmaybe-uninitialized] 2765 | table[i] = p.table[i]; | ~~~~~~~^ libgeoda/./shape/centroid.h: In static member function ‘static int Orientation::index(const gda::Point&, const gda::Point&, const gda::Point&)’: libgeoda/./shape/centroid.h:118:24: note: ‘’ declared here 118 | DD dx2 = DD(q.x) + DD(-p2.x); | ^ In member function ‘ttmath::UInt& ttmath::UInt::operator=(const ttmath::UInt&) [with long long unsigned int value_size = 2]’, inlined from ‘ttmath::Big& ttmath::Big::operator=(const ttmath::Big&) [with long long unsigned int exp = 1; long long unsigned int man = 2]’ at libgeoda/./shape/ttmath/ttmathbig.h:3671:12, inlined from ‘ttmath::Big::Big(const ttmath::Big&) [with long long unsigned int exp = 1; long long unsigned int man = 2]’ at libgeoda/./shape/ttmath/ttmathbig.h:3683:12, inlined from ‘ttmath::Big ttmath::Big::operator+(const ttmath::Big&) const [with long long unsigned int exp = 1; long long unsigned int man = 2]’ at libgeoda/./shape/ttmath/ttmathbig.h:5619:15, inlined from ‘static int Orientation::index(const gda::Point&, const gda::Point&, const gda::Point&)’ at libgeoda/./shape/centroid.h:118:36: libgeoda/./shape/ttmath/ttmathuint.h:2765:43: warning: ‘.ttmath::Big<1, 2>::mantissa.ttmath::UInt<2>::table[0]’ may be used uninitialized [-Wmaybe-uninitialized] 2765 | table[i] = p.table[i]; | ~~~~~~~^ libgeoda/./shape/centroid.h: In static member function ‘static int Orientation::index(const gda::Point&, const gda::Point&, const gda::Point&)’: libgeoda/./shape/centroid.h:118:24: note: ‘’ declared here 118 | DD dx2 = DD(q.x) + DD(-p2.x); | ^ In member function ‘void ttmath::Big::SetInfoBit(unsigned char) [with long long unsigned int exp = 1; long long unsigned int man = 2]’, inlined from ‘void ttmath::Big::SetNan() [with long long unsigned int exp = 1; long long unsigned int man = 2]’ at libgeoda/./shape/ttmath/ttmathbig.h:298:13, inlined from ‘ttmath::uint ttmath::Big::FromDouble(double) [with long long unsigned int exp = 1; long long unsigned int man = 2]’ at libgeoda/./shape/ttmath/ttmathbig.h:2743:10, inlined from ‘ttmath::Big::Big(double) [with long long unsigned int exp = 1; long long unsigned int man = 2]’ at libgeoda/./shape/ttmath/ttmathbig.h:3164:13, inlined from ‘static int Orientation::index(const gda::Point&, const gda::Point&, const gda::Point&)’ at libgeoda/./shape/centroid.h:119:36: libgeoda/./shape/ttmath/ttmathbig.h:238:24: warning: ‘.ttmath::Big<1, 2>::info’ may be used uninitialized [-Wmaybe-uninitialized] 238 | info = info | bit; | ^~~~ libgeoda/./shape/centroid.h: In static member function ‘static int Orientation::index(const gda::Point&, const gda::Point&, const gda::Point&)’: libgeoda/./shape/centroid.h:119:36: note: ‘’ declared here 119 | DD dy2 = DD(q.y) + DD(-p2.y); | ^ In member function ‘void ttmath::Big::SetInfoBit(unsigned char) [with long long unsigned int exp = 1; long long unsigned int man = 2]’, inlined from ‘void ttmath::Big::SetNan() [with long long unsigned int exp = 1; long long unsigned int man = 2]’ at libgeoda/./shape/ttmath/ttmathbig.h:298:13, inlined from ‘ttmath::uint ttmath::Big::FromDouble(double) [with long long unsigned int exp = 1; long long unsigned int man = 2]’ at libgeoda/./shape/ttmath/ttmathbig.h:2743:10, inlined from ‘ttmath::Big::Big(double) [with long long unsigned int exp = 1; long long unsigned int man = 2]’ at libgeoda/./shape/ttmath/ttmathbig.h:3164:13, inlined from ‘static int Orientation::index(const gda::Point&, const gda::Point&, const gda::Point&)’ at libgeoda/./shape/centroid.h:119:24: libgeoda/./shape/ttmath/ttmathbig.h:238:24: warning: ‘.ttmath::Big<1, 2>::info’ may be used uninitialized [-Wmaybe-uninitialized] 238 | info = info | bit; | ^~~~ libgeoda/./shape/centroid.h: In static member function ‘static int Orientation::index(const gda::Point&, const gda::Point&, const gda::Point&)’: libgeoda/./shape/centroid.h:119:24: note: ‘’ declared here 119 | DD dy2 = DD(q.y) + DD(-p2.y); | ^ In member function ‘ttmath::uint ttmath::Int::FromUIntOrInt(const ttmath::UInt&, bool) [with long long unsigned int argument_size = 1; long long unsigned int value_size = 1]’, inlined from ‘ttmath::uint ttmath::Int::FromInt(const ttmath::Int&) [with long long unsigned int argument_size = 1; long long unsigned int value_size = 1]’ at libgeoda/./shape/ttmath/ttmathint.h:699:23, inlined from ‘ttmath::Int& ttmath::Int::operator=(const ttmath::Int&) [with long long unsigned int value_size = 1]’ at libgeoda/./shape/ttmath/ttmathint.h:773:10, inlined from ‘ttmath::Big& ttmath::Big::operator=(const ttmath::Big&) [with long long unsigned int exp = 1; long long unsigned int man = 2]’ at libgeoda/./shape/ttmath/ttmathbig.h:3670:12, inlined from ‘ttmath::Big::Big(const ttmath::Big&) [with long long unsigned int exp = 1; long long unsigned int man = 2]’ at libgeoda/./shape/ttmath/ttmathbig.h:3683:12, inlined from ‘ttmath::Big ttmath::Big::operator+(const ttmath::Big&) const [with long long unsigned int exp = 1; long long unsigned int man = 2]’ at libgeoda/./shape/ttmath/ttmathbig.h:5619:15, inlined from ‘static int Orientation::index(const gda::Point&, const gda::Point&, const gda::Point&)’ at libgeoda/./shape/centroid.h:119:36: libgeoda/./shape/ttmath/ttmathint.h:653:61: warning: ‘.ttmath::Big<1, 2>::exponent.ttmath::Int<1>::.ttmath::UInt<1>::table[0]’ may be used uninitialized [-Wmaybe-uninitialized] 653 | UInt::table[i] = p.table[i]; | ~~~~~~~^ libgeoda/./shape/centroid.h: In static member function ‘static int Orientation::index(const gda::Point&, const gda::Point&, const gda::Point&)’: libgeoda/./shape/centroid.h:119:24: note: ‘’ declared here 119 | DD dy2 = DD(q.y) + DD(-p2.y); | ^ In member function ‘ttmath::UInt& ttmath::UInt::operator=(const ttmath::UInt&) [with long long unsigned int value_size = 2]’, inlined from ‘ttmath::Big& ttmath::Big::operator=(const ttmath::Big&) [with long long unsigned int exp = 1; long long unsigned int man = 2]’ at libgeoda/./shape/ttmath/ttmathbig.h:3671:12, inlined from ‘ttmath::Big::Big(const ttmath::Big&) [with long long unsigned int exp = 1; long long unsigned int man = 2]’ at libgeoda/./shape/ttmath/ttmathbig.h:3683:12, inlined from ‘ttmath::Big ttmath::Big::operator+(const ttmath::Big&) const [with long long unsigned int exp = 1; long long unsigned int man = 2]’ at libgeoda/./shape/ttmath/ttmathbig.h:5619:15, inlined from ‘static int Orientation::index(const gda::Point&, const gda::Point&, const gda::Point&)’ at libgeoda/./shape/centroid.h:119:36: libgeoda/./shape/ttmath/ttmathuint.h:2765:43: warning: ‘.ttmath::Big<1, 2>::mantissa.ttmath::UInt<2>::table[1]’ may be used uninitialized [-Wmaybe-uninitialized] 2765 | table[i] = p.table[i]; | ~~~~~~~^ libgeoda/./shape/centroid.h: In static member function ‘static int Orientation::index(const gda::Point&, const gda::Point&, const gda::Point&)’: libgeoda/./shape/centroid.h:119:24: note: ‘’ declared here 119 | DD dy2 = DD(q.y) + DD(-p2.y); | ^ In member function ‘ttmath::UInt& ttmath::UInt::operator=(const ttmath::UInt&) [with long long unsigned int value_size = 2]’, inlined from ‘ttmath::Big& ttmath::Big::operator=(const ttmath::Big&) [with long long unsigned int exp = 1; long long unsigned int man = 2]’ at libgeoda/./shape/ttmath/ttmathbig.h:3671:12, inlined from ‘ttmath::Big::Big(const ttmath::Big&) [with long long unsigned int exp = 1; long long unsigned int man = 2]’ at libgeoda/./shape/ttmath/ttmathbig.h:3683:12, inlined from ‘ttmath::Big ttmath::Big::operator+(const ttmath::Big&) const [with long long unsigned int exp = 1; long long unsigned int man = 2]’ at libgeoda/./shape/ttmath/ttmathbig.h:5619:15, inlined from ‘static int Orientation::index(const gda::Point&, const gda::Point&, const gda::Point&)’ at libgeoda/./shape/centroid.h:119:36: libgeoda/./shape/ttmath/ttmathuint.h:2765:43: warning: ‘.ttmath::Big<1, 2>::mantissa.ttmath::UInt<2>::table[0]’ may be used uninitialized [-Wmaybe-uninitialized] 2765 | table[i] = p.table[i]; | ~~~~~~~^ libgeoda/./shape/centroid.h: In static member function ‘static int Orientation::index(const gda::Point&, const gda::Point&, const gda::Point&)’: libgeoda/./shape/centroid.h:119:24: note: ‘’ declared here 119 | DD dy2 = DD(q.y) + DD(-p2.y); | ^ g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I./libgeoda -D__USE_PTHREAD__ -D__RGEODA__ -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/BH/include' -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -c libgeoda/gda_sa.cpp -o libgeoda/gda_sa.o In file included from /data/gannet/ripley/R/test-dev/BH/include/boost/bind/mem_fn.hpp:23, from /data/gannet/ripley/R/test-dev/BH/include/boost/mem_fn.hpp:22, from /data/gannet/ripley/R/test-dev/BH/include/boost/function/function_template.hpp:16, from /data/gannet/ripley/R/test-dev/BH/include/boost/function.hpp:16, from /data/gannet/ripley/R/test-dev/BH/include/boost/algorithm/string/detail/find_iterator.hpp:18, from /data/gannet/ripley/R/test-dev/BH/include/boost/algorithm/string/find_iterator.hpp:24, from /data/gannet/ripley/R/test-dev/BH/include/boost/algorithm/string/iter_find.hpp:27, from /data/gannet/ripley/R/test-dev/BH/include/boost/algorithm/string/split.hpp:16, from /data/gannet/ripley/R/test-dev/BH/include/boost/algorithm/string.hpp:23, from libgeoda/gda_sa.cpp:3: /data/gannet/ripley/R/test-dev/BH/include/boost/get_pointer.hpp:48:40: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 48 | template T * get_pointer(std::auto_ptr const& p) | ^~~~~~~~ In file included from /usr/include/c++/15/memory:80, from /data/gannet/ripley/R/test-dev/BH/include/boost/function/function_base.hpp:23, from /data/gannet/ripley/R/test-dev/BH/include/boost/function/function_template.hpp:14: /usr/include/c++/15/bits/unique_ptr.h:59:28: note: declared here 59 | template class auto_ptr; | ^~~~~~~~ g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I./libgeoda -D__USE_PTHREAD__ -D__RGEODA__ -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/BH/include' -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -c libgeoda/gda_data.cpp -o libgeoda/gda_data.o In file included from libgeoda/gda_sa.cpp:6: libgeoda/weights/GeodaWeight.h:53:32: warning: ‘virtual const GeoDaWeight& GeoDaWeight::operator=(const GeoDaWeight&)’ was hidden [-Woverloaded-virtual=] 53 | virtual const GeoDaWeight& operator=(const GeoDaWeight& gw); | ^~~~~~~~ In file included from libgeoda/gda_sa.cpp:7: libgeoda/weights/GalWeight.h:57:28: note: by ‘virtual GalWeight& GalWeight::operator=(const GalWeight&)’ 57 | virtual GalWeight& operator=(const GalWeight& gw); | ^~~~~~~~ libgeoda/gda_sa.cpp: In function ‘std::vector > gda_neighbor_match_test(AbstractGeoDa*, unsigned int, double, bool, bool, bool, const std::vector >&, const std::string&, const std::string&)’: libgeoda/gda_sa.cpp:414:24: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 414 | for (int j=0; j > gda_neighbor_match_test(GeoDaWeight*, unsigned int, const std::vector >&, const std::string&, const std::string&)’: libgeoda/gda_sa.cpp:514:24: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 514 | for (int j=0; j class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 48 | template T * get_pointer(std::auto_ptr const& p) | ^~~~~~~~ In file included from /usr/include/c++/15/memory:80, from /data/gannet/ripley/R/test-dev/BH/include/boost/function/function_base.hpp:23, from /data/gannet/ripley/R/test-dev/BH/include/boost/function/function_template.hpp:14: /usr/include/c++/15/bits/unique_ptr.h:59:28: note: declared here 59 | template class auto_ptr; | ^~~~~~~~ libgeoda/gda_data.cpp: In function ‘bool gda_rateSmootherEBS(const std::vector&, const std::vector&, std::vector&, std::vector&)’: libgeoda/gda_data.cpp:152:24: warning: comparison of integer expressions of different signedness: ‘std::vector::size_type’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare] 152 | if (results.size() != obs) { | ~~~~~~~~~~~~~~~^~~~~~ g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I./libgeoda -D__USE_PTHREAD__ -D__RGEODA__ -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/BH/include' -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -c libgeoda/gda_weights.cpp -o libgeoda/gda_weights.o In file included from /data/gannet/ripley/R/test-dev/BH/include/boost/cstdfloat.hpp:27, from /data/gannet/ripley/R/test-dev/BH/include/boost/multiprecision/detail/float128_functions.hpp:15, from /data/gannet/ripley/R/test-dev/BH/include/boost/multiprecision/detail/fpclassify.hpp:13, from /data/gannet/ripley/R/test-dev/BH/include/boost/multiprecision/detail/default_ops.hpp:15, from /data/gannet/ripley/R/test-dev/BH/include/boost/multiprecision/detail/generic_interconvert.hpp:12, from /data/gannet/ripley/R/test-dev/BH/include/boost/multiprecision/number.hpp:12, from /data/gannet/ripley/R/test-dev/BH/include/boost/multiprecision/cpp_int.hpp:19, from /data/gannet/ripley/R/test-dev/BH/include/boost/multiprecision/cpp_bin_float.hpp:15, from /data/gannet/ripley/R/test-dev/BH/include/boost/geometry/core/coordinate_promotion.hpp:16, from /data/gannet/ripley/R/test-dev/BH/include/boost/geometry/core/radian_access.hpp:28, from /data/gannet/ripley/R/test-dev/BH/include/boost/geometry/geometry.hpp:50, from /data/gannet/ripley/R/test-dev/BH/include/boost/geometry.hpp:17, from libgeoda/SpatialIndTypes.h:23, from libgeoda/SpatialIndAlgs.h:9, from libgeoda/gda_weights.cpp:23: /data/gannet/ripley/R/test-dev/BH/include/boost/math/cstdfloat/cstdfloat_cmath.hpp:714:16: warning: non-standard suffix on floating constant [-Wpedantic] 714 | else if (x == BOOST_FLOAT128_C(0.0)) | ^~~~ /data/gannet/ripley/R/test-dev/BH/include/boost/math/cstdfloat/cstdfloat_cmath.hpp:717:16: warning: non-standard suffix on floating constant [-Wpedantic] 717 | if (::BOOST_CSTDFLOAT_FLOAT128_FABS(x) < BOOST_CSTDFLOAT_FLOAT128_MIN) | ^~ g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I./libgeoda -D__USE_PTHREAD__ -D__RGEODA__ -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/BH/include' -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -c libgeoda/gda_clustering.cpp -o libgeoda/gda_clustering.o In file included from /data/gannet/ripley/R/test-dev/BH/include/boost/bind/mem_fn.hpp:23, from /data/gannet/ripley/R/test-dev/BH/include/boost/mem_fn.hpp:22, from /data/gannet/ripley/R/test-dev/BH/include/boost/function/function_template.hpp:16, from /data/gannet/ripley/R/test-dev/BH/include/boost/function.hpp:16, from /data/gannet/ripley/R/test-dev/BH/include/boost/algorithm/string/detail/find_iterator.hpp:18, from /data/gannet/ripley/R/test-dev/BH/include/boost/algorithm/string/find_iterator.hpp:24, from /data/gannet/ripley/R/test-dev/BH/include/boost/algorithm/string/iter_find.hpp:27, from /data/gannet/ripley/R/test-dev/BH/include/boost/algorithm/string/split.hpp:16, from /data/gannet/ripley/R/test-dev/BH/include/boost/algorithm/string.hpp:23, from libgeoda/gda_weights.cpp:16: /data/gannet/ripley/R/test-dev/BH/include/boost/get_pointer.hpp:48:40: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 48 | template T * get_pointer(std::auto_ptr const& p) | ^~~~~~~~ In file included from /usr/include/c++/15/bits/shared_ptr_base.h:59, from /usr/include/c++/15/bits/shared_ptr.h:53, from /usr/include/c++/15/regex:51, from libgeoda/gda_weights.cpp:5: /usr/include/c++/15/bits/unique_ptr.h:59:28: note: declared here 59 | template class auto_ptr; | ^~~~~~~~ In file included from libgeoda/weights/GalWeight.h:7, from libgeoda/weights/PolysToContigWeights.h:7, from libgeoda/gda_weights.cpp:20: libgeoda/weights/GeodaWeight.h:53:32: warning: ‘virtual const GeoDaWeight& GeoDaWeight::operator=(const GeoDaWeight&)’ was hidden [-Woverloaded-virtual=] 53 | virtual const GeoDaWeight& operator=(const GeoDaWeight& gw); | ^~~~~~~~ libgeoda/weights/GalWeight.h:57:28: note: by ‘virtual GalWeight& GalWeight::operator=(const GalWeight&)’ 57 | virtual GalWeight& operator=(const GalWeight& gw); | ^~~~~~~~ In file included from /data/gannet/ripley/R/test-dev/BH/include/boost/bind/mem_fn.hpp:23, from /data/gannet/ripley/R/test-dev/BH/include/boost/mem_fn.hpp:22, from /data/gannet/ripley/R/test-dev/BH/include/boost/function/function_template.hpp:16, from /data/gannet/ripley/R/test-dev/BH/include/boost/function.hpp:16, from /data/gannet/ripley/R/test-dev/BH/include/boost/algorithm/string/detail/find_iterator.hpp:18, from /data/gannet/ripley/R/test-dev/BH/include/boost/algorithm/string/find_iterator.hpp:24, from /data/gannet/ripley/R/test-dev/BH/include/boost/algorithm/string/iter_find.hpp:27, from /data/gannet/ripley/R/test-dev/BH/include/boost/algorithm/string/split.hpp:16, from /data/gannet/ripley/R/test-dev/BH/include/boost/algorithm/string.hpp:23, from libgeoda/gda_clustering.cpp:2: /data/gannet/ripley/R/test-dev/BH/include/boost/get_pointer.hpp:48:40: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 48 | template T * get_pointer(std::auto_ptr const& p) | ^~~~~~~~ In file included from /usr/include/c++/15/memory:80, from /data/gannet/ripley/R/test-dev/BH/include/boost/function/function_base.hpp:23, from /data/gannet/ripley/R/test-dev/BH/include/boost/function/function_template.hpp:14: /usr/include/c++/15/bits/unique_ptr.h:59:28: note: declared here 59 | template class auto_ptr; | ^~~~~~~~ libgeoda/gda_clustering.cpp: In function ‘std::vector gda_makespatial(const std::vector&, GeoDaWeight*)’: libgeoda/gda_clustering.cpp:456:24: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 456 | for (int j=0; j