* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’
* installing *source* package ‘s2’ ...
** this is package ‘s2’ version ‘1.1.9’
** package ‘s2’ successfully unpacked and MD5 sums checked
** using staged installation
Found OpenSSL pkg-config cflags and libs!
Testing compiler OpenSSL configuration using PKG_CFLAGS=
** Using PKG_CONFIG_PATH=:/home/hornik/tmp/scratch/RtmpzePQWT/R.INSTALL3bf30566af04ac/s2/tools/pkgconfig
** Using abseil-cpp from pkg-config
Testing Abseil configuration using PKG_CFLAGS=
Using PKG_LIBS=-labsl_flags_internal -labsl_flags_marshalling -labsl_flags_reflection -labsl_flags_private_handle_accessor -labsl_flags_commandlineflag -labsl_flags_commandlineflag_internal -labsl_flags_config -labsl_flags_program_name -labsl_raw_hash_set -labsl_hashtablez_sampler -labsl_log_internal_check_op -labsl_log_internal_conditions -labsl_log_internal_message -labsl_examine_stack -labsl_log_internal_format -labsl_log_internal_nullguard -labsl_log_internal_structured_proto -labsl_log_internal_log_sink_set -labsl_log_internal_globals -labsl_log_globals -labsl_vlog_config_internal -labsl_log_internal_fnmatch -labsl_log_sink -labsl_log_entry -labsl_log_internal_proto -labsl_status -labsl_cord -labsl_cordz_info -labsl_cord_internal -labsl_cordz_functions -labsl_exponential_biased -labsl_cordz_handle -labsl_synchronization -labsl_graphcycles_internal -labsl_kernel_timeout_internal -labsl_tracing_internal -labsl_time -labsl_civil_time -labsl_time_zone -labsl_crc_cord_state -labsl_crc32c -labsl_crc_internal -labsl_crc_cpu_detect -labsl_leak_check -labsl_stacktrace -labsl_borrowed_fixup_buffer -labsl_hash -labsl_city -labsl_str_format_internal -labsl_strerror -labsl_symbolize -labsl_debugging_internal -labsl_demangle_internal -labsl_demangle_rust -labsl_decode_rust_punycode -labsl_utf8_for_code_point -labsl_malloc_internal -labsl_strings -labsl_strings_internal -labsl_int128 -labsl_base -Wl,--push-state,--as-needed -latomic -Wl,--pop-state -lrt -labsl_spinlock_wait -labsl_throw_delegate -labsl_raw_logging_internal -labsl_log_severity -lssl -lcrypto
Using PKG_CFLAGS=
** libs
specified C++17
using C compiler: ‘Debian clang version 21.1.8 (3+b1)’
using C++ compiler: ‘Debian clang version 21.1.8 (3+b1)’
using C++17
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpzePQWT/R.INSTALL3bf30566af04ac/s2/src'
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c cpp-compat.cpp -o cpp-compat.o
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2-accessors.cpp -o s2-accessors.o
In file included from s2-accessors.cpp:2:
In file included from ./geography-operator.h:7:
In file included from ./geography.h:7:
In file included from ./s2geography.h:4:
In file included from ./s2geography/accessors-geog.h:4:
In file included from ../src/s2/s2convex_hull_query.h:25:
In file included from ../src/s2/s2cap.h:31:
In file included from ../src/s2/s1chord_angle.h:31:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
276 | S2_CHECK_NE(det, VType(0)) << " Can't inverse. Determinant = 0.";
| ^
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2-accessors.cpp:2:
In file included from ./geography-operator.h:7:
In file included from ./geography.h:7:
In file included from ./s2geography.h:4:
In file included from ./s2geography/accessors-geog.h:4:
In file included from ../src/s2/s2convex_hull_query.h:25:
In file included from ../src/s2/s2cap.h:31:
In file included from ../src/s2/s1chord_angle.h:31:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
2 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2-bounds.cpp -o s2-bounds.o
In file included from s2-bounds.cpp:3:
In file included from ./s2/s2cap.h:31:
In file included from ../src/s2/s1chord_angle.h:31:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
276 | S2_CHECK_NE(det, VType(0)) << " Can't inverse. Determinant = 0.";
| ^
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2-bounds.cpp:3:
In file included from ./s2/s2cap.h:31:
In file included from ../src/s2/s1chord_angle.h:31:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
2 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2-cell.cpp -o s2-cell.o
In file included from s2-cell.cpp:9:
In file included from ./s2/s2cell.h:28:
In file included from ../src/s2/s1chord_angle.h:31:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
276 | S2_CHECK_NE(det, VType(0)) << " Can't inverse. Determinant = 0.";
| ^
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2-cell.cpp:9:
In file included from ./s2/s2cell.h:28:
In file included from ../src/s2/s1chord_angle.h:31:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
2 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2-cell-union.cpp -o s2-cell-union.o
In file included from s2-cell-union.cpp:3:
In file included from ./s2/s2cell.h:28:
In file included from ../src/s2/s1chord_angle.h:31:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
276 | S2_CHECK_NE(det, VType(0)) << " Can't inverse. Determinant = 0.";
| ^
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2-cell-union.cpp:3:
In file included from ./s2/s2cell.h:28:
In file included from ../src/s2/s1chord_angle.h:31:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
2 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2-constructors-formatters.cpp -o s2-constructors-formatters.o
In file included from s2-constructors-formatters.cpp:6:
In file included from ./s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
276 | S2_CHECK_NE(det, VType(0)) << " Can't inverse. Determinant = 0.";
| ^
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2-constructors-formatters.cpp:6:
In file included from ./s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
In file included from s2-constructors-formatters.cpp:9:
In file included from ./geography.h:5:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include/Rcpp.h:27:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include/RcppCommon.h:29:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include/Rcpp/r/check_r_headers.h:27:13: warning: R.h has been included before any Rcpp headers. This can lead to hard-to-debug errors, and is not necessary. See https://github.com/RcppCore/Rcpp/issues/1410 [-W#pragma-messages]
27 | #pragma message "R.h has been included before any Rcpp headers. This can lead to hard-to-debug errors, and is not necessary. See https://github.com/RcppCore/Rcpp/issues/1410"
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include/Rcpp/r/check_r_headers.h:35:13: warning: Rinternals.h has been included before any Rcpp headers. This can lead to hard-to-debug errors, and is not necessary. See https://github.com/RcppCore/Rcpp/issues/1410 [-W#pragma-messages]
35 | #pragma message "Rinternals.h has been included before any Rcpp headers. This can lead to hard-to-debug errors, and is not necessary. See https://github.com/RcppCore/Rcpp/issues/1410"
| ^
4 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2-predicates.cpp -o s2-predicates.o
In file included from s2-predicates.cpp:2:
In file included from ./s2/s2boolean_operation.h:26:
In file included from ../src/s2/s2builder.h:36:
In file included from ../src/s2/mutable_s2shape_index.h:44:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
276 | S2_CHECK_NE(det, VType(0)) << " Can't inverse. Determinant = 0.";
| ^
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2-predicates.cpp:2:
In file included from ./s2/s2boolean_operation.h:26:
In file included from ../src/s2/s2builder.h:36:
In file included from ../src/s2/mutable_s2shape_index.h:44:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
2 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2-transformers.cpp -o s2-transformers.o
In file included from s2-transformers.cpp:2:
In file included from ./s2/s2shape_index_buffered_region.h:24:
In file included from ../src/s2/s1chord_angle.h:31:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
276 | S2_CHECK_NE(det, VType(0)) << " Can't inverse. Determinant = 0.";
| ^
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2-transformers.cpp:2:
In file included from ./s2/s2shape_index_buffered_region.h:24:
In file included from ../src/s2/s1chord_angle.h:31:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
2 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c init.cpp -o init.o
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c RcppExports.cpp -o RcppExports.o
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2-geography.cpp -o s2-geography.o
In file included from s2-geography.cpp:3:
In file included from ./s2/s2polyline.h:34:
In file included from ../src/s2/s2builder.h:36:
In file included from ../src/s2/mutable_s2shape_index.h:44:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
276 | S2_CHECK_NE(det, VType(0)) << " Can't inverse. Determinant = 0.";
| ^
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2-geography.cpp:3:
In file included from ./s2/s2polyline.h:34:
In file included from ../src/s2/s2builder.h:36:
In file included from ../src/s2/mutable_s2shape_index.h:44:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
2 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2-lnglat.cpp -o s2-lnglat.o
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2-matrix.cpp -o s2-matrix.o
In file included from s2-matrix.cpp:6:
In file included from ./s2/s2boolean_operation.h:26:
In file included from ../src/s2/s2builder.h:36:
In file included from ../src/s2/mutable_s2shape_index.h:44:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
276 | S2_CHECK_NE(det, VType(0)) << " Can't inverse. Determinant = 0.";
| ^
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2-matrix.cpp:6:
In file included from ./s2/s2boolean_operation.h:26:
In file included from ../src/s2/s2builder.h:36:
In file included from ../src/s2/mutable_s2shape_index.h:44:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
2 warnings generated.
clang-21 -std=gnu23 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c wk-impl.c -o wk-impl.o
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2geography/accessors-geog.cc -o s2geography/accessors-geog.o
In file included from s2geography/accessors-geog.cc:2:
In file included from s2geography/accessors-geog.h:4:
In file included from ../src/s2/s2convex_hull_query.h:25:
In file included from ../src/s2/s2cap.h:31:
In file included from ../src/s2/s1chord_angle.h:31:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
276 | S2_CHECK_NE(det, VType(0)) << " Can't inverse. Determinant = 0.";
| ^
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2geography/accessors-geog.cc:2:
In file included from s2geography/accessors-geog.h:4:
In file included from ../src/s2/s2convex_hull_query.h:25:
In file included from ../src/s2/s2cap.h:31:
In file included from ../src/s2/s1chord_angle.h:31:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
2 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2geography/accessors.cc -o s2geography/accessors.o
In file included from s2geography/accessors.cc:2:
In file included from s2geography/accessors.h:4:
In file included from s2geography/geography.h:4:
In file included from ../src/s2/s2polygon.h:34:
In file included from ../src/s2/mutable_s2shape_index.h:44:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
276 | S2_CHECK_NE(det, VType(0)) << " Can't inverse. Determinant = 0.";
| ^
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2geography/accessors.cc:2:
In file included from s2geography/accessors.h:4:
In file included from s2geography/geography.h:4:
In file included from ../src/s2/s2polygon.h:34:
In file included from ../src/s2/mutable_s2shape_index.h:44:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
2 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2geography/build.cc -o s2geography/build.o
In file included from s2geography/build.cc:2:
In file included from s2geography/build.h:4:
In file included from ../src/s2/s2builderutil_s2point_vector_layer.h:27:
In file included from ../src/s2/mutable_s2shape_index.h:44:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
276 | S2_CHECK_NE(det, VType(0)) << " Can't inverse. Determinant = 0.";
| ^
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2geography/build.cc:2:
In file included from s2geography/build.h:4:
In file included from ../src/s2/s2builderutil_s2point_vector_layer.h:27:
In file included from ../src/s2/mutable_s2shape_index.h:44:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
2 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2geography/coverings.cc -o s2geography/coverings.o
In file included from s2geography/coverings.cc:2:
In file included from s2geography/coverings.h:4:
In file included from ../src/s2/s2region_coverer.h:31:
In file included from ../src/s2/s2cell.h:28:
In file included from ../src/s2/s1chord_angle.h:31:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
276 | S2_CHECK_NE(det, VType(0)) << " Can't inverse. Determinant = 0.";
| ^
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2geography/coverings.cc:2:
In file included from s2geography/coverings.h:4:
In file included from ../src/s2/s2region_coverer.h:31:
In file included from ../src/s2/s2cell.h:28:
In file included from ../src/s2/s1chord_angle.h:31:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
2 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2geography/distance.cc -o s2geography/distance.o
In file included from s2geography/distance.cc:2:
In file included from s2geography/distance.h:4:
In file included from s2geography/geography.h:4:
In file included from ../src/s2/s2polygon.h:34:
In file included from ../src/s2/mutable_s2shape_index.h:44:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
276 | S2_CHECK_NE(det, VType(0)) << " Can't inverse. Determinant = 0.";
| ^
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2geography/distance.cc:2:
In file included from s2geography/distance.h:4:
In file included from s2geography/geography.h:4:
In file included from ../src/s2/s2polygon.h:34:
In file included from ../src/s2/mutable_s2shape_index.h:44:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
2 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2geography/geography.cc -o s2geography/geography.o
In file included from s2geography/geography.cc:2:
In file included from s2geography/geography.h:4:
In file included from ../src/s2/s2polygon.h:34:
In file included from ../src/s2/mutable_s2shape_index.h:44:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
276 | S2_CHECK_NE(det, VType(0)) << " Can't inverse. Determinant = 0.";
| ^
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2geography/geography.cc:2:
In file included from s2geography/geography.h:4:
In file included from ../src/s2/s2polygon.h:34:
In file included from ../src/s2/mutable_s2shape_index.h:44:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
2 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2geography/linear-referencing.cc -o s2geography/linear-referencing.o
In file included from s2geography/linear-referencing.cc:2:
In file included from s2geography/linear-referencing.h:4:
In file included from s2geography/geography.h:4:
In file included from ../src/s2/s2polygon.h:34:
In file included from ../src/s2/mutable_s2shape_index.h:44:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
276 | S2_CHECK_NE(det, VType(0)) << " Can't inverse. Determinant = 0.";
| ^
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2geography/linear-referencing.cc:2:
In file included from s2geography/linear-referencing.h:4:
In file included from s2geography/geography.h:4:
In file included from ../src/s2/s2polygon.h:34:
In file included from ../src/s2/mutable_s2shape_index.h:44:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
2 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2geography/predicates.cc -o s2geography/predicates.o
In file included from s2geography/predicates.cc:2:
In file included from s2geography/predicates.h:4:
In file included from ../src/s2/s2boolean_operation.h:26:
In file included from ../src/s2/s2builder.h:36:
In file included from ../src/s2/mutable_s2shape_index.h:44:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
276 | S2_CHECK_NE(det, VType(0)) << " Can't inverse. Determinant = 0.";
| ^
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2geography/predicates.cc:2:
In file included from s2geography/predicates.h:4:
In file included from ../src/s2/s2boolean_operation.h:26:
In file included from ../src/s2/s2builder.h:36:
In file included from ../src/s2/mutable_s2shape_index.h:44:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
2 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2/encoded_s2cell_id_vector.cc -o s2/encoded_s2cell_id_vector.o
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2/encoded_s2point_vector.cc -o s2/encoded_s2point_vector.o
In file included from s2/encoded_s2point_vector.cc:18:
In file included from ../src/s2/encoded_s2point_vector.h:31:
In file included from ../src/s2/s2shape.h:27:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
276 | S2_CHECK_NE(det, VType(0)) << " Can't inverse. Determinant = 0.";
| ^
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2/encoded_s2point_vector.cc:18:
In file included from ../src/s2/encoded_s2point_vector.h:31:
In file included from ../src/s2/s2shape.h:27:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
2 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2/encoded_s2shape_index.cc -o s2/encoded_s2shape_index.o
In file included from s2/encoded_s2shape_index.cc:18:
In file included from ../src/s2/encoded_s2shape_index.h:32:
In file included from ../src/s2/mutable_s2shape_index.h:44:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
276 | S2_CHECK_NE(det, VType(0)) << " Can't inverse. Determinant = 0.";
| ^
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2/encoded_s2shape_index.cc:18:
In file included from ../src/s2/encoded_s2shape_index.h:32:
In file included from ../src/s2/mutable_s2shape_index.h:44:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
2 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2/encoded_string_vector.cc -o s2/encoded_string_vector.o
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2/id_set_lexicon.cc -o s2/id_set_lexicon.o
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2/mutable_s2shape_index.cc -o s2/mutable_s2shape_index.o
In file included from s2/mutable_s2shape_index.cc:18:
In file included from ../src/s2/mutable_s2shape_index.h:44:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
276 | S2_CHECK_NE(det, VType(0)) << " Can't inverse. Determinant = 0.";
| ^
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2/mutable_s2shape_index.cc:18:
In file included from ../src/s2/mutable_s2shape_index.h:44:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
s2/mutable_s2shape_index.cc:595:31: warning: 'Lock' is deprecated [-Wdeprecated-declarations]
595 | update_state_->wait_mutex.Lock();
| ^
/usr/include/absl/synchronization/mutex.h:194:3: note: 'Lock' has been explicitly marked deprecated here
194 | ABSL_DEPRECATE_AND_INLINE()
| ^
/usr/include/absl/base/macros.h:229:39: note: expanded from macro 'ABSL_DEPRECATE_AND_INLINE'
229 | #define ABSL_DEPRECATE_AND_INLINE() [[deprecated]] ABSL_REFACTOR_INLINE
| ^
s2/mutable_s2shape_index.cc:612:31: warning: 'Lock' is deprecated [-Wdeprecated-declarations]
612 | update_state_->wait_mutex.Lock();
| ^
/usr/include/absl/synchronization/mutex.h:194:3: note: 'Lock' has been explicitly marked deprecated here
194 | ABSL_DEPRECATE_AND_INLINE()
| ^
/usr/include/absl/base/macros.h:229:39: note: expanded from macro 'ABSL_DEPRECATE_AND_INLINE'
229 | #define ABSL_DEPRECATE_AND_INLINE() [[deprecated]] ABSL_REFACTOR_INLINE
| ^
s2/mutable_s2shape_index.cc:640:29: warning: 'Unlock' is deprecated [-Wdeprecated-declarations]
640 | update_state_->wait_mutex.Unlock();
| ^
/usr/include/absl/synchronization/mutex.h:203:3: note: 'Unlock' has been explicitly marked deprecated here
203 | ABSL_DEPRECATE_AND_INLINE()
| ^
/usr/include/absl/base/macros.h:229:39: note: expanded from macro 'ABSL_DEPRECATE_AND_INLINE'
229 | #define ABSL_DEPRECATE_AND_INLINE() [[deprecated]] ABSL_REFACTOR_INLINE
| ^
s2/mutable_s2shape_index.cc:886:12: warning: variable 'i' set but not used [-Wunused-but-set-variable]
886 | for (int i = 0; num_edges_left > 0; ++i) {
| ^
6 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2/r2rect.cc -o s2/r2rect.o
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2/s1angle.cc -o s2/s1angle.o
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2/s1chord_angle.cc -o s2/s1chord_angle.o
In file included from s2/s1chord_angle.cc:18:
In file included from ../src/s2/s1chord_angle.h:31:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
276 | S2_CHECK_NE(det, VType(0)) << " Can't inverse. Determinant = 0.";
| ^
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2/s1chord_angle.cc:18:
In file included from ../src/s2/s1chord_angle.h:31:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
2 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2/s1interval.cc -o s2/s1interval.o
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2/s2boolean_operation.cc -o s2/s2boolean_operation.o
In file included from s2/s2boolean_operation.cc:67:
In file included from ../src/s2/s2boolean_operation.h:26:
In file included from ../src/s2/s2builder.h:36:
In file included from ../src/s2/mutable_s2shape_index.h:44:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
276 | S2_CHECK_NE(det, VType(0)) << " Can't inverse. Determinant = 0.";
| ^
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2/s2boolean_operation.cc:67:
In file included from ../src/s2/s2boolean_operation.h:26:
In file included from ../src/s2/s2builder.h:36:
In file included from ../src/s2/mutable_s2shape_index.h:44:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
2 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2/s2buffer_operation.cc -o s2/s2buffer_operation.o
In file included from s2/s2buffer_operation.cc:49:
In file included from ../src/s2/s2buffer_operation.h:26:
In file included from ../src/s2/s1chord_angle.h:31:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
276 | S2_CHECK_NE(det, VType(0)) << " Can't inverse. Determinant = 0.";
| ^
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2/s2buffer_operation.cc:49:
In file included from ../src/s2/s2buffer_operation.h:26:
In file included from ../src/s2/s1chord_angle.h:31:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
2 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2/s2builder_graph.cc -o s2/s2builder_graph.o
In file included from s2/s2builder_graph.cc:18:
In file included from ../src/s2/s2builder_graph.h:31:
In file included from ../src/s2/s2builder.h:36:
In file included from ../src/s2/mutable_s2shape_index.h:44:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
276 | S2_CHECK_NE(det, VType(0)) << " Can't inverse. Determinant = 0.";
| ^
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2/s2builder_graph.cc:18:
In file included from ../src/s2/s2builder_graph.h:31:
In file included from ../src/s2/s2builder.h:36:
In file included from ../src/s2/mutable_s2shape_index.h:44:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
2 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2/s2builder.cc -o s2/s2builder.o
In file included from s2/s2builder.cc:71:
In file included from ../src/s2/s2builder.h:36:
In file included from ../src/s2/mutable_s2shape_index.h:44:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
276 | S2_CHECK_NE(det, VType(0)) << " Can't inverse. Determinant = 0.";
| ^
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2/s2builder.cc:71:
In file included from ../src/s2/s2builder.h:36:
In file included from ../src/s2/mutable_s2shape_index.h:44:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
2 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2/s2builderutil_closed_set_normalizer.cc -o s2/s2builderutil_closed_set_normalizer.o
In file included from s2/s2builderutil_closed_set_normalizer.cc:18:
In file included from ../src/s2/s2builderutil_closed_set_normalizer.h:25:
In file included from ../src/s2/s2builder.h:36:
In file included from ../src/s2/mutable_s2shape_index.h:44:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
276 | S2_CHECK_NE(det, VType(0)) << " Can't inverse. Determinant = 0.";
| ^
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2/s2builderutil_closed_set_normalizer.cc:18:
In file included from ../src/s2/s2builderutil_closed_set_normalizer.h:25:
In file included from ../src/s2/s2builder.h:36:
In file included from ../src/s2/mutable_s2shape_index.h:44:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
2 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2/s2builderutil_find_polygon_degeneracies.cc -o s2/s2builderutil_find_polygon_degeneracies.o
In file included from s2/s2builderutil_find_polygon_degeneracies.cc:18:
In file included from ../src/s2/s2builderutil_find_polygon_degeneracies.h:24:
In file included from ../src/s2/s2builder.h:36:
In file included from ../src/s2/mutable_s2shape_index.h:44:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
276 | S2_CHECK_NE(det, VType(0)) << " Can't inverse. Determinant = 0.";
| ^
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2/s2builderutil_find_polygon_degeneracies.cc:18:
In file included from ../src/s2/s2builderutil_find_polygon_degeneracies.h:24:
In file included from ../src/s2/s2builder.h:36:
In file included from ../src/s2/mutable_s2shape_index.h:44:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
2 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2/s2builderutil_get_snapped_winding_delta.cc -o s2/s2builderutil_get_snapped_winding_delta.o
In file included from s2/s2builderutil_get_snapped_winding_delta.cc:50:
In file included from ../src/s2/s2builderutil_get_snapped_winding_delta.h:24:
In file included from ../src/s2/s2builder.h:36:
In file included from ../src/s2/mutable_s2shape_index.h:44:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
276 | S2_CHECK_NE(det, VType(0)) << " Can't inverse. Determinant = 0.";
| ^
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2/s2builderutil_get_snapped_winding_delta.cc:50:
In file included from ../src/s2/s2builderutil_get_snapped_winding_delta.h:24:
In file included from ../src/s2/s2builder.h:36:
In file included from ../src/s2/mutable_s2shape_index.h:44:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
2 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2/s2builderutil_lax_polygon_layer.cc -o s2/s2builderutil_lax_polygon_layer.o
In file included from s2/s2builderutil_lax_polygon_layer.cc:18:
In file included from ../src/s2/s2builderutil_lax_polygon_layer.h:42:
In file included from ../src/s2/mutable_s2shape_index.h:44:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
276 | S2_CHECK_NE(det, VType(0)) << " Can't inverse. Determinant = 0.";
| ^
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2/s2builderutil_lax_polygon_layer.cc:18:
In file included from ../src/s2/s2builderutil_lax_polygon_layer.h:42:
In file included from ../src/s2/mutable_s2shape_index.h:44:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
2 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2/s2builderutil_lax_polyline_layer.cc -o s2/s2builderutil_lax_polyline_layer.o
In file included from s2/s2builderutil_lax_polyline_layer.cc:18:
In file included from ../src/s2/s2builderutil_lax_polyline_layer.h:27:
In file included from ../src/s2/mutable_s2shape_index.h:44:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
276 | S2_CHECK_NE(det, VType(0)) << " Can't inverse. Determinant = 0.";
| ^
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2/s2builderutil_lax_polyline_layer.cc:18:
In file included from ../src/s2/s2builderutil_lax_polyline_layer.h:27:
In file included from ../src/s2/mutable_s2shape_index.h:44:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
2 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2/s2builderutil_s2point_vector_layer.cc -o s2/s2builderutil_s2point_vector_layer.o
In file included from s2/s2builderutil_s2point_vector_layer.cc:18:
In file included from ../src/s2/s2builderutil_s2point_vector_layer.h:27:
In file included from ../src/s2/mutable_s2shape_index.h:44:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
276 | S2_CHECK_NE(det, VType(0)) << " Can't inverse. Determinant = 0.";
| ^
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2/s2builderutil_s2point_vector_layer.cc:18:
In file included from ../src/s2/s2builderutil_s2point_vector_layer.h:27:
In file included from ../src/s2/mutable_s2shape_index.h:44:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
2 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2/s2builderutil_s2polygon_layer.cc -o s2/s2builderutil_s2polygon_layer.o
In file included from s2/s2builderutil_s2polygon_layer.cc:18:
In file included from ../src/s2/s2builderutil_s2polygon_layer.h:42:
In file included from ../src/s2/mutable_s2shape_index.h:44:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
276 | S2_CHECK_NE(det, VType(0)) << " Can't inverse. Determinant = 0.";
| ^
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2/s2builderutil_s2polygon_layer.cc:18:
In file included from ../src/s2/s2builderutil_s2polygon_layer.h:42:
In file included from ../src/s2/mutable_s2shape_index.h:44:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
2 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2/s2builderutil_s2polyline_layer.cc -o s2/s2builderutil_s2polyline_layer.o
In file included from s2/s2builderutil_s2polyline_layer.cc:18:
In file included from ../src/s2/s2builderutil_s2polyline_layer.h:27:
In file included from ../src/s2/mutable_s2shape_index.h:44:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
276 | S2_CHECK_NE(det, VType(0)) << " Can't inverse. Determinant = 0.";
| ^
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2/s2builderutil_s2polyline_layer.cc:18:
In file included from ../src/s2/s2builderutil_s2polyline_layer.h:27:
In file included from ../src/s2/mutable_s2shape_index.h:44:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
2 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2/s2builderutil_s2polyline_vector_layer.cc -o s2/s2builderutil_s2polyline_vector_layer.o
In file included from s2/s2builderutil_s2polyline_vector_layer.cc:18:
In file included from ../src/s2/s2builderutil_s2polyline_vector_layer.h:27:
In file included from ../src/s2/mutable_s2shape_index.h:44:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
276 | S2_CHECK_NE(det, VType(0)) << " Can't inverse. Determinant = 0.";
| ^
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2/s2builderutil_s2polyline_vector_layer.cc:18:
In file included from ../src/s2/s2builderutil_s2polyline_vector_layer.h:27:
In file included from ../src/s2/mutable_s2shape_index.h:44:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
2 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2/s2builderutil_snap_functions.cc -o s2/s2builderutil_snap_functions.o
In file included from s2/s2builderutil_snap_functions.cc:18:
In file included from ../src/s2/s2builderutil_snap_functions.h:24:
In file included from ../src/s2/s2builder.h:36:
In file included from ../src/s2/mutable_s2shape_index.h:44:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
276 | S2_CHECK_NE(det, VType(0)) << " Can't inverse. Determinant = 0.";
| ^
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2/s2builderutil_snap_functions.cc:18:
In file included from ../src/s2/s2builderutil_snap_functions.h:24:
In file included from ../src/s2/s2builder.h:36:
In file included from ../src/s2/mutable_s2shape_index.h:44:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
2 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2/s2cap.cc -o s2/s2cap.o
In file included from s2/s2cap.cc:18:
In file included from ../src/s2/s2cap.h:31:
In file included from ../src/s2/s1chord_angle.h:31:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
276 | S2_CHECK_NE(det, VType(0)) << " Can't inverse. Determinant = 0.";
| ^
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2/s2cap.cc:18:
In file included from ../src/s2/s2cap.h:31:
In file included from ../src/s2/s1chord_angle.h:31:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
2 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2/s2cell_id.cc -o s2/s2cell_id.o
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2/s2cell_index.cc -o s2/s2cell_index.o
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2/s2cell_union.cc -o s2/s2cell_union.o
In file included from s2/s2cell_union.cc:34:
In file included from ../src/s2/s2cap.h:31:
In file included from ../src/s2/s1chord_angle.h:31:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
276 | S2_CHECK_NE(det, VType(0)) << " Can't inverse. Determinant = 0.";
| ^
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2/s2cell_union.cc:34:
In file included from ../src/s2/s2cap.h:31:
In file included from ../src/s2/s1chord_angle.h:31:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
2 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2/s2cell.cc -o s2/s2cell.o
In file included from s2/s2cell.cc:18:
In file included from ../src/s2/s2cell.h:28:
In file included from ../src/s2/s1chord_angle.h:31:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
276 | S2_CHECK_NE(det, VType(0)) << " Can't inverse. Determinant = 0.";
| ^
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2/s2cell.cc:18:
In file included from ../src/s2/s2cell.h:28:
In file included from ../src/s2/s1chord_angle.h:31:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
2 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2/s2centroids.cc -o s2/s2centroids.o
In file included from s2/s2centroids.cc:23:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
276 | S2_CHECK_NE(det, VType(0)) << " Can't inverse. Determinant = 0.";
| ^
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2/s2centroids.cc:23:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
2 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2/s2closest_cell_query.cc -o s2/s2closest_cell_query.o
In file included from s2/s2closest_cell_query.cc:18:
In file included from ../src/s2/s2closest_cell_query.h:27:
In file included from ../src/s2/s1chord_angle.h:31:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
276 | S2_CHECK_NE(det, VType(0)) << " Can't inverse. Determinant = 0.";
| ^
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2/s2closest_cell_query.cc:18:
In file included from ../src/s2/s2closest_cell_query.h:27:
In file included from ../src/s2/s1chord_angle.h:31:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
2 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2/s2closest_edge_query.cc -o s2/s2closest_edge_query.o
In file included from s2/s2closest_edge_query.cc:18:
In file included from ../src/s2/s2closest_edge_query.h:31:
In file included from ../src/s2/s1chord_angle.h:31:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
276 | S2_CHECK_NE(det, VType(0)) << " Can't inverse. Determinant = 0.";
| ^
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2/s2closest_edge_query.cc:18:
In file included from ../src/s2/s2closest_edge_query.h:31:
In file included from ../src/s2/s1chord_angle.h:31:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
2 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2/s2closest_point_query.cc -o s2/s2closest_point_query.o
In file included from s2/s2closest_point_query.cc:18:
In file included from ../src/s2/s2closest_point_query.h:27:
In file included from ../src/s2/s1chord_angle.h:31:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
276 | S2_CHECK_NE(det, VType(0)) << " Can't inverse. Determinant = 0.";
| ^
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2/s2closest_point_query.cc:18:
In file included from ../src/s2/s2closest_point_query.h:27:
In file included from ../src/s2/s1chord_angle.h:31:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
2 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2/s2contains_vertex_query.cc -o s2/s2contains_vertex_query.o
In file included from s2/s2contains_vertex_query.cc:25:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
276 | S2_CHECK_NE(det, VType(0)) << " Can't inverse. Determinant = 0.";
| ^
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2/s2contains_vertex_query.cc:25:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
2 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2/s2convex_hull_query.cc -o s2/s2convex_hull_query.o
In file included from s2/s2convex_hull_query.cc:26:
In file included from ../src/s2/s2convex_hull_query.h:25:
In file included from ../src/s2/s2cap.h:31:
In file included from ../src/s2/s1chord_angle.h:31:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
276 | S2_CHECK_NE(det, VType(0)) << " Can't inverse. Determinant = 0.";
| ^
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2/s2convex_hull_query.cc:26:
In file included from ../src/s2/s2convex_hull_query.h:25:
In file included from ../src/s2/s2cap.h:31:
In file included from ../src/s2/s1chord_angle.h:31:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
2 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2/s2coords.cc -o s2/s2coords.o
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2/s2crossing_edge_query.cc -o s2/s2crossing_edge_query.o
In file included from s2/s2crossing_edge_query.cc:18:
In file included from ../src/s2/s2crossing_edge_query.h:33:
In file included from ../src/s2/s2shape.h:27:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
276 | S2_CHECK_NE(det, VType(0)) << " Can't inverse. Determinant = 0.";
| ^
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2/s2crossing_edge_query.cc:18:
In file included from ../src/s2/s2crossing_edge_query.h:33:
In file included from ../src/s2/s2shape.h:27:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
2 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2/s2debug.cc -o s2/s2debug.o
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2/s2earth.cc -o s2/s2earth.o
In file included from s2/s2earth.cc:16:
In file included from ../src/s2/s2earth.h:25:
In file included from ../src/s2/s1chord_angle.h:31:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
276 | S2_CHECK_NE(det, VType(0)) << " Can't inverse. Determinant = 0.";
| ^
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2/s2earth.cc:16:
In file included from ../src/s2/s2earth.h:25:
In file included from ../src/s2/s1chord_angle.h:31:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
2 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2/s2edge_clipping.cc -o s2/s2edge_clipping.o
In file included from s2/s2edge_clipping.cc:28:
In file included from ../src/s2/s2edge_crossings.h:41:
In file included from ../src/s2/s1chord_angle.h:31:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
276 | S2_CHECK_NE(det, VType(0)) << " Can't inverse. Determinant = 0.";
| ^
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2/s2edge_clipping.cc:28:
In file included from ../src/s2/s2edge_crossings.h:41:
In file included from ../src/s2/s1chord_angle.h:31:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
2 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2/s2edge_crosser.cc -o s2/s2edge_crosser.o
In file included from s2/s2edge_crosser.cc:18:
In file included from ../src/s2/s2edge_crosser.h:23:
In file included from ../src/s2/s2edge_crossings.h:41:
In file included from ../src/s2/s1chord_angle.h:31:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
276 | S2_CHECK_NE(det, VType(0)) << " Can't inverse. Determinant = 0.";
| ^
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2/s2edge_crosser.cc:18:
In file included from ../src/s2/s2edge_crosser.h:23:
In file included from ../src/s2/s2edge_crossings.h:41:
In file included from ../src/s2/s1chord_angle.h:31:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
2 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2/s2edge_crossings.cc -o s2/s2edge_crossings.o
In file included from s2/s2edge_crossings.cc:18:
In file included from ../src/s2/s2edge_crossings.h:41:
In file included from ../src/s2/s1chord_angle.h:31:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
276 | S2_CHECK_NE(det, VType(0)) << " Can't inverse. Determinant = 0.";
| ^
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2/s2edge_crossings.cc:18:
In file included from ../src/s2/s2edge_crossings.h:41:
In file included from ../src/s2/s1chord_angle.h:31:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
2 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2/s2edge_distances.cc -o s2/s2edge_distances.o
In file included from s2/s2edge_distances.cc:18:
In file included from ../src/s2/s2edge_distances.h:30:
In file included from ../src/s2/s1chord_angle.h:31:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
276 | S2_CHECK_NE(det, VType(0)) << " Can't inverse. Determinant = 0.";
| ^
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2/s2edge_distances.cc:18:
In file included from ../src/s2/s2edge_distances.h:30:
In file included from ../src/s2/s1chord_angle.h:31:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
2 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2/s2edge_tessellator.cc -o s2/s2edge_tessellator.o
In file included from s2/s2edge_tessellator.cc:18:
In file included from ../src/s2/s2edge_tessellator.h:25:
In file included from ../src/s2/s1chord_angle.h:31:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
276 | S2_CHECK_NE(det, VType(0)) << " Can't inverse. Determinant = 0.";
| ^
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2/s2edge_tessellator.cc:18:
In file included from ../src/s2/s2edge_tessellator.h:25:
In file included from ../src/s2/s1chord_angle.h:31:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
2 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2/s2error.cc -o s2/s2error.o
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2/s2furthest_edge_query.cc -o s2/s2furthest_edge_query.o
In file included from s2/s2furthest_edge_query.cc:16:
In file included from ../src/s2/s2furthest_edge_query.h:30:
In file included from ../src/s2/s1chord_angle.h:31:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
276 | S2_CHECK_NE(det, VType(0)) << " Can't inverse. Determinant = 0.";
| ^
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2/s2furthest_edge_query.cc:16:
In file included from ../src/s2/s2furthest_edge_query.h:30:
In file included from ../src/s2/s1chord_angle.h:31:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
2 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2/s2hausdorff_distance_query.cc -o s2/s2hausdorff_distance_query.o
In file included from s2/s2hausdorff_distance_query.cc:16:
In file included from ../src/s2/s2hausdorff_distance_query.h:24:
In file included from ../src/s2/s1chord_angle.h:31:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
276 | S2_CHECK_NE(det, VType(0)) << " Can't inverse. Determinant = 0.";
| ^
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2/s2hausdorff_distance_query.cc:16:
In file included from ../src/s2/s2hausdorff_distance_query.h:24:
In file included from ../src/s2/s1chord_angle.h:31:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
2 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2/s2latlng_rect_bounder.cc -o s2/s2latlng_rect_bounder.o
In file included from s2/s2latlng_rect_bounder.cc:30:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
276 | S2_CHECK_NE(det, VType(0)) << " Can't inverse. Determinant = 0.";
| ^
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2/s2latlng_rect_bounder.cc:30:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
2 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2/s2latlng_rect.cc -o s2/s2latlng_rect.o
In file included from s2/s2latlng_rect.cc:30:
In file included from ../src/s2/s1chord_angle.h:31:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
276 | S2_CHECK_NE(det, VType(0)) << " Can't inverse. Determinant = 0.";
| ^
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2/s2latlng_rect.cc:30:
In file included from ../src/s2/s1chord_angle.h:31:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
2 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2/s2latlng.cc -o s2/s2latlng.o
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2/s2lax_loop_shape.cc -o s2/s2lax_loop_shape.o
In file included from s2/s2lax_loop_shape.cc:18:
In file included from ../src/s2/s2lax_loop_shape.h:41:
In file included from ../src/s2/s2loop.h:34:
In file included from ../src/s2/mutable_s2shape_index.h:44:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
276 | S2_CHECK_NE(det, VType(0)) << " Can't inverse. Determinant = 0.";
| ^
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2/s2lax_loop_shape.cc:18:
In file included from ../src/s2/s2lax_loop_shape.h:41:
In file included from ../src/s2/s2loop.h:34:
In file included from ../src/s2/mutable_s2shape_index.h:44:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
2 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2/s2lax_polygon_shape.cc -o s2/s2lax_polygon_shape.o
In file included from s2/s2lax_polygon_shape.cc:18:
In file included from ../src/s2/s2lax_polygon_shape.h:31:
In file included from ../src/s2/encoded_s2point_vector.h:31:
In file included from ../src/s2/s2shape.h:27:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
276 | S2_CHECK_NE(det, VType(0)) << " Can't inverse. Determinant = 0.";
| ^
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2/s2lax_polygon_shape.cc:18:
In file included from ../src/s2/s2lax_polygon_shape.h:31:
In file included from ../src/s2/encoded_s2point_vector.h:31:
In file included from ../src/s2/s2shape.h:27:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
2 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2/s2lax_polyline_shape.cc -o s2/s2lax_polyline_shape.o
In file included from s2/s2lax_polyline_shape.cc:18:
In file included from ../src/s2/s2lax_polyline_shape.h:28:
In file included from ../src/s2/encoded_s2point_vector.h:31:
In file included from ../src/s2/s2shape.h:27:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
276 | S2_CHECK_NE(det, VType(0)) << " Can't inverse. Determinant = 0.";
| ^
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2/s2lax_polyline_shape.cc:18:
In file included from ../src/s2/s2lax_polyline_shape.h:28:
In file included from ../src/s2/encoded_s2point_vector.h:31:
In file included from ../src/s2/s2shape.h:27:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
2 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2/s2loop_measures.cc -o s2/s2loop_measures.o
In file included from s2/s2loop_measures.cc:18:
In file included from ../src/s2/s2loop_measures.h:34:
In file included from ../src/s2/s2edge_crossings.h:41:
In file included from ../src/s2/s1chord_angle.h:31:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
276 | S2_CHECK_NE(det, VType(0)) << " Can't inverse. Determinant = 0.";
| ^
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2/s2loop_measures.cc:18:
In file included from ../src/s2/s2loop_measures.h:34:
In file included from ../src/s2/s2edge_crossings.h:41:
In file included from ../src/s2/s1chord_angle.h:31:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
2 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2/s2loop.cc -o s2/s2loop.o
In file included from s2/s2loop.cc:18:
In file included from ../src/s2/s2loop.h:34:
In file included from ../src/s2/mutable_s2shape_index.h:44:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
276 | S2_CHECK_NE(det, VType(0)) << " Can't inverse. Determinant = 0.";
| ^
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2/s2loop.cc:18:
In file included from ../src/s2/s2loop.h:34:
In file included from ../src/s2/mutable_s2shape_index.h:44:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
2 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2/s2max_distance_targets.cc -o s2/s2max_distance_targets.o
In file included from s2/s2max_distance_targets.cc:16:
In file included from ../src/s2/s2max_distance_targets.h:28:
In file included from ../src/s2/s1chord_angle.h:31:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
276 | S2_CHECK_NE(det, VType(0)) << " Can't inverse. Determinant = 0.";
| ^
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2/s2max_distance_targets.cc:16:
In file included from ../src/s2/s2max_distance_targets.h:28:
In file included from ../src/s2/s1chord_angle.h:31:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
2 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2/s2measures.cc -o s2/s2measures.o
In file included from s2/s2measures.cc:23:
In file included from ../src/s2/s2edge_crossings.h:41:
In file included from ../src/s2/s1chord_angle.h:31:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
276 | S2_CHECK_NE(det, VType(0)) << " Can't inverse. Determinant = 0.";
| ^
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2/s2measures.cc:23:
In file included from ../src/s2/s2edge_crossings.h:41:
In file included from ../src/s2/s1chord_angle.h:31:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
2 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2/s2memory_tracker.cc -o s2/s2memory_tracker.o
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2/s2metrics.cc -o s2/s2metrics.o
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2/s2min_distance_targets.cc -o s2/s2min_distance_targets.o
In file included from s2/s2min_distance_targets.cc:18:
In file included from ../src/s2/s2min_distance_targets.h:30:
In file included from ../src/s2/s1chord_angle.h:31:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
276 | S2_CHECK_NE(det, VType(0)) << " Can't inverse. Determinant = 0.";
| ^
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2/s2min_distance_targets.cc:18:
In file included from ../src/s2/s2min_distance_targets.h:30:
In file included from ../src/s2/s1chord_angle.h:31:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
2 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2/s2padded_cell.cc -o s2/s2padded_cell.o
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2/s2point_compression.cc -o s2/s2point_compression.o
s2/s2point_compression.cc:171:12: warning: unused function 'STtoPiQi' [-Wunused-function]
171 | inline int STtoPiQi(double s, int level) {
| ^~~~~~~~
1 warning generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2/s2point_region.cc -o s2/s2point_region.o
In file included from s2/s2point_region.cc:18:
In file included from ../src/s2/s2point_region.h:27:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
276 | S2_CHECK_NE(det, VType(0)) << " Can't inverse. Determinant = 0.";
| ^
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2/s2point_region.cc:18:
In file included from ../src/s2/s2point_region.h:27:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
2 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2/s2pointutil.cc -o s2/s2pointutil.o
In file included from s2/s2pointutil.cc:18:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
276 | S2_CHECK_NE(det, VType(0)) << " Can't inverse. Determinant = 0.";
| ^
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2/s2pointutil.cc:18:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
2 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2/s2polygon.cc -o s2/s2polygon.o
In file included from s2/s2polygon.cc:18:
In file included from ../src/s2/s2polygon.h:34:
In file included from ../src/s2/mutable_s2shape_index.h:44:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
276 | S2_CHECK_NE(det, VType(0)) << " Can't inverse. Determinant = 0.";
| ^
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2/s2polygon.cc:18:
In file included from ../src/s2/s2polygon.h:34:
In file included from ../src/s2/mutable_s2shape_index.h:44:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
s2/s2polygon.cc:1474:3: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
1474 | S2_CHECK_GE(snap_level, 0);
| ^
../src/s2/base/logging.h:41:21: note: expanded from macro 'S2_CHECK_GE'
41 | #define S2_CHECK_GE CHECK_GE
| ^
/usr/include/absl/log/check.h:126:3: note: expanded from macro 'CHECK_GE'
126 | ABSL_LOG_INTERNAL_CHECK_GE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:57:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_GE_IMPL'
57 | ABSL_LOG_INTERNAL_CHECK_OP(Check_GE, >=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
s2/s2polygon.cc:1474:3: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:41:21: note: expanded from macro 'S2_CHECK_GE'
41 | #define S2_CHECK_GE CHECK_GE
| ^
/usr/include/absl/log/check.h:126:3: note: expanded from macro 'CHECK_GE'
126 | ABSL_LOG_INTERNAL_CHECK_GE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:57:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_GE_IMPL'
57 | ABSL_LOG_INTERNAL_CHECK_OP(Check_GE, >=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
4 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2/s2polyline_alignment.cc -o s2/s2polyline_alignment.o
In file included from s2/s2polyline_alignment.cc:17:
In file included from ../src/s2/s2polyline_alignment.h:24:
In file included from ../src/s2/s2polyline.h:34:
In file included from ../src/s2/s2builder.h:36:
In file included from ../src/s2/mutable_s2shape_index.h:44:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
276 | S2_CHECK_NE(det, VType(0)) << " Can't inverse. Determinant = 0.";
| ^
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2/s2polyline_alignment.cc:17:
In file included from ../src/s2/s2polyline_alignment.h:24:
In file included from ../src/s2/s2polyline.h:34:
In file included from ../src/s2/s2builder.h:36:
In file included from ../src/s2/mutable_s2shape_index.h:44:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
s2/s2polyline_alignment.cc:351:3: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
351 | S2_CHECK_GT(num_polylines, 0);
| ^
../src/s2/base/logging.h:40:21: note: expanded from macro 'S2_CHECK_GT'
40 | #define S2_CHECK_GT CHECK_GT
| ^
/usr/include/absl/log/check.h:128:3: note: expanded from macro 'CHECK_GT'
128 | ABSL_LOG_INTERNAL_CHECK_GT_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:59:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_GT_IMPL'
59 | ABSL_LOG_INTERNAL_CHECK_OP(Check_GT, >, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
s2/s2polyline_alignment.cc:351:3: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:40:21: note: expanded from macro 'S2_CHECK_GT'
40 | #define S2_CHECK_GT CHECK_GT
| ^
/usr/include/absl/log/check.h:128:3: note: expanded from macro 'CHECK_GT'
128 | ABSL_LOG_INTERNAL_CHECK_GT_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:59:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_GT_IMPL'
59 | ABSL_LOG_INTERNAL_CHECK_OP(Check_GT, >, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
s2/s2polyline_alignment.cc:388:3: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
388 | S2_CHECK_GT(num_polylines, 0);
| ^
../src/s2/base/logging.h:40:21: note: expanded from macro 'S2_CHECK_GT'
40 | #define S2_CHECK_GT CHECK_GT
| ^
/usr/include/absl/log/check.h:128:3: note: expanded from macro 'CHECK_GT'
128 | ABSL_LOG_INTERNAL_CHECK_GT_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:59:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_GT_IMPL'
59 | ABSL_LOG_INTERNAL_CHECK_OP(Check_GT, >, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
s2/s2polyline_alignment.cc:388:3: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:40:21: note: expanded from macro 'S2_CHECK_GT'
40 | #define S2_CHECK_GT CHECK_GT
| ^
/usr/include/absl/log/check.h:128:3: note: expanded from macro 'CHECK_GT'
128 | ABSL_LOG_INTERNAL_CHECK_GT_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:59:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_GT_IMPL'
59 | ABSL_LOG_INTERNAL_CHECK_OP(Check_GT, >, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
6 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2/s2polyline_measures.cc -o s2/s2polyline_measures.o
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2/s2polyline_simplifier.cc -o s2/s2polyline_simplifier.o
In file included from s2/s2polyline_simplifier.cc:18:
In file included from ../src/s2/s2polyline_simplifier.h:63:
In file included from ../src/s2/s1chord_angle.h:31:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
276 | S2_CHECK_NE(det, VType(0)) << " Can't inverse. Determinant = 0.";
| ^
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2/s2polyline_simplifier.cc:18:
In file included from ../src/s2/s2polyline_simplifier.h:63:
In file included from ../src/s2/s1chord_angle.h:31:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
2 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2/s2polyline.cc -o s2/s2polyline.o
In file included from s2/s2polyline.cc:18:
In file included from ../src/s2/s2polyline.h:34:
In file included from ../src/s2/s2builder.h:36:
In file included from ../src/s2/mutable_s2shape_index.h:44:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
276 | S2_CHECK_NE(det, VType(0)) << " Can't inverse. Determinant = 0.";
| ^
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2/s2polyline.cc:18:
In file included from ../src/s2/s2polyline.h:34:
In file included from ../src/s2/s2builder.h:36:
In file included from ../src/s2/mutable_s2shape_index.h:44:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
2 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2/s2predicates.cc -o s2/s2predicates.o
In file included from s2/s2predicates.cc:18:
In file included from ../src/s2/s2predicates.h:57:
In file included from ../src/s2/s1chord_angle.h:31:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
276 | S2_CHECK_NE(det, VType(0)) << " Can't inverse. Determinant = 0.";
| ^
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2/s2predicates.cc:18:
In file included from ../src/s2/s2predicates.h:57:
In file included from ../src/s2/s1chord_angle.h:31:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
2 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2/s2projections.cc -o s2/s2projections.o
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2/s2r2rect.cc -o s2/s2r2rect.o
In file included from s2/s2r2rect.cc:23:
In file included from ../src/s2/s2cap.h:31:
In file included from ../src/s2/s1chord_angle.h:31:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
276 | S2_CHECK_NE(det, VType(0)) << " Can't inverse. Determinant = 0.";
| ^
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2/s2r2rect.cc:23:
In file included from ../src/s2/s2cap.h:31:
In file included from ../src/s2/s1chord_angle.h:31:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
2 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2/s2region_coverer.cc -o s2/s2region_coverer.o
In file included from s2/s2region_coverer.cc:18:
In file included from ../src/s2/s2region_coverer.h:31:
In file included from ../src/s2/s2cell.h:28:
In file included from ../src/s2/s1chord_angle.h:31:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
276 | S2_CHECK_NE(det, VType(0)) << " Can't inverse. Determinant = 0.";
| ^
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2/s2region_coverer.cc:18:
In file included from ../src/s2/s2region_coverer.h:31:
In file included from ../src/s2/s2cell.h:28:
In file included from ../src/s2/s1chord_angle.h:31:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
2 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2/s2region_intersection.cc -o s2/s2region_intersection.o
In file included from s2/s2region_intersection.cc:23:
In file included from ../src/s2/s2cap.h:31:
In file included from ../src/s2/s1chord_angle.h:31:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
276 | S2_CHECK_NE(det, VType(0)) << " Can't inverse. Determinant = 0.";
| ^
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2/s2region_intersection.cc:23:
In file included from ../src/s2/s2cap.h:31:
In file included from ../src/s2/s1chord_angle.h:31:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
2 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2/s2region_term_indexer.cc -o s2/s2region_term_indexer.o
In file included from s2/s2region_term_indexer.cc:75:
In file included from ../src/s2/s2region_term_indexer.h:109:
In file included from ../src/s2/s2region_coverer.h:31:
In file included from ../src/s2/s2cell.h:28:
In file included from ../src/s2/s1chord_angle.h:31:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
276 | S2_CHECK_NE(det, VType(0)) << " Can't inverse. Determinant = 0.";
| ^
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2/s2region_term_indexer.cc:75:
In file included from ../src/s2/s2region_term_indexer.h:109:
In file included from ../src/s2/s2region_coverer.h:31:
In file included from ../src/s2/s2cell.h:28:
In file included from ../src/s2/s1chord_angle.h:31:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
2 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2/s2region_union.cc -o s2/s2region_union.o
In file included from s2/s2region_union.cc:24:
In file included from ../src/s2/s2cap.h:31:
In file included from ../src/s2/s1chord_angle.h:31:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
276 | S2_CHECK_NE(det, VType(0)) << " Can't inverse. Determinant = 0.";
| ^
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2/s2region_union.cc:24:
In file included from ../src/s2/s2cap.h:31:
In file included from ../src/s2/s1chord_angle.h:31:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
2 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2/s2region.cc -o s2/s2region.o
In file included from s2/s2region.cc:22:
In file included from ../src/s2/s2cap.h:31:
In file included from ../src/s2/s1chord_angle.h:31:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
276 | S2_CHECK_NE(det, VType(0)) << " Can't inverse. Determinant = 0.";
| ^
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2/s2region.cc:22:
In file included from ../src/s2/s2cap.h:31:
In file included from ../src/s2/s1chord_angle.h:31:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
2 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2/s2shape_index_buffered_region.cc -o s2/s2shape_index_buffered_region.o
In file included from s2/s2shape_index_buffered_region.cc:18:
In file included from ../src/s2/s2shape_index_buffered_region.h:24:
In file included from ../src/s2/s1chord_angle.h:31:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
276 | S2_CHECK_NE(det, VType(0)) << " Can't inverse. Determinant = 0.";
| ^
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2/s2shape_index_buffered_region.cc:18:
In file included from ../src/s2/s2shape_index_buffered_region.h:24:
In file included from ../src/s2/s1chord_angle.h:31:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
2 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2/s2shape_index_measures.cc -o s2/s2shape_index_measures.o
In file included from s2/s2shape_index_measures.cc:18:
In file included from ../src/s2/s2shape_index_measures.h:27:
In file included from ../src/s2/s2shape_index.h:63:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
276 | S2_CHECK_NE(det, VType(0)) << " Can't inverse. Determinant = 0.";
| ^
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2/s2shape_index_measures.cc:18:
In file included from ../src/s2/s2shape_index_measures.h:27:
In file included from ../src/s2/s2shape_index.h:63:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
2 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2/s2shape_index.cc -o s2/s2shape_index.o
In file included from s2/s2shape_index.cc:18:
In file included from ../src/s2/s2shape_index.h:63:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
276 | S2_CHECK_NE(det, VType(0)) << " Can't inverse. Determinant = 0.";
| ^
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2/s2shape_index.cc:18:
In file included from ../src/s2/s2shape_index.h:63:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
2 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2/s2shape_measures.cc -o s2/s2shape_measures.o
In file included from s2/s2shape_measures.cc:18:
In file included from ../src/s2/s2shape_measures.h:29:
In file included from ../src/s2/s2shape.h:27:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
276 | S2_CHECK_NE(det, VType(0)) << " Can't inverse. Determinant = 0.";
| ^
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2/s2shape_measures.cc:18:
In file included from ../src/s2/s2shape_measures.h:29:
In file included from ../src/s2/s2shape.h:27:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
2 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2/s2shape_nesting_query.cc -o s2/s2shape_nesting_query.o
In file included from s2/s2shape_nesting_query.cc:17:
In file included from ../src/s2/s2shape_nesting_query.h:26:
In file included from ../src/s2/s2shape.h:27:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
276 | S2_CHECK_NE(det, VType(0)) << " Can't inverse. Determinant = 0.";
| ^
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2/s2shape_nesting_query.cc:17:
In file included from ../src/s2/s2shape_nesting_query.h:26:
In file included from ../src/s2/s2shape.h:27:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
In file included from s2/s2shape_nesting_query.cc:26:
../src/s2/util/bitmap/bitmap.h:131:5: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
131 | S2_CHECK_LT(array_index, array_size());
| ^
../src/s2/base/logging.h:38:21: note: expanded from macro 'S2_CHECK_LT'
38 | #define S2_CHECK_LT CHECK_LT
| ^
/usr/include/absl/log/check.h:124:3: note: expanded from macro 'CHECK_LT'
124 | ABSL_LOG_INTERNAL_CHECK_LT_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:55:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_LT_IMPL'
55 | ABSL_LOG_INTERNAL_CHECK_OP(Check_LT, <, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2/s2shape_nesting_query.cc:26:
../src/s2/util/bitmap/bitmap.h:131:5: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:38:21: note: expanded from macro 'S2_CHECK_LT'
38 | #define S2_CHECK_LT CHECK_LT
| ^
/usr/include/absl/log/check.h:124:3: note: expanded from macro 'CHECK_LT'
124 | ABSL_LOG_INTERNAL_CHECK_LT_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:55:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_LT_IMPL'
55 | ABSL_LOG_INTERNAL_CHECK_OP(Check_LT, <, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
In file included from s2/s2shape_nesting_query.cc:26:
../src/s2/util/bitmap/bitmap.h:145:5: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
145 | S2_CHECK_LT(array_index, array_size());
| ^
../src/s2/base/logging.h:38:21: note: expanded from macro 'S2_CHECK_LT'
38 | #define S2_CHECK_LT CHECK_LT
| ^
/usr/include/absl/log/check.h:124:3: note: expanded from macro 'CHECK_LT'
124 | ABSL_LOG_INTERNAL_CHECK_LT_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:55:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_LT_IMPL'
55 | ABSL_LOG_INTERNAL_CHECK_OP(Check_LT, <, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2/s2shape_nesting_query.cc:26:
../src/s2/util/bitmap/bitmap.h:145:5: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:38:21: note: expanded from macro 'S2_CHECK_LT'
38 | #define S2_CHECK_LT CHECK_LT
| ^
/usr/include/absl/log/check.h:124:3: note: expanded from macro 'CHECK_LT'
124 | ABSL_LOG_INTERNAL_CHECK_LT_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:55:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_LT_IMPL'
55 | ABSL_LOG_INTERNAL_CHECK_OP(Check_LT, <, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
In file included from s2/s2shape_nesting_query.cc:26:
../src/s2/util/bitmap/bitmap.h:385:5: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
385 | S2_CHECK_EQ(bits(), other.bits());
| ^
../src/s2/base/logging.h:36:21: note: expanded from macro 'S2_CHECK_EQ'
36 | #define S2_CHECK_EQ CHECK_EQ
| ^
/usr/include/absl/log/check.h:118:3: note: expanded from macro 'CHECK_EQ'
118 | ABSL_LOG_INTERNAL_CHECK_EQ_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:49:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_EQ_IMPL'
49 | ABSL_LOG_INTERNAL_CHECK_OP(Check_EQ, ==, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2/s2shape_nesting_query.cc:26:
../src/s2/util/bitmap/bitmap.h:385:5: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:36:21: note: expanded from macro 'S2_CHECK_EQ'
36 | #define S2_CHECK_EQ CHECK_EQ
| ^
/usr/include/absl/log/check.h:118:3: note: expanded from macro 'CHECK_EQ'
118 | ABSL_LOG_INTERNAL_CHECK_EQ_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:49:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_EQ_IMPL'
49 | ABSL_LOG_INTERNAL_CHECK_OP(Check_EQ, ==, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
In file included from s2/s2shape_nesting_query.cc:26:
../src/s2/util/bitmap/bitmap.h:394:5: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
394 | S2_CHECK_EQ(bits(), other.bits());
| ^
../src/s2/base/logging.h:36:21: note: expanded from macro 'S2_CHECK_EQ'
36 | #define S2_CHECK_EQ CHECK_EQ
| ^
/usr/include/absl/log/check.h:118:3: note: expanded from macro 'CHECK_EQ'
118 | ABSL_LOG_INTERNAL_CHECK_EQ_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:49:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_EQ_IMPL'
49 | ABSL_LOG_INTERNAL_CHECK_OP(Check_EQ, ==, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2/s2shape_nesting_query.cc:26:
../src/s2/util/bitmap/bitmap.h:394:5: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:36:21: note: expanded from macro 'S2_CHECK_EQ'
36 | #define S2_CHECK_EQ CHECK_EQ
| ^
/usr/include/absl/log/check.h:118:3: note: expanded from macro 'CHECK_EQ'
118 | ABSL_LOG_INTERNAL_CHECK_EQ_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:49:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_EQ_IMPL'
49 | ABSL_LOG_INTERNAL_CHECK_OP(Check_EQ, ==, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
In file included from s2/s2shape_nesting_query.cc:26:
../src/s2/util/bitmap/bitmap.h:766:3: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
766 | S2_CHECK_EQ(bits(), other.bits());
| ^
../src/s2/base/logging.h:36:21: note: expanded from macro 'S2_CHECK_EQ'
36 | #define S2_CHECK_EQ CHECK_EQ
| ^
/usr/include/absl/log/check.h:118:3: note: expanded from macro 'CHECK_EQ'
118 | ABSL_LOG_INTERNAL_CHECK_EQ_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:49:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_EQ_IMPL'
49 | ABSL_LOG_INTERNAL_CHECK_OP(Check_EQ, ==, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2/s2shape_nesting_query.cc:26:
../src/s2/util/bitmap/bitmap.h:766:3: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:36:21: note: expanded from macro 'S2_CHECK_EQ'
36 | #define S2_CHECK_EQ CHECK_EQ
| ^
/usr/include/absl/log/check.h:118:3: note: expanded from macro 'CHECK_EQ'
118 | ABSL_LOG_INTERNAL_CHECK_EQ_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:49:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_EQ_IMPL'
49 | ABSL_LOG_INTERNAL_CHECK_OP(Check_EQ, ==, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
In file included from s2/s2shape_nesting_query.cc:26:
../src/s2/util/bitmap/bitmap.h:889:3: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
889 | S2_CHECK_LE(end, size_);
| ^
../src/s2/base/logging.h:39:21: note: expanded from macro 'S2_CHECK_LE'
39 | #define S2_CHECK_LE CHECK_LE
| ^
/usr/include/absl/log/check.h:122:3: note: expanded from macro 'CHECK_LE'
122 | ABSL_LOG_INTERNAL_CHECK_LE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:53:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_LE_IMPL'
53 | ABSL_LOG_INTERNAL_CHECK_OP(Check_LE, <=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2/s2shape_nesting_query.cc:26:
../src/s2/util/bitmap/bitmap.h:889:3: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:39:21: note: expanded from macro 'S2_CHECK_LE'
39 | #define S2_CHECK_LE CHECK_LE
| ^
/usr/include/absl/log/check.h:122:3: note: expanded from macro 'CHECK_LE'
122 | ABSL_LOG_INTERNAL_CHECK_LE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:53:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_LE_IMPL'
53 | ABSL_LOG_INTERNAL_CHECK_OP(Check_LE, <=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
In file included from s2/s2shape_nesting_query.cc:26:
../src/s2/util/bitmap/bitmap.h:890:3: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
890 | S2_CHECK_LE(start, end);
| ^
../src/s2/base/logging.h:39:21: note: expanded from macro 'S2_CHECK_LE'
39 | #define S2_CHECK_LE CHECK_LE
| ^
/usr/include/absl/log/check.h:122:3: note: expanded from macro 'CHECK_LE'
122 | ABSL_LOG_INTERNAL_CHECK_LE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:53:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_LE_IMPL'
53 | ABSL_LOG_INTERNAL_CHECK_OP(Check_LE, <=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2/s2shape_nesting_query.cc:26:
../src/s2/util/bitmap/bitmap.h:890:3: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:39:21: note: expanded from macro 'S2_CHECK_LE'
39 | #define S2_CHECK_LE CHECK_LE
| ^
/usr/include/absl/log/check.h:122:3: note: expanded from macro 'CHECK_LE'
122 | ABSL_LOG_INTERNAL_CHECK_LE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:53:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_LE_IMPL'
53 | ABSL_LOG_INTERNAL_CHECK_OP(Check_LE, <=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
In file included from s2/s2shape_nesting_query.cc:26:
../src/s2/util/bitmap/bitmap.h:921:3: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
921 | S2_CHECK_LE(limit, size_);
| ^
../src/s2/base/logging.h:39:21: note: expanded from macro 'S2_CHECK_LE'
39 | #define S2_CHECK_LE CHECK_LE
| ^
/usr/include/absl/log/check.h:122:3: note: expanded from macro 'CHECK_LE'
122 | ABSL_LOG_INTERNAL_CHECK_LE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:53:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_LE_IMPL'
53 | ABSL_LOG_INTERNAL_CHECK_OP(Check_LE, <=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2/s2shape_nesting_query.cc:26:
../src/s2/util/bitmap/bitmap.h:921:3: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:39:21: note: expanded from macro 'S2_CHECK_LE'
39 | #define S2_CHECK_LE CHECK_LE
| ^
/usr/include/absl/log/check.h:122:3: note: expanded from macro 'CHECK_LE'
122 | ABSL_LOG_INTERNAL_CHECK_LE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:53:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_LE_IMPL'
53 | ABSL_LOG_INTERNAL_CHECK_OP(Check_LE, <=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
In file included from s2/s2shape_nesting_query.cc:26:
../src/s2/util/bitmap/bitmap.h:933:3: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
933 | S2_CHECK_LE(limit, size_);
| ^
../src/s2/base/logging.h:39:21: note: expanded from macro 'S2_CHECK_LE'
39 | #define S2_CHECK_LE CHECK_LE
| ^
/usr/include/absl/log/check.h:122:3: note: expanded from macro 'CHECK_LE'
122 | ABSL_LOG_INTERNAL_CHECK_LE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:53:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_LE_IMPL'
53 | ABSL_LOG_INTERNAL_CHECK_OP(Check_LE, <=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2/s2shape_nesting_query.cc:26:
../src/s2/util/bitmap/bitmap.h:933:3: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:39:21: note: expanded from macro 'S2_CHECK_LE'
39 | #define S2_CHECK_LE CHECK_LE
| ^
/usr/include/absl/log/check.h:122:3: note: expanded from macro 'CHECK_LE'
122 | ABSL_LOG_INTERNAL_CHECK_LE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:53:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_LE_IMPL'
53 | ABSL_LOG_INTERNAL_CHECK_OP(Check_LE, <=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
20 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2/s2shapeutil_build_polygon_boundaries.cc -o s2/s2shapeutil_build_polygon_boundaries.o
In file included from s2/s2shapeutil_build_polygon_boundaries.cc:18:
In file included from ../src/s2/s2shapeutil_build_polygon_boundaries.h:23:
In file included from ../src/s2/s2shape.h:27:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
276 | S2_CHECK_NE(det, VType(0)) << " Can't inverse. Determinant = 0.";
| ^
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2/s2shapeutil_build_polygon_boundaries.cc:18:
In file included from ../src/s2/s2shapeutil_build_polygon_boundaries.h:23:
In file included from ../src/s2/s2shape.h:27:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
2 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2/s2shapeutil_coding.cc -o s2/s2shapeutil_coding.o
In file included from s2/s2shapeutil_coding.cc:18:
In file included from ../src/s2/s2shapeutil_coding.h:45:
In file included from ../src/s2/s2shape.h:27:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
276 | S2_CHECK_NE(det, VType(0)) << " Can't inverse. Determinant = 0.";
| ^
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2/s2shapeutil_coding.cc:18:
In file included from ../src/s2/s2shapeutil_coding.h:45:
In file included from ../src/s2/s2shape.h:27:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
2 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2/s2shapeutil_contains_brute_force.cc -o s2/s2shapeutil_contains_brute_force.o
In file included from s2/s2shapeutil_contains_brute_force.cc:18:
In file included from ../src/s2/s2shapeutil_contains_brute_force.h:22:
In file included from ../src/s2/s2shape.h:27:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
276 | S2_CHECK_NE(det, VType(0)) << " Can't inverse. Determinant = 0.";
| ^
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2/s2shapeutil_contains_brute_force.cc:18:
In file included from ../src/s2/s2shapeutil_contains_brute_force.h:22:
In file included from ../src/s2/s2shape.h:27:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
2 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2/s2shapeutil_conversion.cc -o s2/s2shapeutil_conversion.o
In file included from s2/s2shapeutil_conversion.cc:18:
In file included from ../src/s2/s2shapeutil_conversion.h:28:
In file included from ../src/s2/s2polygon.h:34:
In file included from ../src/s2/mutable_s2shape_index.h:44:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
276 | S2_CHECK_NE(det, VType(0)) << " Can't inverse. Determinant = 0.";
| ^
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2/s2shapeutil_conversion.cc:18:
In file included from ../src/s2/s2shapeutil_conversion.h:28:
In file included from ../src/s2/s2polygon.h:34:
In file included from ../src/s2/mutable_s2shape_index.h:44:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
2 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2/s2shapeutil_edge_iterator.cc -o s2/s2shapeutil_edge_iterator.o
In file included from s2/s2shapeutil_edge_iterator.cc:16:
In file included from ../src/s2/s2shapeutil_edge_iterator.h:22:
In file included from ../src/s2/s2shape.h:27:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
276 | S2_CHECK_NE(det, VType(0)) << " Can't inverse. Determinant = 0.";
| ^
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2/s2shapeutil_edge_iterator.cc:16:
In file included from ../src/s2/s2shapeutil_edge_iterator.h:22:
In file included from ../src/s2/s2shape.h:27:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
2 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2/s2shapeutil_get_reference_point.cc -o s2/s2shapeutil_get_reference_point.o
In file included from s2/s2shapeutil_get_reference_point.cc:18:
In file included from ../src/s2/s2shapeutil_get_reference_point.h:21:
In file included from ../src/s2/s2shape.h:27:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
276 | S2_CHECK_NE(det, VType(0)) << " Can't inverse. Determinant = 0.";
| ^
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2/s2shapeutil_get_reference_point.cc:18:
In file included from ../src/s2/s2shapeutil_get_reference_point.h:21:
In file included from ../src/s2/s2shape.h:27:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
2 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2/s2shapeutil_visit_crossing_edge_pairs.cc -o s2/s2shapeutil_visit_crossing_edge_pairs.o
In file included from s2/s2shapeutil_visit_crossing_edge_pairs.cc:18:
In file included from ../src/s2/s2shapeutil_visit_crossing_edge_pairs.h:23:
In file included from ../src/s2/s2crossing_edge_query.h:33:
In file included from ../src/s2/s2shape.h:27:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
276 | S2_CHECK_NE(det, VType(0)) << " Can't inverse. Determinant = 0.";
| ^
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2/s2shapeutil_visit_crossing_edge_pairs.cc:18:
In file included from ../src/s2/s2shapeutil_visit_crossing_edge_pairs.h:23:
In file included from ../src/s2/s2crossing_edge_query.h:33:
In file included from ../src/s2/s2shape.h:27:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
2 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2/s2text_format.cc -o s2/s2text_format.o
In file included from s2/s2text_format.cc:16:
In file included from ../src/s2/s2text_format.h:34:
In file included from ../src/s2/mutable_s2shape_index.h:44:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
276 | S2_CHECK_NE(det, VType(0)) << " Can't inverse. Determinant = 0.";
| ^
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2/s2text_format.cc:16:
In file included from ../src/s2/s2text_format.h:34:
In file included from ../src/s2/mutable_s2shape_index.h:44:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
2 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2/s2wedge_relations.cc -o s2/s2wedge_relations.o
In file included from s2/s2wedge_relations.cc:21:
In file included from ../src/s2/s2predicates.h:57:
In file included from ../src/s2/s1chord_angle.h:31:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
276 | S2_CHECK_NE(det, VType(0)) << " Can't inverse. Determinant = 0.";
| ^
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2/s2wedge_relations.cc:21:
In file included from ../src/s2/s2predicates.h:57:
In file included from ../src/s2/s1chord_angle.h:31:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
2 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2/s2winding_operation.cc -o s2/s2winding_operation.o
In file included from s2/s2winding_operation.cc:19:
In file included from ../src/s2/s2winding_operation.h:23:
In file included from ../src/s2/s2builder.h:36:
In file included from ../src/s2/mutable_s2shape_index.h:44:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
276 | S2_CHECK_NE(det, VType(0)) << " Can't inverse. Determinant = 0.";
| ^
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
In file included from s2/s2winding_operation.cc:19:
In file included from ../src/s2/s2winding_operation.h:23:
In file included from ../src/s2/s2builder.h:36:
In file included from ../src/s2/mutable_s2shape_index.h:44:
In file included from ../src/s2/s2pointutil.h:27:
../src/s2/util/math/matrix3x3.h:276:5: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:37:21: note: expanded from macro 'S2_CHECK_NE'
37 | #define S2_CHECK_NE CHECK_NE
| ^
/usr/include/absl/log/check.h:120:3: note: expanded from macro 'CHECK_NE'
120 | ABSL_LOG_INTERNAL_CHECK_NE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:51:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_NE_IMPL'
51 | ABSL_LOG_INTERNAL_CHECK_OP(Check_NE, !=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
2 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2/util/bits/bit-interleave.cc -o s2/util/bits/bit-interleave.o
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2/util/coding/coder.cc -o s2/util/coding/coder.o
s2/util/coding/coder.cc:51:3: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
51 | S2_CHECK_LE(buf_, limit_); // Catch the buffer overflow.
| ^
../src/s2/base/logging.h:39:21: note: expanded from macro 'S2_CHECK_LE'
39 | #define S2_CHECK_LE CHECK_LE
| ^
/usr/include/absl/log/check.h:122:3: note: expanded from macro 'CHECK_LE'
122 | ABSL_LOG_INTERNAL_CHECK_LE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:53:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_LE_IMPL'
53 | ABSL_LOG_INTERNAL_CHECK_OP(Check_LE, <=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
s2/util/coding/coder.cc:51:3: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:39:21: note: expanded from macro 'S2_CHECK_LE'
39 | #define S2_CHECK_LE CHECK_LE
| ^
/usr/include/absl/log/check.h:122:3: note: expanded from macro 'CHECK_LE'
122 | ABSL_LOG_INTERNAL_CHECK_LE_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:53:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_LE_IMPL'
53 | ABSL_LOG_INTERNAL_CHECK_OP(Check_LE, <=, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
2 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2/util/coding/varint.cc -o s2/util/coding/varint.o
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2/util/math/exactfloat/exactfloat.cc -o s2/util/math/exactfloat/exactfloat.o
s2/util/math/exactfloat/exactfloat.cc:144:3: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
144 | S2_CHECK_EQ(BN_bn2lebinpad(bn, reinterpret_cast<unsigned char*>(&r),
| ^
../src/s2/base/logging.h:36:21: note: expanded from macro 'S2_CHECK_EQ'
36 | #define S2_CHECK_EQ CHECK_EQ
| ^
/usr/include/absl/log/check.h:118:3: note: expanded from macro 'CHECK_EQ'
118 | ABSL_LOG_INTERNAL_CHECK_EQ_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:49:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_EQ_IMPL'
49 | ABSL_LOG_INTERNAL_CHECK_OP(Check_EQ, ==, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
s2/util/math/exactfloat/exactfloat.cc:144:3: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:36:21: note: expanded from macro 'S2_CHECK_EQ'
36 | #define S2_CHECK_EQ CHECK_EQ
| ^
/usr/include/absl/log/check.h:118:3: note: expanded from macro 'CHECK_EQ'
118 | ABSL_LOG_INTERNAL_CHECK_EQ_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:49:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_EQ_IMPL'
49 | ABSL_LOG_INTERNAL_CHECK_OP(Check_EQ, ==, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
s2/util/math/exactfloat/exactfloat.cc:161:3: warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]
161 | S2_CHECK_EQ(BN_bn2lebinpad(bn, bytes.data(), bytes.size()), bytes.size());
| ^
../src/s2/base/logging.h:36:21: note: expanded from macro 'S2_CHECK_EQ'
36 | #define S2_CHECK_EQ CHECK_EQ
| ^
/usr/include/absl/log/check.h:118:3: note: expanded from macro 'CHECK_EQ'
118 | ABSL_LOG_INTERNAL_CHECK_EQ_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:49:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_EQ_IMPL'
49 | ABSL_LOG_INTERNAL_CHECK_OP(Check_EQ, ==, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:68:22: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
68 | while (const char* absl_nullable absl_log_internal_check_op_result \
| ^
/usr/include/absl/base/nullability.h:256:23: note: expanded from macro 'absl_nullable'
256 | #define absl_nullable _Nullable
| ^
s2/util/math/exactfloat/exactfloat.cc:161:3: warning: type nullability specifier '_Nonnull' is a Clang extension [-Wnullability-extension]
../src/s2/base/logging.h:36:21: note: expanded from macro 'S2_CHECK_EQ'
36 | #define S2_CHECK_EQ CHECK_EQ
| ^
/usr/include/absl/log/check.h:118:3: note: expanded from macro 'CHECK_EQ'
118 | ABSL_LOG_INTERNAL_CHECK_EQ_IMPL((val1), #val1, (val2), #val2)
| ^
/usr/include/absl/log/internal/check_impl.h:49:3: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_EQ_IMPL'
49 | ABSL_LOG_INTERNAL_CHECK_OP(Check_EQ, ==, val1, val1_text, val2, val2_text)
| ^
/usr/include/absl/log/internal/check_op.h:75:61: note: expanded from macro 'ABSL_LOG_INTERNAL_CHECK_OP'
75 | ABSL_LOG_INTERNAL_CHECK(::absl::implicit_cast<const char* absl_nonnull>( \
| ^
/usr/include/absl/base/nullability.h:240:22: note: expanded from macro 'absl_nonnull'
240 | #define absl_nonnull _Nonnull
| ^
4 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2/util/math/mathutil.cc -o s2/util/math/mathutil.o
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/wk/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c s2/util/units/length-units.cc -o s2/util/units/length-units.o
ar rcs s2/libs2static.a s2/encoded_s2cell_id_vector.o s2/encoded_s2point_vector.o s2/encoded_s2shape_index.o s2/encoded_string_vector.o s2/id_set_lexicon.o s2/mutable_s2shape_index.o s2/r2rect.o s2/s1angle.o s2/s1chord_angle.o s2/s1interval.o s2/s2boolean_operation.o s2/s2buffer_operation.o s2/s2builder_graph.o s2/s2builder.o s2/s2builderutil_closed_set_normalizer.o s2/s2builderutil_find_polygon_degeneracies.o s2/s2builderutil_get_snapped_winding_delta.o s2/s2builderutil_lax_polygon_layer.o s2/s2builderutil_lax_polyline_layer.o s2/s2builderutil_s2point_vector_layer.o s2/s2builderutil_s2polygon_layer.o s2/s2builderutil_s2polyline_layer.o s2/s2builderutil_s2polyline_vector_layer.o s2/s2builderutil_snap_functions.o s2/s2cap.o s2/s2cell_id.o s2/s2cell_index.o s2/s2cell_union.o s2/s2cell.o s2/s2centroids.o s2/s2closest_cell_query.o s2/s2closest_edge_query.o s2/s2closest_point_query.o s2/s2contains_vertex_query.o s2/s2convex_hull_query.o s2/s2coords.o s2/s2crossing_edge_query.o s2/s2debug.o s2/s2earth.o s2/s2edge_clipping.o s2/s2edge_crosser.o s2/s2edge_crossings.o s2/s2edge_distances.o s2/s2edge_tessellator.o s2/s2error.o s2/s2furthest_edge_query.o s2/s2hausdorff_distance_query.o s2/s2latlng_rect_bounder.o s2/s2latlng_rect.o s2/s2latlng.o s2/s2lax_loop_shape.o s2/s2lax_polygon_shape.o s2/s2lax_polyline_shape.o s2/s2loop_measures.o s2/s2loop.o s2/s2max_distance_targets.o s2/s2measures.o s2/s2memory_tracker.o s2/s2metrics.o s2/s2min_distance_targets.o s2/s2padded_cell.o s2/s2point_compression.o s2/s2point_region.o s2/s2pointutil.o s2/s2polygon.o s2/s2polyline_alignment.o s2/s2polyline_measures.o s2/s2polyline_simplifier.o s2/s2polyline.o s2/s2predicates.o s2/s2projections.o s2/s2r2rect.o s2/s2region_coverer.o s2/s2region_intersection.o s2/s2region_term_indexer.o s2/s2region_union.o s2/s2region.o s2/s2shape_index_buffered_region.o s2/s2shape_index_measures.o s2/s2shape_index.o s2/s2shape_measures.o s2/s2shape_nesting_query.o s2/s2shapeutil_build_polygon_boundaries.o s2/s2shapeutil_coding.o s2/s2shapeutil_contains_brute_force.o s2/s2shapeutil_conversion.o s2/s2shapeutil_edge_iterator.o s2/s2shapeutil_get_reference_point.o s2/s2shapeutil_visit_crossing_edge_pairs.o s2/s2text_format.o s2/s2wedge_relations.o s2/s2winding_operation.o s2/util/bits/bit-interleave.o s2/util/coding/coder.o s2/util/coding/varint.o s2/util/math/exactfloat/exactfloat.o s2/util/math/mathutil.o s2/util/units/length-units.o
clang++-21 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o s2.so cpp-compat.o s2-accessors.o s2-bounds.o s2-cell.o s2-cell-union.o s2-constructors-formatters.o s2-predicates.o s2-transformers.o init.o RcppExports.o s2-geography.o s2-lnglat.o s2-matrix.o wk-impl.o s2geography/accessors-geog.o s2geography/accessors.o s2geography/build.o s2geography/coverings.o s2geography/distance.o s2geography/geography.o s2geography/linear-referencing.o s2geography/predicates.o -Ls2 -ls2static -labsl_flags_internal -labsl_flags_marshalling -labsl_flags_reflection -labsl_flags_private_handle_accessor -labsl_flags_commandlineflag -labsl_flags_commandlineflag_internal -labsl_flags_config -labsl_flags_program_name -labsl_raw_hash_set -labsl_hashtablez_sampler -labsl_log_internal_check_op -labsl_log_internal_conditions -labsl_log_internal_message -labsl_examine_stack -labsl_log_internal_format -labsl_log_internal_nullguard -labsl_log_internal_structured_proto -labsl_log_internal_log_sink_set -labsl_log_internal_globals -labsl_log_globals -labsl_vlog_config_internal -labsl_log_internal_fnmatch -labsl_log_sink -labsl_log_entry -labsl_log_internal_proto -labsl_status -labsl_cord -labsl_cordz_info -labsl_cord_internal -labsl_cordz_functions -labsl_exponential_biased -labsl_cordz_handle -labsl_synchronization -labsl_graphcycles_internal -labsl_kernel_timeout_internal -labsl_tracing_internal -labsl_time -labsl_civil_time -labsl_time_zone -labsl_crc_cord_state -labsl_crc32c -labsl_crc_internal -labsl_crc_cpu_detect -labsl_leak_check -labsl_stacktrace -labsl_borrowed_fixup_buffer -labsl_hash -labsl_city -labsl_str_format_internal -labsl_strerror -labsl_symbolize -labsl_debugging_internal -labsl_demangle_internal -labsl_demangle_rust -labsl_decode_rust_punycode -labsl_utf8_for_code_point -labsl_malloc_internal -labsl_strings -labsl_strings_internal -labsl_int128 -labsl_base -Wl,--push-state,--as-needed -latomic -Wl,--pop-state -lrt -labsl_spinlock_wait -labsl_throw_delegate -labsl_raw_logging_internal -labsl_log_severity -lssl -lcrypto -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpzePQWT/R.INSTALL3bf30566af04ac/s2/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpzePQWT/R.INSTALL3bf30566af04ac/s2/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpzePQWT/R.INSTALL3bf30566af04ac/s2/src'
installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/00LOCK-s2/00new/s2/libs
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** building package indices
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (s2)