* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’
* installing *source* package ‘dodgr’ ...
** this is package ‘dodgr’ version ‘0.4.3’
** package ‘dodgr’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘Debian clang version 21.1.8 (3)’
make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmpunafbc/R.INSTALL3f7c70481a63f6/dodgr/src'
clang++-21 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I. -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/RcppParallel/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppThread/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c heaps/bheap.cpp -o heaps/bheap.o
clang++-21 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I. -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/RcppParallel/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppThread/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c heaps/fheap.cpp -o heaps/fheap.o
clang++-21 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I. -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/RcppParallel/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppThread/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c heaps/heap23.cpp -o heaps/heap23.o
clang++-21 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I. -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/RcppParallel/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppThread/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c heaps/triheap_ext.cpp -o heaps/triheap_ext.o
clang++-21 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I. -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/RcppParallel/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppThread/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c heaps/triheap.cpp -o heaps/triheap.o
clang++-21 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I. -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/RcppParallel/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppThread/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c centrality.cpp -o centrality.o
In file included from centrality.cpp:1:
In file included from ./run_sp.h:13:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/RcppParallel.h:24:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/RcppParallel/TBB.h:11:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/concurrent_unordered_set.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/_concurrent_unordered_impl.h:37:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile long long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<long long>::converter<const volatile long long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile long long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:434:1: note: in instantiation of member function 'tbb::internal::atomic_impl<long long>::operator long long' requested here
434 | __TBB_DECL_ATOMIC(__TBB_LONG_LONG)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned long long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned long long>::converter<const volatile unsigned long long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned long long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:435:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned long long>::operator unsigned long long' requested here
435 | __TBB_DECL_ATOMIC(unsigned __TBB_LONG_LONG)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<long>::converter<const volatile long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:439:1: note: in instantiation of member function 'tbb::internal::atomic_impl<long>::operator long' requested here
439 | __TBB_DECL_ATOMIC(long)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned long>::converter<const volatile unsigned long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:440:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned long>::operator unsigned long' requested here
440 | __TBB_DECL_ATOMIC(unsigned long)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned int' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned int>::converter<const volatile unsigned int>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned int]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:466:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned int>::operator unsigned int' requested here
466 | __TBB_DECL_ATOMIC(unsigned)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile int' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<int>::converter<const volatile int>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile int]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:467:1: note: in instantiation of member function 'tbb::internal::atomic_impl<int>::operator int' requested here
467 | __TBB_DECL_ATOMIC(int)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned short' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned short>::converter<const volatile unsigned short>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned short]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:470:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned short>::operator unsigned short' requested here
470 | __TBB_DECL_ATOMIC(unsigned short)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile short' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<short>::converter<const volatile short>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile short]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:471:1: note: in instantiation of member function 'tbb::internal::atomic_impl<short>::operator short' requested here
471 | __TBB_DECL_ATOMIC(short)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<char>::converter<const volatile char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:472:1: note: in instantiation of member function 'tbb::internal::atomic_impl<char>::operator char' requested here
472 | __TBB_DECL_ATOMIC(char)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile signed char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<signed char>::converter<const volatile signed char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile signed char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:473:1: note: in instantiation of member function 'tbb::internal::atomic_impl<signed char>::operator signed char' requested here
473 | __TBB_DECL_ATOMIC(signed char)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned char>::converter<const volatile unsigned char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:474:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned char>::operator unsigned char' requested here
474 | __TBB_DECL_ATOMIC(unsigned char)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile wchar_t' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<wchar_t>::converter<const volatile wchar_t>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile wchar_t]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:477:1: note: in instantiation of member function 'tbb::internal::atomic_impl<wchar_t>::operator wchar_t' requested here
477 | __TBB_DECL_ATOMIC(wchar_t)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'void *const volatile' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<void *>::converter<void *const volatile>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = void *const volatile]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:509:34: note: in instantiation of member function 'tbb::internal::atomic_impl<void *>::operator void *' requested here
509 | this->store_with_release(rhs); return *this;
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile bool' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<bool>::converter<const volatile bool>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile bool]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/partitioner.h:140:16: note: in instantiation of member function 'tbb::internal::atomic_impl<bool>::operator bool' requested here
140 | return static_cast<flag_task*>(t.parent())->my_child_stolen;
| ^
14 warnings generated.
clang++-21 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I. -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/RcppParallel/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppThread/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c concaveman.cpp -o concaveman.o
In file included from concaveman.cpp:1:
./concaveman.h:694:38: warning: unused typedef 'circ_elem_type' [-Wunused-local-typedef]
694 | typedef CircularElement<Node<T>> circ_elem_type;
| ^
1 warning generated.
clang++-21 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I. -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/RcppParallel/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppThread/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c deduplicate.cpp -o deduplicate.o
In file included from deduplicate.cpp:2:
In file included from ./deduplicate.h:11:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/RcppParallel.h:24:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/RcppParallel/TBB.h:11:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/concurrent_unordered_set.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/_concurrent_unordered_impl.h:37:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile long long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<long long>::converter<const volatile long long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile long long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:434:1: note: in instantiation of member function 'tbb::internal::atomic_impl<long long>::operator long long' requested here
434 | __TBB_DECL_ATOMIC(__TBB_LONG_LONG)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned long long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned long long>::converter<const volatile unsigned long long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned long long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:435:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned long long>::operator unsigned long long' requested here
435 | __TBB_DECL_ATOMIC(unsigned __TBB_LONG_LONG)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<long>::converter<const volatile long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:439:1: note: in instantiation of member function 'tbb::internal::atomic_impl<long>::operator long' requested here
439 | __TBB_DECL_ATOMIC(long)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned long>::converter<const volatile unsigned long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:440:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned long>::operator unsigned long' requested here
440 | __TBB_DECL_ATOMIC(unsigned long)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned int' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned int>::converter<const volatile unsigned int>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned int]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:466:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned int>::operator unsigned int' requested here
466 | __TBB_DECL_ATOMIC(unsigned)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile int' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<int>::converter<const volatile int>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile int]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:467:1: note: in instantiation of member function 'tbb::internal::atomic_impl<int>::operator int' requested here
467 | __TBB_DECL_ATOMIC(int)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned short' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned short>::converter<const volatile unsigned short>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned short]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:470:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned short>::operator unsigned short' requested here
470 | __TBB_DECL_ATOMIC(unsigned short)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile short' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<short>::converter<const volatile short>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile short]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:471:1: note: in instantiation of member function 'tbb::internal::atomic_impl<short>::operator short' requested here
471 | __TBB_DECL_ATOMIC(short)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<char>::converter<const volatile char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:472:1: note: in instantiation of member function 'tbb::internal::atomic_impl<char>::operator char' requested here
472 | __TBB_DECL_ATOMIC(char)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile signed char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<signed char>::converter<const volatile signed char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile signed char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:473:1: note: in instantiation of member function 'tbb::internal::atomic_impl<signed char>::operator signed char' requested here
473 | __TBB_DECL_ATOMIC(signed char)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned char>::converter<const volatile unsigned char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:474:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned char>::operator unsigned char' requested here
474 | __TBB_DECL_ATOMIC(unsigned char)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile wchar_t' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<wchar_t>::converter<const volatile wchar_t>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile wchar_t]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:477:1: note: in instantiation of member function 'tbb::internal::atomic_impl<wchar_t>::operator wchar_t' requested here
477 | __TBB_DECL_ATOMIC(wchar_t)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'void *const volatile' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<void *>::converter<void *const volatile>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = void *const volatile]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:509:34: note: in instantiation of member function 'tbb::internal::atomic_impl<void *>::operator void *' requested here
509 | this->store_with_release(rhs); return *this;
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile bool' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<bool>::converter<const volatile bool>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile bool]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/partitioner.h:140:16: note: in instantiation of member function 'tbb::internal::atomic_impl<bool>::operator bool' requested here
140 | return static_cast<flag_task*>(t.parent())->my_child_stolen;
| ^
14 warnings generated.
clang++-21 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I. -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/RcppParallel/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppThread/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c dgraph.cpp -o dgraph.o
clang++-21 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I. -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/RcppParallel/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppThread/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c pathfinders.cpp -o pathfinders.o
clang++-21 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I. -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/RcppParallel/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppThread/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c dodgr-to-sf.cpp -o dodgr-to-sf.o
clang++-21 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I. -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/RcppParallel/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppThread/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c flows.cpp -o flows.o
In file included from flows.cpp:2:
In file included from ./run_sp.h:13:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/RcppParallel.h:24:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/RcppParallel/TBB.h:11:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/concurrent_unordered_set.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/_concurrent_unordered_impl.h:37:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile long long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<long long>::converter<const volatile long long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile long long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:434:1: note: in instantiation of member function 'tbb::internal::atomic_impl<long long>::operator long long' requested here
434 | __TBB_DECL_ATOMIC(__TBB_LONG_LONG)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned long long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned long long>::converter<const volatile unsigned long long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned long long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:435:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned long long>::operator unsigned long long' requested here
435 | __TBB_DECL_ATOMIC(unsigned __TBB_LONG_LONG)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<long>::converter<const volatile long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:439:1: note: in instantiation of member function 'tbb::internal::atomic_impl<long>::operator long' requested here
439 | __TBB_DECL_ATOMIC(long)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned long>::converter<const volatile unsigned long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:440:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned long>::operator unsigned long' requested here
440 | __TBB_DECL_ATOMIC(unsigned long)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned int' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned int>::converter<const volatile unsigned int>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned int]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:466:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned int>::operator unsigned int' requested here
466 | __TBB_DECL_ATOMIC(unsigned)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile int' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<int>::converter<const volatile int>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile int]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:467:1: note: in instantiation of member function 'tbb::internal::atomic_impl<int>::operator int' requested here
467 | __TBB_DECL_ATOMIC(int)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned short' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned short>::converter<const volatile unsigned short>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned short]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:470:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned short>::operator unsigned short' requested here
470 | __TBB_DECL_ATOMIC(unsigned short)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile short' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<short>::converter<const volatile short>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile short]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:471:1: note: in instantiation of member function 'tbb::internal::atomic_impl<short>::operator short' requested here
471 | __TBB_DECL_ATOMIC(short)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<char>::converter<const volatile char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:472:1: note: in instantiation of member function 'tbb::internal::atomic_impl<char>::operator char' requested here
472 | __TBB_DECL_ATOMIC(char)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile signed char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<signed char>::converter<const volatile signed char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile signed char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:473:1: note: in instantiation of member function 'tbb::internal::atomic_impl<signed char>::operator signed char' requested here
473 | __TBB_DECL_ATOMIC(signed char)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned char>::converter<const volatile unsigned char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:474:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned char>::operator unsigned char' requested here
474 | __TBB_DECL_ATOMIC(unsigned char)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile wchar_t' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<wchar_t>::converter<const volatile wchar_t>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile wchar_t]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:477:1: note: in instantiation of member function 'tbb::internal::atomic_impl<wchar_t>::operator wchar_t' requested here
477 | __TBB_DECL_ATOMIC(wchar_t)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'void *const volatile' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<void *>::converter<void *const volatile>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = void *const volatile]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:509:34: note: in instantiation of member function 'tbb::internal::atomic_impl<void *>::operator void *' requested here
509 | this->store_with_release(rhs); return *this;
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile bool' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<bool>::converter<const volatile bool>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile bool]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/partitioner.h:140:16: note: in instantiation of member function 'tbb::internal::atomic_impl<bool>::operator bool' requested here
140 | return static_cast<flag_task*>(t.parent())->my_child_stolen;
| ^
14 warnings generated.
clang++-21 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I. -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/RcppParallel/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppThread/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c fund-cycles.cpp -o fund-cycles.o
clang++-21 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I. -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/RcppParallel/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppThread/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c graph-contract.cpp -o graph-contract.o
clang++-21 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I. -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/RcppParallel/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppThread/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c graph.cpp -o graph.o
graph.cpp:198:10: warning: variable 'has_times' set but not used [-Wunused-but-set-variable]
198 | bool has_times = graph::graph_from_df (graph, vertices, edge_map, vert2edge_map);
| ^
graph.cpp:202:12: warning: variable 'largest_component' set but not used [-Wunused-but-set-variable]
202 | size_t largest_component =
| ^
2 warnings generated.
clang++-21 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I. -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/RcppParallel/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppThread/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c graph-sample.cpp -o graph-sample.o
graph-sample.cpp:109:10: warning: variable 'has_times' set but not used [-Wunused-but-set-variable]
109 | bool has_times = graph::graph_from_df (graph, vertices, edge_map, vert2edge_map);
| ^
1 warning generated.
clang++-21 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I. -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/RcppParallel/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppThread/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c match-points.cpp -o match-points.o
match-points.cpp:99:17: warning: variable 'which_side' set but not used [-Wunused-but-set-variable]
99 | int which_side = INFINITE_INT;
| ^
In file included from match-points.cpp:1:
In file included from ./match-points.h:6:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/RcppParallel.h:24:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/RcppParallel/TBB.h:11:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/concurrent_unordered_set.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/_concurrent_unordered_impl.h:37:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile long long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<long long>::converter<const volatile long long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile long long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:434:1: note: in instantiation of member function 'tbb::internal::atomic_impl<long long>::operator long long' requested here
434 | __TBB_DECL_ATOMIC(__TBB_LONG_LONG)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned long long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned long long>::converter<const volatile unsigned long long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned long long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:435:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned long long>::operator unsigned long long' requested here
435 | __TBB_DECL_ATOMIC(unsigned __TBB_LONG_LONG)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<long>::converter<const volatile long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:439:1: note: in instantiation of member function 'tbb::internal::atomic_impl<long>::operator long' requested here
439 | __TBB_DECL_ATOMIC(long)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned long>::converter<const volatile unsigned long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:440:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned long>::operator unsigned long' requested here
440 | __TBB_DECL_ATOMIC(unsigned long)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned int' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned int>::converter<const volatile unsigned int>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned int]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:466:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned int>::operator unsigned int' requested here
466 | __TBB_DECL_ATOMIC(unsigned)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile int' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<int>::converter<const volatile int>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile int]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:467:1: note: in instantiation of member function 'tbb::internal::atomic_impl<int>::operator int' requested here
467 | __TBB_DECL_ATOMIC(int)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned short' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned short>::converter<const volatile unsigned short>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned short]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:470:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned short>::operator unsigned short' requested here
470 | __TBB_DECL_ATOMIC(unsigned short)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile short' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<short>::converter<const volatile short>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile short]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:471:1: note: in instantiation of member function 'tbb::internal::atomic_impl<short>::operator short' requested here
471 | __TBB_DECL_ATOMIC(short)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<char>::converter<const volatile char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:472:1: note: in instantiation of member function 'tbb::internal::atomic_impl<char>::operator char' requested here
472 | __TBB_DECL_ATOMIC(char)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile signed char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<signed char>::converter<const volatile signed char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile signed char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:473:1: note: in instantiation of member function 'tbb::internal::atomic_impl<signed char>::operator signed char' requested here
473 | __TBB_DECL_ATOMIC(signed char)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned char>::converter<const volatile unsigned char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:474:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned char>::operator unsigned char' requested here
474 | __TBB_DECL_ATOMIC(unsigned char)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile wchar_t' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<wchar_t>::converter<const volatile wchar_t>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile wchar_t]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:477:1: note: in instantiation of member function 'tbb::internal::atomic_impl<wchar_t>::operator wchar_t' requested here
477 | __TBB_DECL_ATOMIC(wchar_t)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'void *const volatile' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<void *>::converter<void *const volatile>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = void *const volatile]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:509:34: note: in instantiation of member function 'tbb::internal::atomic_impl<void *>::operator void *' requested here
509 | this->store_with_release(rhs); return *this;
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile bool' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<bool>::converter<const volatile bool>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile bool]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/partitioner.h:140:16: note: in instantiation of member function 'tbb::internal::atomic_impl<bool>::operator bool' requested here
140 | return static_cast<flag_task*>(t.parent())->my_child_stolen;
| ^
15 warnings generated.
clang++-21 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I. -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/RcppParallel/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppThread/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c RcppExports.cpp -o RcppExports.o
In file included from RcppExports.cpp: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"
| ^
2 warnings generated.
clang++-21 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I. -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/RcppParallel/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppThread/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c run_sp.cpp -o run_sp.o
run_sp.cpp:350:28: warning: unused variable 'st_prev' [-Wunused-variable]
350 | size_t st_prev = static_cast <size_t> (prev [j]);
| ^~~~~~~
In file included from run_sp.cpp:2:
In file included from ./run_sp.h:13:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/RcppParallel.h:24:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/RcppParallel/TBB.h:11:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/concurrent_unordered_set.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/_concurrent_unordered_impl.h:37:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile long long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<long long>::converter<const volatile long long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile long long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:434:1: note: in instantiation of member function 'tbb::internal::atomic_impl<long long>::operator long long' requested here
434 | __TBB_DECL_ATOMIC(__TBB_LONG_LONG)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned long long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned long long>::converter<const volatile unsigned long long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned long long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:435:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned long long>::operator unsigned long long' requested here
435 | __TBB_DECL_ATOMIC(unsigned __TBB_LONG_LONG)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<long>::converter<const volatile long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:439:1: note: in instantiation of member function 'tbb::internal::atomic_impl<long>::operator long' requested here
439 | __TBB_DECL_ATOMIC(long)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned long>::converter<const volatile unsigned long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:440:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned long>::operator unsigned long' requested here
440 | __TBB_DECL_ATOMIC(unsigned long)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned int' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned int>::converter<const volatile unsigned int>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned int]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:466:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned int>::operator unsigned int' requested here
466 | __TBB_DECL_ATOMIC(unsigned)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile int' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<int>::converter<const volatile int>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile int]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:467:1: note: in instantiation of member function 'tbb::internal::atomic_impl<int>::operator int' requested here
467 | __TBB_DECL_ATOMIC(int)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned short' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned short>::converter<const volatile unsigned short>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned short]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:470:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned short>::operator unsigned short' requested here
470 | __TBB_DECL_ATOMIC(unsigned short)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile short' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<short>::converter<const volatile short>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile short]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:471:1: note: in instantiation of member function 'tbb::internal::atomic_impl<short>::operator short' requested here
471 | __TBB_DECL_ATOMIC(short)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<char>::converter<const volatile char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:472:1: note: in instantiation of member function 'tbb::internal::atomic_impl<char>::operator char' requested here
472 | __TBB_DECL_ATOMIC(char)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile signed char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<signed char>::converter<const volatile signed char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile signed char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:473:1: note: in instantiation of member function 'tbb::internal::atomic_impl<signed char>::operator signed char' requested here
473 | __TBB_DECL_ATOMIC(signed char)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned char>::converter<const volatile unsigned char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:474:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned char>::operator unsigned char' requested here
474 | __TBB_DECL_ATOMIC(unsigned char)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile wchar_t' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<wchar_t>::converter<const volatile wchar_t>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile wchar_t]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:477:1: note: in instantiation of member function 'tbb::internal::atomic_impl<wchar_t>::operator wchar_t' requested here
477 | __TBB_DECL_ATOMIC(wchar_t)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'void *const volatile' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<void *>::converter<void *const volatile>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = void *const volatile]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:509:34: note: in instantiation of member function 'tbb::internal::atomic_impl<void *>::operator void *' requested here
509 | this->store_with_release(rhs); return *this;
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile bool' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<bool>::converter<const volatile bool>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile bool]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/partitioner.h:140:16: note: in instantiation of member function 'tbb::internal::atomic_impl<bool>::operator bool' requested here
140 | return static_cast<flag_task*>(t.parent())->my_child_stolen;
| ^
15 warnings generated.
clang++-21 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I. -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/RcppParallel/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppThread/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c run_sp_categorical.cpp -o run_sp_categorical.o
In file included from run_sp_categorical.cpp:4:
In file included from ./run_sp.h:13:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/RcppParallel.h:24:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/RcppParallel/TBB.h:11:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/concurrent_unordered_set.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/_concurrent_unordered_impl.h:37:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile long long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<long long>::converter<const volatile long long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile long long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:434:1: note: in instantiation of member function 'tbb::internal::atomic_impl<long long>::operator long long' requested here
434 | __TBB_DECL_ATOMIC(__TBB_LONG_LONG)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned long long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned long long>::converter<const volatile unsigned long long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned long long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:435:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned long long>::operator unsigned long long' requested here
435 | __TBB_DECL_ATOMIC(unsigned __TBB_LONG_LONG)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<long>::converter<const volatile long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:439:1: note: in instantiation of member function 'tbb::internal::atomic_impl<long>::operator long' requested here
439 | __TBB_DECL_ATOMIC(long)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned long>::converter<const volatile unsigned long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:440:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned long>::operator unsigned long' requested here
440 | __TBB_DECL_ATOMIC(unsigned long)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned int' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned int>::converter<const volatile unsigned int>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned int]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:466:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned int>::operator unsigned int' requested here
466 | __TBB_DECL_ATOMIC(unsigned)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile int' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<int>::converter<const volatile int>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile int]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:467:1: note: in instantiation of member function 'tbb::internal::atomic_impl<int>::operator int' requested here
467 | __TBB_DECL_ATOMIC(int)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned short' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned short>::converter<const volatile unsigned short>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned short]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:470:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned short>::operator unsigned short' requested here
470 | __TBB_DECL_ATOMIC(unsigned short)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile short' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<short>::converter<const volatile short>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile short]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:471:1: note: in instantiation of member function 'tbb::internal::atomic_impl<short>::operator short' requested here
471 | __TBB_DECL_ATOMIC(short)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<char>::converter<const volatile char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:472:1: note: in instantiation of member function 'tbb::internal::atomic_impl<char>::operator char' requested here
472 | __TBB_DECL_ATOMIC(char)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile signed char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<signed char>::converter<const volatile signed char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile signed char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:473:1: note: in instantiation of member function 'tbb::internal::atomic_impl<signed char>::operator signed char' requested here
473 | __TBB_DECL_ATOMIC(signed char)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned char>::converter<const volatile unsigned char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:474:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned char>::operator unsigned char' requested here
474 | __TBB_DECL_ATOMIC(unsigned char)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile wchar_t' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<wchar_t>::converter<const volatile wchar_t>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile wchar_t]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:477:1: note: in instantiation of member function 'tbb::internal::atomic_impl<wchar_t>::operator wchar_t' requested here
477 | __TBB_DECL_ATOMIC(wchar_t)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'void *const volatile' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<void *>::converter<void *const volatile>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = void *const volatile]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:509:34: note: in instantiation of member function 'tbb::internal::atomic_impl<void *>::operator void *' requested here
509 | this->store_with_release(rhs); return *this;
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile bool' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<bool>::converter<const volatile bool>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile bool]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/partitioner.h:140:16: note: in instantiation of member function 'tbb::internal::atomic_impl<bool>::operator bool' requested here
140 | return static_cast<flag_task*>(t.parent())->my_child_stolen;
| ^
14 warnings generated.
clang++-21 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I. -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/RcppParallel/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppThread/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c sc-as-network.cpp -o sc-as-network.o
clang++-21 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I. -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/RcppParallel/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppThread/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c sf-as-network.cpp -o sf-as-network.o
In file included from sf-as-network.cpp:1:
In file included from ./sf-as-network.h:6:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/RcppParallel.h:24:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/RcppParallel/TBB.h:11:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/concurrent_unordered_set.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/_concurrent_unordered_impl.h:37:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile long long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<long long>::converter<const volatile long long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile long long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:434:1: note: in instantiation of member function 'tbb::internal::atomic_impl<long long>::operator long long' requested here
434 | __TBB_DECL_ATOMIC(__TBB_LONG_LONG)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned long long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned long long>::converter<const volatile unsigned long long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned long long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:435:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned long long>::operator unsigned long long' requested here
435 | __TBB_DECL_ATOMIC(unsigned __TBB_LONG_LONG)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<long>::converter<const volatile long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:439:1: note: in instantiation of member function 'tbb::internal::atomic_impl<long>::operator long' requested here
439 | __TBB_DECL_ATOMIC(long)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned long>::converter<const volatile unsigned long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:440:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned long>::operator unsigned long' requested here
440 | __TBB_DECL_ATOMIC(unsigned long)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned int' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned int>::converter<const volatile unsigned int>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned int]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:466:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned int>::operator unsigned int' requested here
466 | __TBB_DECL_ATOMIC(unsigned)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile int' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<int>::converter<const volatile int>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile int]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:467:1: note: in instantiation of member function 'tbb::internal::atomic_impl<int>::operator int' requested here
467 | __TBB_DECL_ATOMIC(int)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned short' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned short>::converter<const volatile unsigned short>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned short]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:470:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned short>::operator unsigned short' requested here
470 | __TBB_DECL_ATOMIC(unsigned short)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile short' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<short>::converter<const volatile short>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile short]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:471:1: note: in instantiation of member function 'tbb::internal::atomic_impl<short>::operator short' requested here
471 | __TBB_DECL_ATOMIC(short)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<char>::converter<const volatile char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:472:1: note: in instantiation of member function 'tbb::internal::atomic_impl<char>::operator char' requested here
472 | __TBB_DECL_ATOMIC(char)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile signed char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<signed char>::converter<const volatile signed char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile signed char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:473:1: note: in instantiation of member function 'tbb::internal::atomic_impl<signed char>::operator signed char' requested here
473 | __TBB_DECL_ATOMIC(signed char)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned char>::converter<const volatile unsigned char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:474:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned char>::operator unsigned char' requested here
474 | __TBB_DECL_ATOMIC(unsigned char)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile wchar_t' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<wchar_t>::converter<const volatile wchar_t>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile wchar_t]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:477:1: note: in instantiation of member function 'tbb::internal::atomic_impl<wchar_t>::operator wchar_t' requested here
477 | __TBB_DECL_ATOMIC(wchar_t)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'void *const volatile' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<void *>::converter<void *const volatile>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = void *const volatile]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:509:34: note: in instantiation of member function 'tbb::internal::atomic_impl<void *>::operator void *' requested here
509 | this->store_with_release(rhs); return *this;
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile bool' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<bool>::converter<const volatile bool>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile bool]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/partitioner.h:140:16: note: in instantiation of member function 'tbb::internal::atomic_impl<bool>::operator bool' requested here
140 | return static_cast<flag_task*>(t.parent())->my_child_stolen;
| ^
14 warnings generated.
clang++-21 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I. -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/RcppParallel/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppThread/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c turn_penalty.cpp -o turn_penalty.o
clang++-21 -std=gnu++20 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o dodgr.so heaps/bheap.o heaps/fheap.o heaps/heap23.o heaps/triheap_ext.o heaps/triheap.o centrality.o concaveman.o deduplicate.o dgraph.o pathfinders.o dodgr-to-sf.o flows.o fund-cycles.o graph-contract.o graph.o graph-sample.o match-points.o RcppExports.o run_sp.o run_sp_categorical.o sc-as-network.o sf-as-network.o turn_penalty.o -llapack -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lRblas -L/usr/lib/llvm-21/lib/clang/21/lib/linux -L/usr/lib/llvm-21/lib -lflang_rt.runtime -lm -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmpunafbc/R.INSTALL3f7c70481a63f6/dodgr/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmpunafbc/R.INSTALL3f7c70481a63f6/dodgr/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmpunafbc/R.INSTALL3f7c70481a63f6/dodgr/src'
installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/00LOCK-dodgr/00new/dodgr/libs
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** 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 (dodgr)