* installing *source* package ‘walker’ ...
** this is package ‘walker’ version ‘1.0.10’
** package ‘walker’ successfully unpacked and MD5 sums checked
** using staged installation
Registered S3 methods overwritten by 'RcppEigen':
method from
predict.fastLm RcppArmadillo
print.fastLm RcppArmadillo
summary.fastLm RcppArmadillo
print.summary.fastLm RcppArmadillo
** libs
specified C++17
using C++ compiler: ‘clang version 23.1.0’
using C++17
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-clang/walker/src'
/usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I"../inst/include" -I"/data/localhost/ripley/R/test-clang/StanHeaders/include/src" -DBOOST_DISABLE_ASSERTS -DEIGEN_NO_DEBUG -DBOOST_MATH_OVERFLOW_ERROR_POLICY=errno_on_error -DUSE_STANC3 -D_HAS_AUTO_PTR_ETC=0 -I'/data/localhost/ripley/R/test-clang/BH/include' -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -I'/data/localhost/ripley/R/test-clang/RcppArmadillo/include' -I'/data/localhost/ripley/R/test-clang/RcppEigen/include' -I'/data/localhost/ripley/R/test-clang/RcppParallel/include' -I'/data/localhost/ripley/R/test-clang/rstan/include' -I'/data/localhost/ripley/R/test-clang/StanHeaders/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DRCPP_PARALLEL_USE_TBB=1 -DTBB_INTERFACE_NEW -I/data/localhost/ripley/R/test-clang/RcppParallel/include -I'/data/localhost/ripley/R/test-clang/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -DTBB_INTERFACE_NEW -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -D_LIBCPP_KEEP_TRANSITIVE_INCLUDES_LLVM23 -c RcppExports.cpp -o RcppExports.o
In file included from RcppExports.cpp:5:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/RcppEigen.h:25:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/RcppEigenForward.h:29:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Sparse:26:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/SparseCore:61:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/SparseCore/TriangularSolver.h:273:13: warning: variable 'count' set but not used [-Wunused-but-set-variable]
273 | Index count = 0;
| ^
In file included from RcppExports.cpp:5:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/RcppEigen.h:25:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/RcppEigenForward.h:29:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Sparse:29:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/SparseLU:35:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:78:9: warning: variable 'nsuper_et_post' set but not used [-Wunused-but-set-variable]
78 | Index nsuper_et_post = 0; // Number of relaxed snodes in postordered etree
| ^
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:79:9: warning: variable 'nsuper_et' set but not used [-Wunused-but-set-variable]
79 | Index nsuper_et = 0; // Number of relaxed snodes in the original etree
| ^
In file included from RcppExports.cpp:5:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/RcppEigen.h:25:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/RcppEigenForward.h:31:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/unsupported/Eigen/IterativeSolvers:46:
/data/localhost/ripley/R/test-clang/RcppEigen/include/unsupported/Eigen/src/IterativeSolvers/IDRS.h:72:10: warning: variable 'replacements' set but not used [-Wunused-but-set-variable]
72 | Index replacements = 0;
| ^
In file included from RcppExports.cpp:5:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/RcppEigen.h:25:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/RcppEigenForward.h:37:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/unsupported/Eigen/SparseExtra:45:
/data/localhost/ripley/R/test-clang/RcppEigen/include/unsupported/Eigen/src/SparseExtra/MarketIO.h:246:7: warning: variable 'count' set but not used [-Wunused-but-set-variable]
246 | int count = 0;
| ^
In file included from RcppExports.cpp:4:
In file included from /data/localhost/ripley/R/test-clang/RcppArmadillo/include/RcppArmadillo.h:29:
In file included from /data/localhost/ripley/R/test-clang/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:51:
In file included from /data/localhost/ripley/R/test-clang/RcppArmadillo/include/armadillo:436:
/data/localhost/ripley/R/test-clang/RcppArmadillo/include/armadillo_bits/debug.hpp:198:1: warning: unused function template 'arma_stop_runtime_error' [-Wunused-template]
198 | arma_stop_runtime_error(const T1& x)
| ^~~~~~~~~~~~~~~~~~~~~~~
/data/localhost/ripley/R/test-clang/RcppArmadillo/include/armadillo_bits/debug.hpp:241:1: warning: unused function template 'arma_print' [-Wunused-template]
241 | arma_print(const T1& x, const T2& y)
| ^~~~~~~~~~
/data/localhost/ripley/R/test-clang/RcppArmadillo/include/armadillo_bits/debug.hpp:253:1: warning: unused function template 'arma_print' [-Wunused-template]
253 | arma_print(const T1& x, const T2& y, const T3& z)
| ^~~~~~~~~~
/data/localhost/ripley/R/test-clang/RcppArmadillo/include/armadillo_bits/debug.hpp:335:1: warning: unused function template 'arma_plain_warn' [-Wunused-template]
335 | arma_plain_warn(const T1& arg1)
| ^~~~~~~~~~~~~~~
/data/localhost/ripley/R/test-clang/RcppArmadillo/include/armadillo_bits/debug.hpp:346:1: warning: unused function template 'arma_plain_warn' [-Wunused-template]
346 | arma_plain_warn(const T1& arg1, const T2& arg2)
| ^~~~~~~~~~~~~~~
/data/localhost/ripley/R/test-clang/RcppArmadillo/include/armadillo_bits/debug.hpp:357:1: warning: unused function template 'arma_plain_warn' [-Wunused-template]
357 | arma_plain_warn(const T1& arg1, const T2& arg2, const T3& arg3)
| ^~~~~~~~~~~~~~~
/data/localhost/ripley/R/test-clang/RcppArmadillo/include/armadillo_bits/debug.hpp:368:1: warning: unused function template 'arma_plain_warn' [-Wunused-template]
368 | arma_plain_warn(const T1& arg1, const T2& arg2, const T3& arg3, const T4& arg4)
| ^~~~~~~~~~~~~~~
/data/localhost/ripley/R/test-clang/RcppArmadillo/include/armadillo_bits/debug.hpp:545:1: warning: unused function template 'arma_incompat_size_string' [-Wunused-template]
545 | arma_incompat_size_string(const subview_cube<eT>& Q, const Mat<eT>& A, const char* x)
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from RcppExports.cpp:5:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/RcppEigen.h:25:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/RcppEigenForward.h:28:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:3:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Cholesky:32:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Cholesky/LLT.h:240:14: warning: unused function template 'llt_rank_update_lower' [-Wunused-template]
240 | static Index llt_rank_update_lower(MatrixType& mat, const VectorType& vec, const typename MatrixType::RealScalar& sigma)
| ^~~~~~~~~~~~~~~~~~~~~
In file included from RcppExports.cpp:5:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/RcppEigen.h:25:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/RcppEigenForward.h:28:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:7:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Eigenvalues:39:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:839:13: warning: unused function template 'tridiagonal_qr_step' [-Wunused-template]
839 | static void tridiagonal_qr_step(RealScalar* diag, RealScalar* subdiag, Index start, Index end, Scalar* matrixQ, Index n)
| ^~~~~~~~~~~~~~~~~~~
In file included from RcppExports.cpp:5:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/RcppEigen.h:25:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/RcppEigenForward.h:29:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Sparse:26:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/SparseCore:55:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/SparseCore/ConservativeSparseSparseProduct.h:18:13: warning: unused function template 'conservative_sparse_sparse_product_impl' [-Wunused-template]
18 | static void conservative_sparse_sparse_product_impl(const Lhs& lhs, const Rhs& rhs, ResultType& res, bool sortedInsertion = false)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/SparseCore/ConservativeSparseSparseProduct.h:270:13: warning: unused function template 'sparse_sparse_to_dense_product_impl' [-Wunused-template]
270 | static void sparse_sparse_to_dense_product_impl(const Lhs& lhs, const Rhs& rhs, ResultType& res)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from RcppExports.cpp:5:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/RcppEigen.h:25:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/RcppEigenForward.h:29:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Sparse:26:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/SparseCore:56:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/SparseCore/SparseSparseProductWithPruning.h:20:13: warning: unused function template 'sparse_sparse_product_with_pruning_impl' [-Wunused-template]
20 | static void sparse_sparse_product_with_pruning_impl(const Lhs& lhs, const Rhs& rhs, ResultType& res, const typename ResultType::RealScalar& tolerance)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from RcppExports.cpp:5:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/RcppEigen.h:25:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/RcppEigenForward.h:29:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Sparse:27:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/OrderingMethods:66:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/OrderingMethods/Amd.h:35:21: warning: unused function template 'cs_wclear' [-Wunused-template]
35 | static StorageIndex cs_wclear (StorageIndex mark, StorageIndex lemax, StorageIndex *w, StorageIndex n)
| ^~~~~~~~~
In file included from RcppExports.cpp:5:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/RcppEigen.h:25:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/RcppEigenForward.h:29:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Sparse:27:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/OrderingMethods:67:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/OrderingMethods/Ordering.h:16:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/OrderingMethods/Eigen_Colamd.h:501:18: warning: unused function template 'init_rows_cols' [-Wunused-template]
501 | static IndexType init_rows_cols /* returns true if OK, or false otherwise */
| ^~~~~~~~~~~~~~
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/OrderingMethods/Eigen_Colamd.h:717:13: warning: unused function template 'init_scoring' [-Wunused-template]
717 | static void init_scoring
| ^~~~~~~~~~~~
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/OrderingMethods/Eigen_Colamd.h:954:18: warning: unused function template 'find_ordering' [-Wunused-template]
954 | static IndexType find_ordering /* return the number of garbage collections */
| ^~~~~~~~~~~~~
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/OrderingMethods/Eigen_Colamd.h:1566:13: warning: unused function template 'detect_super_cols' [-Wunused-template]
1566 | static void detect_super_cols
| ^~~~~~~~~~~~~~~~~
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/OrderingMethods/Eigen_Colamd.h:1717:18: warning: unused function template 'garbage_collection' [-Wunused-template]
1717 | static IndexType garbage_collection /* returns the new value of pfree */
| ^~~~~~~~~~~~~~~~~~
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/OrderingMethods/Eigen_Colamd.h:342:13: warning: unused function template 'compute_ordering' [-Wunused-template]
342 | static bool compute_ordering(IndexType n_row, IndexType n_col, IndexType Alen, IndexType *A, IndexType *p, double knobs[NKnobs], IndexType stats[NStats])
| ^~~~~~~~~~~~~~~~
25 warnings generated.
/usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I"../inst/include" -I"/data/localhost/ripley/R/test-clang/StanHeaders/include/src" -DBOOST_DISABLE_ASSERTS -DEIGEN_NO_DEBUG -DBOOST_MATH_OVERFLOW_ERROR_POLICY=errno_on_error -DUSE_STANC3 -D_HAS_AUTO_PTR_ETC=0 -I'/data/localhost/ripley/R/test-clang/BH/include' -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -I'/data/localhost/ripley/R/test-clang/RcppArmadillo/include' -I'/data/localhost/ripley/R/test-clang/RcppEigen/include' -I'/data/localhost/ripley/R/test-clang/RcppParallel/include' -I'/data/localhost/ripley/R/test-clang/rstan/include' -I'/data/localhost/ripley/R/test-clang/StanHeaders/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DRCPP_PARALLEL_USE_TBB=1 -DTBB_INTERFACE_NEW -I/data/localhost/ripley/R/test-clang/RcppParallel/include -I'/data/localhost/ripley/R/test-clang/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -DTBB_INTERFACE_NEW -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -D_LIBCPP_KEEP_TRANSITIVE_INCLUDES_LLVM23 -c predict.cpp -o predict.o
In file included from predict.cpp:1:
In file included from ./predict.h:4:
In file included from /data/localhost/ripley/R/test-clang/RcppArmadillo/include/RcppArmadillo.h:29:
In file included from /data/localhost/ripley/R/test-clang/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:51:
In file included from /data/localhost/ripley/R/test-clang/RcppArmadillo/include/armadillo:436:
/data/localhost/ripley/R/test-clang/RcppArmadillo/include/armadillo_bits/debug.hpp:241:1: warning: unused function template 'arma_print' [-Wunused-template]
241 | arma_print(const T1& x, const T2& y)
| ^~~~~~~~~~
/data/localhost/ripley/R/test-clang/RcppArmadillo/include/armadillo_bits/debug.hpp:253:1: warning: unused function template 'arma_print' [-Wunused-template]
253 | arma_print(const T1& x, const T2& y, const T3& z)
| ^~~~~~~~~~
/data/localhost/ripley/R/test-clang/RcppArmadillo/include/armadillo_bits/debug.hpp:346:1: warning: unused function template 'arma_plain_warn' [-Wunused-template]
346 | arma_plain_warn(const T1& arg1, const T2& arg2)
| ^~~~~~~~~~~~~~~
/data/localhost/ripley/R/test-clang/RcppArmadillo/include/armadillo_bits/debug.hpp:357:1: warning: unused function template 'arma_plain_warn' [-Wunused-template]
357 | arma_plain_warn(const T1& arg1, const T2& arg2, const T3& arg3)
| ^~~~~~~~~~~~~~~
/data/localhost/ripley/R/test-clang/RcppArmadillo/include/armadillo_bits/debug.hpp:368:1: warning: unused function template 'arma_plain_warn' [-Wunused-template]
368 | arma_plain_warn(const T1& arg1, const T2& arg2, const T3& arg3, const T4& arg4)
| ^~~~~~~~~~~~~~~
/data/localhost/ripley/R/test-clang/RcppArmadillo/include/armadillo_bits/debug.hpp:545:1: warning: unused function template 'arma_incompat_size_string' [-Wunused-template]
545 | arma_incompat_size_string(const subview_cube<eT>& Q, const Mat<eT>& A, const char* x)
| ^~~~~~~~~~~~~~~~~~~~~~~~~
6 warnings generated.
/usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I"../inst/include" -I"/data/localhost/ripley/R/test-clang/StanHeaders/include/src" -DBOOST_DISABLE_ASSERTS -DEIGEN_NO_DEBUG -DBOOST_MATH_OVERFLOW_ERROR_POLICY=errno_on_error -DUSE_STANC3 -D_HAS_AUTO_PTR_ETC=0 -I'/data/localhost/ripley/R/test-clang/BH/include' -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -I'/data/localhost/ripley/R/test-clang/RcppArmadillo/include' -I'/data/localhost/ripley/R/test-clang/RcppEigen/include' -I'/data/localhost/ripley/R/test-clang/RcppParallel/include' -I'/data/localhost/ripley/R/test-clang/rstan/include' -I'/data/localhost/ripley/R/test-clang/StanHeaders/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DRCPP_PARALLEL_USE_TBB=1 -DTBB_INTERFACE_NEW -I/data/localhost/ripley/R/test-clang/RcppParallel/include -I'/data/localhost/ripley/R/test-clang/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -DTBB_INTERFACE_NEW -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -D_LIBCPP_KEEP_TRANSITIVE_INCLUDES_LLVM23 -c stanExports_rw1_model.cc -o stanExports_rw1_model.o
In file included from stanExports_rw1_model.cc:5:
In file included from ./stanExports_rw1_model.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:3:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:23:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Sparse:26:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/SparseCore:61:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/SparseCore/TriangularSolver.h:273:13: warning: variable 'count' set but not used [-Wunused-but-set-variable]
273 | Index count = 0;
| ^
In file included from stanExports_rw1_model.cc:5:
In file included from ./stanExports_rw1_model.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:3:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:23:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Sparse:29:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/SparseLU:35:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:78:9: warning: variable 'nsuper_et_post' set but not used [-Wunused-but-set-variable]
78 | Index nsuper_et_post = 0; // Number of relaxed snodes in postordered etree
| ^
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:79:9: warning: variable 'nsuper_et' set but not used [-Wunused-but-set-variable]
79 | Index nsuper_et = 0; // Number of relaxed snodes in the original etree
| ^
In file included from stanExports_rw1_model.cc:5:
In file included from ./stanExports_rw1_model.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:21:
/data/localhost/ripley/R/test-clang/rstan/include/rstan/io/r_ostream.hpp:47:31: warning: 'rstan::io::r_cout_streambuf::xsputn' hides overloaded virtual function [-Woverloaded-virtual]
47 | virtual std::streamsize xsputn(const char_type* s, int n) {
| ^
/usr/local/clang23/bin/../include/c++/v1/streambuf:381:22: note: hidden overloaded virtual function 'std::basic_streambuf<char>::xsputn' declared here: type mismatch at 2nd parameter ('streamsize' (aka 'long') vs 'int')
381 | virtual streamsize xsputn(const char_type* __s, streamsize __n) {
| ^
In file included from stanExports_rw1_model.cc:5:
In file included from ./stanExports_rw1_model.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:21:
/data/localhost/ripley/R/test-clang/rstan/include/rstan/io/r_ostream.hpp:70:31: warning: 'rstan::io::r_cerr_streambuf::xsputn' hides overloaded virtual function [-Woverloaded-virtual]
70 | virtual std::streamsize xsputn(const char_type* s, int n) {
| ^
/usr/local/clang23/bin/../include/c++/v1/streambuf:381:22: note: hidden overloaded virtual function 'std::basic_streambuf<char>::xsputn' declared here: type mismatch at 2nd parameter ('streamsize' (aka 'long') vs 'int')
381 | virtual streamsize xsputn(const char_type* __s, streamsize __n) {
| ^
In file included from stanExports_rw1_model.cc:5:
In file included from ./stanExports_rw1_model.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/filtered_values.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/src/stan/callbacks/writer.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast.hpp:33:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast/try_lexical_convert.hpp:31:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast/detail/converter_lexical.hpp:47:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/container/container_fwd.hpp:65:
/data/localhost/ripley/R/test-clang/BH/include/boost/container/detail/std_fwd.hpp:29:1: warning: unused attribute '__exclude_from_explicit_instantiation__' in '#pragma clang attribute push' region [-Wpragma-clang-attribute]
29 | BOOST_MOVE_STD_NS_BEG
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:21:34: note: expanded from macro 'BOOST_MOVE_STD_NS_BEG'
21 | #define BOOST_MOVE_STD_NS_BEG _LIBCPP_BEGIN_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:74:39: note: expanded from macro '_LIBCPP_BEGIN_NAMESPACE_STD'
74 | # define _LIBCPP_BEGIN_NAMESPACE_STD _LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD inline namespace _LIBCPP_ABI_NAMESPACE {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:70:40: note: expanded from macro '_LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD'
70 | _LIBCPP_PUSH_EXTENSION_DIAGNOSTICS _LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS namespace _LIBCPP_NAMESPACE_VISIBILITY std {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:51:3: note: expanded from macro '_LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS'
51 | _Pragma(_LIBCPP_TOSTRING(clang attribute _LibcxxExplicitABIAnnotations.push( \
| ^
<scratch space>:41:69: note: expanded from here
41 | clang attribute _LibcxxExplicitABIAnnotations.push( __attribute__((__exclude_from_explicit_instantiation__, __visibility__("hidden"), __abi_tag__("nqe230100"))), apply_to = function)
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/container/detail/std_fwd.hpp:61:1: note: '#pragma clang attribute push' regions ends here
61 | BOOST_MOVE_STD_NS_END
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:22:34: note: expanded from macro 'BOOST_MOVE_STD_NS_END'
22 | #define BOOST_MOVE_STD_NS_END _LIBCPP_END_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:75:39: note: expanded from macro '_LIBCPP_END_NAMESPACE_STD'
75 | # define _LIBCPP_END_NAMESPACE_STD } _LIBCPP_END_UNVERSIONED_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:72:51: note: expanded from macro '_LIBCPP_END_UNVERSIONED_NAMESPACE_STD'
72 | # define _LIBCPP_END_UNVERSIONED_NAMESPACE_STD } _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _LIBCPP_POP_EXTENSION_DIAGNOSTICS
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:57:48: note: expanded from macro '_LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS'
57 | #define _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _Pragma("clang attribute _LibcxxExplicitABIAnnotations.pop")
| ^
<scratch space>:43:8: note: expanded from here
43 | clang attribute _LibcxxExplicitABIAnnotations.pop
| ^
In file included from stanExports_rw1_model.cc:5:
In file included from ./stanExports_rw1_model.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/filtered_values.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/src/stan/callbacks/writer.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast.hpp:33:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast/try_lexical_convert.hpp:31:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast/detail/converter_lexical.hpp:47:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/container/container_fwd.hpp:65:
/data/localhost/ripley/R/test-clang/BH/include/boost/container/detail/std_fwd.hpp:29:1: warning: unused attribute '__visibility__' in '#pragma clang attribute push' region [-Wpragma-clang-attribute]
29 | BOOST_MOVE_STD_NS_BEG
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:21:34: note: expanded from macro 'BOOST_MOVE_STD_NS_BEG'
21 | #define BOOST_MOVE_STD_NS_BEG _LIBCPP_BEGIN_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:74:39: note: expanded from macro '_LIBCPP_BEGIN_NAMESPACE_STD'
74 | # define _LIBCPP_BEGIN_NAMESPACE_STD _LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD inline namespace _LIBCPP_ABI_NAMESPACE {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:70:40: note: expanded from macro '_LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD'
70 | _LIBCPP_PUSH_EXTENSION_DIAGNOSTICS _LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS namespace _LIBCPP_NAMESPACE_VISIBILITY std {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:51:3: note: expanded from macro '_LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS'
51 | _Pragma(_LIBCPP_TOSTRING(clang attribute _LibcxxExplicitABIAnnotations.push( \
| ^
<scratch space>:41:110: note: expanded from here
41 | clang attribute _LibcxxExplicitABIAnnotations.push( __attribute__((__exclude_from_explicit_instantiation__, __visibility__("hidden"), __abi_tag__("nqe230100"))), apply_to = function)
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/container/detail/std_fwd.hpp:61:1: note: '#pragma clang attribute push' regions ends here
61 | BOOST_MOVE_STD_NS_END
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:22:34: note: expanded from macro 'BOOST_MOVE_STD_NS_END'
22 | #define BOOST_MOVE_STD_NS_END _LIBCPP_END_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:75:39: note: expanded from macro '_LIBCPP_END_NAMESPACE_STD'
75 | # define _LIBCPP_END_NAMESPACE_STD } _LIBCPP_END_UNVERSIONED_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:72:51: note: expanded from macro '_LIBCPP_END_UNVERSIONED_NAMESPACE_STD'
72 | # define _LIBCPP_END_UNVERSIONED_NAMESPACE_STD } _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _LIBCPP_POP_EXTENSION_DIAGNOSTICS
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:57:48: note: expanded from macro '_LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS'
57 | #define _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _Pragma("clang attribute _LibcxxExplicitABIAnnotations.pop")
| ^
<scratch space>:43:8: note: expanded from here
43 | clang attribute _LibcxxExplicitABIAnnotations.pop
| ^
In file included from stanExports_rw1_model.cc:5:
In file included from ./stanExports_rw1_model.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/filtered_values.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/src/stan/callbacks/writer.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast.hpp:33:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast/try_lexical_convert.hpp:31:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast/detail/converter_lexical.hpp:47:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/container/container_fwd.hpp:65:
/data/localhost/ripley/R/test-clang/BH/include/boost/container/detail/std_fwd.hpp:29:1: warning: unused attribute '__abi_tag__' in '#pragma clang attribute push' region [-Wpragma-clang-attribute]
29 | BOOST_MOVE_STD_NS_BEG
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:21:34: note: expanded from macro 'BOOST_MOVE_STD_NS_BEG'
21 | #define BOOST_MOVE_STD_NS_BEG _LIBCPP_BEGIN_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:74:39: note: expanded from macro '_LIBCPP_BEGIN_NAMESPACE_STD'
74 | # define _LIBCPP_BEGIN_NAMESPACE_STD _LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD inline namespace _LIBCPP_ABI_NAMESPACE {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:70:40: note: expanded from macro '_LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD'
70 | _LIBCPP_PUSH_EXTENSION_DIAGNOSTICS _LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS namespace _LIBCPP_NAMESPACE_VISIBILITY std {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:51:3: note: expanded from macro '_LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS'
51 | _Pragma(_LIBCPP_TOSTRING(clang attribute _LibcxxExplicitABIAnnotations.push( \
| ^
<scratch space>:41:136: note: expanded from here
41 | clang attribute _LibcxxExplicitABIAnnotations.push( __attribute__((__exclude_from_explicit_instantiation__, __visibility__("hidden"), __abi_tag__("nqe230100"))), apply_to = function)
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/container/detail/std_fwd.hpp:61:1: note: '#pragma clang attribute push' regions ends here
61 | BOOST_MOVE_STD_NS_END
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:22:34: note: expanded from macro 'BOOST_MOVE_STD_NS_END'
22 | #define BOOST_MOVE_STD_NS_END _LIBCPP_END_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:75:39: note: expanded from macro '_LIBCPP_END_NAMESPACE_STD'
75 | # define _LIBCPP_END_NAMESPACE_STD } _LIBCPP_END_UNVERSIONED_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:72:51: note: expanded from macro '_LIBCPP_END_UNVERSIONED_NAMESPACE_STD'
72 | # define _LIBCPP_END_UNVERSIONED_NAMESPACE_STD } _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _LIBCPP_POP_EXTENSION_DIAGNOSTICS
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:57:48: note: expanded from macro '_LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS'
57 | #define _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _Pragma("clang attribute _LibcxxExplicitABIAnnotations.pop")
| ^
<scratch space>:43:8: note: expanded from here
43 | clang attribute _LibcxxExplicitABIAnnotations.pop
| ^
In file included from stanExports_rw1_model.cc:5:
In file included from ./stanExports_rw1_model.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:31:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/RcppEigen.h:25:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/RcppEigenForward.h:31:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/unsupported/Eigen/IterativeSolvers:46:
/data/localhost/ripley/R/test-clang/RcppEigen/include/unsupported/Eigen/src/IterativeSolvers/IDRS.h:72:10: warning: variable 'replacements' set but not used [-Wunused-but-set-variable]
72 | Index replacements = 0;
| ^
In file included from stanExports_rw1_model.cc:5:
In file included from ./stanExports_rw1_model.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:31:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/RcppEigen.h:25:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/RcppEigenForward.h:37:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/unsupported/Eigen/SparseExtra:45:
/data/localhost/ripley/R/test-clang/RcppEigen/include/unsupported/Eigen/src/SparseExtra/MarketIO.h:246:7: warning: variable 'count' set but not used [-Wunused-but-set-variable]
246 | int count = 0;
| ^
In file included from stanExports_rw1_model.cc:5:
In file included from ./stanExports_rw1_model.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:43:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/src/stan/io/dump.hpp:7:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim.hpp:14:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/fun.hpp:35:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/fun/binomial_coefficient_log.hpp:13:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor/partials_propagator.hpp:8:
/data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor/operands_and_partials.hpp:57:1: warning: 'ops_partials_edge' defined as a struct template here but previously declared as a class template; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
57 | struct ops_partials_edge<ViewElt, Op, require_st_arithmetic<Op>> {
| ^
/data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor/operands_and_partials.hpp:45:1: note: did you mean struct here?
45 | class ops_partials_edge;
| ^~~~~
| struct
In file included from stanExports_rw1_model.cc:5:
In file included from ./stanExports_rw1_model.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:43:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/src/stan/io/dump.hpp:7:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim.hpp:15:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor.hpp:16:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint.hpp:25:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:30:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/algebra/default_operations.hpp:26:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/util/unit_helper.hpp:23:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/quantity.hpp:29:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/conversion.hpp:17:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/detail/conversion_impl.hpp:20:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/heterogeneous_system.hpp:34:
/data/localhost/ripley/R/test-clang/BH/include/boost/units/static_rational.hpp:166:10: warning: extension used [-Wlanguage-extension-token]
166 | #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/typeof/typeof.hpp:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
28 | <boost/typeof/incr_registration_group.hpp>
| ^
In file included from stanExports_rw1_model.cc:5:
In file included from ./stanExports_rw1_model.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:43:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/src/stan/io/dump.hpp:7:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim.hpp:15:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor.hpp:16:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint.hpp:25:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:30:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/algebra/default_operations.hpp:26:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/util/unit_helper.hpp:23:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/quantity.hpp:29:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/conversion.hpp:17:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/detail/conversion_impl.hpp:20:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/heterogeneous_system.hpp:35:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/dimension.hpp:21:
/data/localhost/ripley/R/test-clang/BH/include/boost/units/detail/dimension_list.hpp:125:10: warning: extension used [-Wlanguage-extension-token]
125 | #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/typeof/typeof.hpp:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
28 | <boost/typeof/incr_registration_group.hpp>
| ^
In file included from stanExports_rw1_model.cc:5:
In file included from ./stanExports_rw1_model.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:43:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/src/stan/io/dump.hpp:7:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim.hpp:15:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor.hpp:16:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint.hpp:25:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:30:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/algebra/default_operations.hpp:26:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/util/unit_helper.hpp:23:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/quantity.hpp:29:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/conversion.hpp:17:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/detail/conversion_impl.hpp:20:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/heterogeneous_system.hpp:35:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/dimension.hpp:21:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/detail/dimension_list.hpp:131:
/data/localhost/ripley/R/test-clang/BH/include/boost/units/dimensionless_type.hpp:49:10: warning: extension used [-Wlanguage-extension-token]
49 | #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/typeof/typeof.hpp:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
28 | <boost/typeof/incr_registration_group.hpp>
| ^
In file included from stanExports_rw1_model.cc:5:
In file included from ./stanExports_rw1_model.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:43:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/src/stan/io/dump.hpp:7:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim.hpp:15:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor.hpp:16:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint.hpp:25:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:30:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/algebra/default_operations.hpp:26:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/util/unit_helper.hpp:23:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/quantity.hpp:29:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/conversion.hpp:17:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/detail/conversion_impl.hpp:20:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/heterogeneous_system.hpp:39:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/detail/linear_algebra.hpp:20:
/data/localhost/ripley/R/test-clang/BH/include/boost/units/dim.hpp:75:10: warning: extension used [-Wlanguage-extension-token]
75 | #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/typeof/typeof.hpp:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
28 | <boost/typeof/incr_registration_group.hpp>
| ^
In file included from stanExports_rw1_model.cc:5:
In file included from ./stanExports_rw1_model.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:43:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/src/stan/io/dump.hpp:7:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim.hpp:15:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor.hpp:16:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint.hpp:25:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:30:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/algebra/default_operations.hpp:26:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/util/unit_helper.hpp:23:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/quantity.hpp:29:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/conversion.hpp:17:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/detail/conversion_impl.hpp:20:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/heterogeneous_system.hpp:40:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/detail/unscale.hpp:28:
/data/localhost/ripley/R/test-clang/BH/include/boost/units/scale.hpp:139:10: warning: extension used [-Wlanguage-extension-token]
139 | #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/typeof/typeof.hpp:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
28 | <boost/typeof/incr_registration_group.hpp>
| ^
In file included from stanExports_rw1_model.cc:5:
In file included from ./stanExports_rw1_model.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:43:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/src/stan/io/dump.hpp:7:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim.hpp:15:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor.hpp:16:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint.hpp:25:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:30:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/algebra/default_operations.hpp:26:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/util/unit_helper.hpp:23:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/quantity.hpp:29:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/conversion.hpp:17:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/detail/conversion_impl.hpp:20:
/data/localhost/ripley/R/test-clang/BH/include/boost/units/heterogeneous_system.hpp:120:10: warning: extension used [-Wlanguage-extension-token]
120 | #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/typeof/typeof.hpp:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
28 | <boost/typeof/incr_registration_group.hpp>
| ^
In file included from stanExports_rw1_model.cc:5:
In file included from ./stanExports_rw1_model.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:43:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/src/stan/io/dump.hpp:7:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim.hpp:15:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor.hpp:16:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint.hpp:25:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:30:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/algebra/default_operations.hpp:26:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/util/unit_helper.hpp:23:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/quantity.hpp:29:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/conversion.hpp:17:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/detail/conversion_impl.hpp:21:
/data/localhost/ripley/R/test-clang/BH/include/boost/units/homogeneous_system.hpp:99:10: warning: extension used [-Wlanguage-extension-token]
99 | #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/typeof/typeof.hpp:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
28 | <boost/typeof/incr_registration_group.hpp>
| ^
In file included from stanExports_rw1_model.cc:5:
In file included from ./stanExports_rw1_model.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:43:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/src/stan/io/dump.hpp:7:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim.hpp:15:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor.hpp:16:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint.hpp:25:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:30:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/algebra/default_operations.hpp:26:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/util/unit_helper.hpp:23:
/data/localhost/ripley/R/test-clang/BH/include/boost/units/quantity.hpp:495:10: warning: extension used [-Wlanguage-extension-token]
495 | #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/typeof/typeof.hpp:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
28 | <boost/typeof/incr_registration_group.hpp>
| ^
In file included from stanExports_rw1_model.cc:5:
In file included from ./stanExports_rw1_model.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:50:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/src/stan/services/experimental/advi/fullrank.hpp:11:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/src/stan/variational/advi.hpp:13:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/circular_buffer.hpp:57:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/circular_buffer/details.hpp:22:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/move/move.hpp:30:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/move/iterator.hpp:27:
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/iterator_traits.hpp:63:1: warning: unused attribute '__exclude_from_explicit_instantiation__' in '#pragma clang attribute push' region [-Wpragma-clang-attribute]
63 | BOOST_MOVE_STD_NS_BEG
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:21:34: note: expanded from macro 'BOOST_MOVE_STD_NS_BEG'
21 | #define BOOST_MOVE_STD_NS_BEG _LIBCPP_BEGIN_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:74:39: note: expanded from macro '_LIBCPP_BEGIN_NAMESPACE_STD'
74 | # define _LIBCPP_BEGIN_NAMESPACE_STD _LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD inline namespace _LIBCPP_ABI_NAMESPACE {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:70:40: note: expanded from macro '_LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD'
70 | _LIBCPP_PUSH_EXTENSION_DIAGNOSTICS _LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS namespace _LIBCPP_NAMESPACE_VISIBILITY std {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:51:3: note: expanded from macro '_LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS'
51 | _Pragma(_LIBCPP_TOSTRING(clang attribute _LibcxxExplicitABIAnnotations.push( \
| ^
<scratch space>:48:69: note: expanded from here
48 | clang attribute _LibcxxExplicitABIAnnotations.push( __attribute__((__exclude_from_explicit_instantiation__, __visibility__("hidden"), __abi_tag__("nqe230100"))), apply_to = function)
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/iterator_traits.hpp:81:1: note: '#pragma clang attribute push' regions ends here
81 | BOOST_MOVE_STD_NS_END
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:22:34: note: expanded from macro 'BOOST_MOVE_STD_NS_END'
22 | #define BOOST_MOVE_STD_NS_END _LIBCPP_END_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:75:39: note: expanded from macro '_LIBCPP_END_NAMESPACE_STD'
75 | # define _LIBCPP_END_NAMESPACE_STD } _LIBCPP_END_UNVERSIONED_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:72:51: note: expanded from macro '_LIBCPP_END_UNVERSIONED_NAMESPACE_STD'
72 | # define _LIBCPP_END_UNVERSIONED_NAMESPACE_STD } _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _LIBCPP_POP_EXTENSION_DIAGNOSTICS
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:57:48: note: expanded from macro '_LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS'
57 | #define _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _Pragma("clang attribute _LibcxxExplicitABIAnnotations.pop")
| ^
<scratch space>:50:8: note: expanded from here
50 | clang attribute _LibcxxExplicitABIAnnotations.pop
| ^
In file included from stanExports_rw1_model.cc:5:
In file included from ./stanExports_rw1_model.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:50:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/src/stan/services/experimental/advi/fullrank.hpp:11:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/src/stan/variational/advi.hpp:13:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/circular_buffer.hpp:57:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/circular_buffer/details.hpp:22:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/move/move.hpp:30:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/move/iterator.hpp:27:
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/iterator_traits.hpp:63:1: warning: unused attribute '__visibility__' in '#pragma clang attribute push' region [-Wpragma-clang-attribute]
63 | BOOST_MOVE_STD_NS_BEG
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:21:34: note: expanded from macro 'BOOST_MOVE_STD_NS_BEG'
21 | #define BOOST_MOVE_STD_NS_BEG _LIBCPP_BEGIN_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:74:39: note: expanded from macro '_LIBCPP_BEGIN_NAMESPACE_STD'
74 | # define _LIBCPP_BEGIN_NAMESPACE_STD _LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD inline namespace _LIBCPP_ABI_NAMESPACE {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:70:40: note: expanded from macro '_LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD'
70 | _LIBCPP_PUSH_EXTENSION_DIAGNOSTICS _LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS namespace _LIBCPP_NAMESPACE_VISIBILITY std {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:51:3: note: expanded from macro '_LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS'
51 | _Pragma(_LIBCPP_TOSTRING(clang attribute _LibcxxExplicitABIAnnotations.push( \
| ^
<scratch space>:48:110: note: expanded from here
48 | clang attribute _LibcxxExplicitABIAnnotations.push( __attribute__((__exclude_from_explicit_instantiation__, __visibility__("hidden"), __abi_tag__("nqe230100"))), apply_to = function)
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/iterator_traits.hpp:81:1: note: '#pragma clang attribute push' regions ends here
81 | BOOST_MOVE_STD_NS_END
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:22:34: note: expanded from macro 'BOOST_MOVE_STD_NS_END'
22 | #define BOOST_MOVE_STD_NS_END _LIBCPP_END_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:75:39: note: expanded from macro '_LIBCPP_END_NAMESPACE_STD'
75 | # define _LIBCPP_END_NAMESPACE_STD } _LIBCPP_END_UNVERSIONED_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:72:51: note: expanded from macro '_LIBCPP_END_UNVERSIONED_NAMESPACE_STD'
72 | # define _LIBCPP_END_UNVERSIONED_NAMESPACE_STD } _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _LIBCPP_POP_EXTENSION_DIAGNOSTICS
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:57:48: note: expanded from macro '_LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS'
57 | #define _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _Pragma("clang attribute _LibcxxExplicitABIAnnotations.pop")
| ^
<scratch space>:50:8: note: expanded from here
50 | clang attribute _LibcxxExplicitABIAnnotations.pop
| ^
In file included from stanExports_rw1_model.cc:5:
In file included from ./stanExports_rw1_model.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:50:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/src/stan/services/experimental/advi/fullrank.hpp:11:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/src/stan/variational/advi.hpp:13:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/circular_buffer.hpp:57:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/circular_buffer/details.hpp:22:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/move/move.hpp:30:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/move/iterator.hpp:27:
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/iterator_traits.hpp:63:1: warning: unused attribute '__abi_tag__' in '#pragma clang attribute push' region [-Wpragma-clang-attribute]
63 | BOOST_MOVE_STD_NS_BEG
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:21:34: note: expanded from macro 'BOOST_MOVE_STD_NS_BEG'
21 | #define BOOST_MOVE_STD_NS_BEG _LIBCPP_BEGIN_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:74:39: note: expanded from macro '_LIBCPP_BEGIN_NAMESPACE_STD'
74 | # define _LIBCPP_BEGIN_NAMESPACE_STD _LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD inline namespace _LIBCPP_ABI_NAMESPACE {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:70:40: note: expanded from macro '_LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD'
70 | _LIBCPP_PUSH_EXTENSION_DIAGNOSTICS _LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS namespace _LIBCPP_NAMESPACE_VISIBILITY std {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:51:3: note: expanded from macro '_LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS'
51 | _Pragma(_LIBCPP_TOSTRING(clang attribute _LibcxxExplicitABIAnnotations.push( \
| ^
<scratch space>:48:136: note: expanded from here
48 | clang attribute _LibcxxExplicitABIAnnotations.push( __attribute__((__exclude_from_explicit_instantiation__, __visibility__("hidden"), __abi_tag__("nqe230100"))), apply_to = function)
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/iterator_traits.hpp:81:1: note: '#pragma clang attribute push' regions ends here
81 | BOOST_MOVE_STD_NS_END
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:22:34: note: expanded from macro 'BOOST_MOVE_STD_NS_END'
22 | #define BOOST_MOVE_STD_NS_END _LIBCPP_END_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:75:39: note: expanded from macro '_LIBCPP_END_NAMESPACE_STD'
75 | # define _LIBCPP_END_NAMESPACE_STD } _LIBCPP_END_UNVERSIONED_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:72:51: note: expanded from macro '_LIBCPP_END_UNVERSIONED_NAMESPACE_STD'
72 | # define _LIBCPP_END_UNVERSIONED_NAMESPACE_STD } _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _LIBCPP_POP_EXTENSION_DIAGNOSTICS
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:57:48: note: expanded from macro '_LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS'
57 | #define _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _Pragma("clang attribute _LibcxxExplicitABIAnnotations.pop")
| ^
<scratch space>:50:8: note: expanded from here
50 | clang attribute _LibcxxExplicitABIAnnotations.pop
| ^
In file included from stanExports_rw1_model.cc:5:
In file included from ./stanExports_rw1_model.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:4:
/data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:1252:9: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
1252 | int ret = stan::services::error_codes::CONFIG;
| ^
In file included from stanExports_rw1_model.cc:5:
./stanExports_rw1_model.h:1113:11: warning: variable 'pos__' set but not used [-Wunused-but-set-variable]
1113 | int pos__ = std::numeric_limits<int>::min();
| ^
./stanExports_rw1_model.h:1147:11: warning: variable 'pos__' set but not used [-Wunused-but-set-variable]
1147 | int pos__ = std::numeric_limits<int>::min();
| ^
In file included from stanExports_rw1_model.cc:5:
In file included from ./stanExports_rw1_model.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:3:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:22:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:3:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Cholesky:32:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Cholesky/LLT.h:240:14: warning: unused function template 'llt_rank_update_lower' [-Wunused-template]
240 | static Index llt_rank_update_lower(MatrixType& mat, const VectorType& vec, const typename MatrixType::RealScalar& sigma)
| ^~~~~~~~~~~~~~~~~~~~~
In file included from stanExports_rw1_model.cc:5:
In file included from ./stanExports_rw1_model.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:3:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:23:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Sparse:26:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/SparseCore:55:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/SparseCore/ConservativeSparseSparseProduct.h:18:13: warning: unused function template 'conservative_sparse_sparse_product_impl' [-Wunused-template]
18 | static void conservative_sparse_sparse_product_impl(const Lhs& lhs, const Rhs& rhs, ResultType& res, bool sortedInsertion = false)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/SparseCore/ConservativeSparseSparseProduct.h:270:13: warning: unused function template 'sparse_sparse_to_dense_product_impl' [-Wunused-template]
270 | static void sparse_sparse_to_dense_product_impl(const Lhs& lhs, const Rhs& rhs, ResultType& res)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from stanExports_rw1_model.cc:5:
In file included from ./stanExports_rw1_model.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:3:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:23:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Sparse:26:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/SparseCore:56:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/SparseCore/SparseSparseProductWithPruning.h:20:13: warning: unused function template 'sparse_sparse_product_with_pruning_impl' [-Wunused-template]
20 | static void sparse_sparse_product_with_pruning_impl(const Lhs& lhs, const Rhs& rhs, ResultType& res, const typename ResultType::RealScalar& tolerance)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from stanExports_rw1_model.cc:5:
In file included from ./stanExports_rw1_model.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:3:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:23:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Sparse:27:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/OrderingMethods:66:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/OrderingMethods/Amd.h:35:21: warning: unused function template 'cs_wclear' [-Wunused-template]
35 | static StorageIndex cs_wclear (StorageIndex mark, StorageIndex lemax, StorageIndex *w, StorageIndex n)
| ^~~~~~~~~
In file included from stanExports_rw1_model.cc:5:
In file included from ./stanExports_rw1_model.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:3:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:23:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Sparse:27:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/OrderingMethods:67:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/OrderingMethods/Ordering.h:16:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/OrderingMethods/Eigen_Colamd.h:501:18: warning: unused function template 'init_rows_cols' [-Wunused-template]
501 | static IndexType init_rows_cols /* returns true if OK, or false otherwise */
| ^~~~~~~~~~~~~~
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/OrderingMethods/Eigen_Colamd.h:717:13: warning: unused function template 'init_scoring' [-Wunused-template]
717 | static void init_scoring
| ^~~~~~~~~~~~
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/OrderingMethods/Eigen_Colamd.h:954:18: warning: unused function template 'find_ordering' [-Wunused-template]
954 | static IndexType find_ordering /* return the number of garbage collections */
| ^~~~~~~~~~~~~
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/OrderingMethods/Eigen_Colamd.h:1566:13: warning: unused function template 'detect_super_cols' [-Wunused-template]
1566 | static void detect_super_cols
| ^~~~~~~~~~~~~~~~~
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/OrderingMethods/Eigen_Colamd.h:1717:18: warning: unused function template 'garbage_collection' [-Wunused-template]
1717 | static IndexType garbage_collection /* returns the new value of pfree */
| ^~~~~~~~~~~~~~~~~~
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/OrderingMethods/Eigen_Colamd.h:342:13: warning: unused function template 'compute_ordering' [-Wunused-template]
342 | static bool compute_ordering(IndexType n_row, IndexType n_col, IndexType Alen, IndexType *A, IndexType *p, double knobs[NKnobs], IndexType stats[NStats])
| ^~~~~~~~~~~~~~~~
In file included from stanExports_rw1_model.cc:5:
In file included from ./stanExports_rw1_model.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:43:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/src/stan/io/dump.hpp:7:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim.hpp:10:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/core.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/core/init_threadpool_tbb.hpp:18:
In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/task_arena.h:17:
In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/../oneapi/tbb/task_arena.h:27:
/data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/../oneapi/tbb/detail/_task.h:89:13: warning: unused function template 'suspend_callback' [-Wunused-template]
89 | static void suspend_callback(void* user_callback, suspend_point sp) {
| ^~~~~~~~~~~~~~~~
In file included from stanExports_rw1_model.cc:5:
In file included from ./stanExports_rw1_model.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:43:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/src/stan/io/dump.hpp:7:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim.hpp:15:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor.hpp:16:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint.hpp:25:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:23:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/ublas/vector.hpp:21:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/ublas/storage.hpp:27:
/data/localhost/ripley/R/test-clang/BH/include/boost/numeric/ublas/traits.hpp:45:3: warning: unused function template 'boost_numeric_ublas_sqrt' [-Wunused-template]
45 | boost_numeric_ublas_sqrt (const T& t) {
| ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from stanExports_rw1_model.cc:5:
In file included from ./stanExports_rw1_model.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:43:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/src/stan/io/dump.hpp:7:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim.hpp:15:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor.hpp:30:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor/reduce_sum.hpp:9:
In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/parallel_reduce.h:17:
In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/../oneapi/tbb/parallel_reduce.h:27:
/data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/../oneapi/tbb/task_group.h:130:15: warning: unused function template 'task_ptr_or_nullptr' [-Wunused-template]
130 | d1::task* task_ptr_or_nullptr(F&& f){
| ^~~~~~~~~~~~~~~~~~~
In file included from stanExports_rw1_model.cc:5:
In file included from ./stanExports_rw1_model.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:4:
/data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:260:6: warning: unused function template 'get_indices_col2row' [-Wunused-template]
260 | void get_indices_col2row(const std::vector<T>& dim, std::vector<T2>& midx,
| ^~~~~~~~~~~~~~~~~~~
/data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:296:6: warning: unused function template 'get_all_indices_col2row' [-Wunused-template]
296 | void get_all_indices_col2row(const std::vector<std::vector<T> >& dims,
| ^~~~~~~~~~~~~~~~~~~~~~~
/data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:317:6: warning: unused function template 'print_vector' [-Wunused-template]
317 | void print_vector(const std::vector<T>& v, std::ostream& o,
| ^~~~~~~~~~~~
/data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:328:6: warning: unused function template 'print_vector' [-Wunused-template]
328 | void print_vector(const std::vector<T>& v, std::ostream& o,
| ^~~~~~~~~~~~
43 warnings generated.
/usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I"../inst/include" -I"/data/localhost/ripley/R/test-clang/StanHeaders/include/src" -DBOOST_DISABLE_ASSERTS -DEIGEN_NO_DEBUG -DBOOST_MATH_OVERFLOW_ERROR_POLICY=errno_on_error -DUSE_STANC3 -D_HAS_AUTO_PTR_ETC=0 -I'/data/localhost/ripley/R/test-clang/BH/include' -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -I'/data/localhost/ripley/R/test-clang/RcppArmadillo/include' -I'/data/localhost/ripley/R/test-clang/RcppEigen/include' -I'/data/localhost/ripley/R/test-clang/RcppParallel/include' -I'/data/localhost/ripley/R/test-clang/rstan/include' -I'/data/localhost/ripley/R/test-clang/StanHeaders/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DRCPP_PARALLEL_USE_TBB=1 -DTBB_INTERFACE_NEW -I/data/localhost/ripley/R/test-clang/RcppParallel/include -I'/data/localhost/ripley/R/test-clang/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -DTBB_INTERFACE_NEW -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -D_LIBCPP_KEEP_TRANSITIVE_INCLUDES_LLVM23 -c stanExports_rw1_model_naive.cc -o stanExports_rw1_model_naive.o
In file included from stanExports_rw1_model_naive.cc:5:
In file included from ./stanExports_rw1_model_naive.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:3:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:23:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Sparse:26:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/SparseCore:61:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/SparseCore/TriangularSolver.h:273:13: warning: variable 'count' set but not used [-Wunused-but-set-variable]
273 | Index count = 0;
| ^
In file included from stanExports_rw1_model_naive.cc:5:
In file included from ./stanExports_rw1_model_naive.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:3:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:23:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Sparse:29:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/SparseLU:35:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:78:9: warning: variable 'nsuper_et_post' set but not used [-Wunused-but-set-variable]
78 | Index nsuper_et_post = 0; // Number of relaxed snodes in postordered etree
| ^
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:79:9: warning: variable 'nsuper_et' set but not used [-Wunused-but-set-variable]
79 | Index nsuper_et = 0; // Number of relaxed snodes in the original etree
| ^
In file included from stanExports_rw1_model_naive.cc:5:
In file included from ./stanExports_rw1_model_naive.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:21:
/data/localhost/ripley/R/test-clang/rstan/include/rstan/io/r_ostream.hpp:47:31: warning: 'rstan::io::r_cout_streambuf::xsputn' hides overloaded virtual function [-Woverloaded-virtual]
47 | virtual std::streamsize xsputn(const char_type* s, int n) {
| ^
/usr/local/clang23/bin/../include/c++/v1/streambuf:381:22: note: hidden overloaded virtual function 'std::basic_streambuf<char>::xsputn' declared here: type mismatch at 2nd parameter ('streamsize' (aka 'long') vs 'int')
381 | virtual streamsize xsputn(const char_type* __s, streamsize __n) {
| ^
In file included from stanExports_rw1_model_naive.cc:5:
In file included from ./stanExports_rw1_model_naive.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:21:
/data/localhost/ripley/R/test-clang/rstan/include/rstan/io/r_ostream.hpp:70:31: warning: 'rstan::io::r_cerr_streambuf::xsputn' hides overloaded virtual function [-Woverloaded-virtual]
70 | virtual std::streamsize xsputn(const char_type* s, int n) {
| ^
/usr/local/clang23/bin/../include/c++/v1/streambuf:381:22: note: hidden overloaded virtual function 'std::basic_streambuf<char>::xsputn' declared here: type mismatch at 2nd parameter ('streamsize' (aka 'long') vs 'int')
381 | virtual streamsize xsputn(const char_type* __s, streamsize __n) {
| ^
In file included from stanExports_rw1_model_naive.cc:5:
In file included from ./stanExports_rw1_model_naive.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/filtered_values.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/src/stan/callbacks/writer.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast.hpp:33:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast/try_lexical_convert.hpp:31:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast/detail/converter_lexical.hpp:47:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/container/container_fwd.hpp:65:
/data/localhost/ripley/R/test-clang/BH/include/boost/container/detail/std_fwd.hpp:29:1: warning: unused attribute '__exclude_from_explicit_instantiation__' in '#pragma clang attribute push' region [-Wpragma-clang-attribute]
29 | BOOST_MOVE_STD_NS_BEG
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:21:34: note: expanded from macro 'BOOST_MOVE_STD_NS_BEG'
21 | #define BOOST_MOVE_STD_NS_BEG _LIBCPP_BEGIN_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:74:39: note: expanded from macro '_LIBCPP_BEGIN_NAMESPACE_STD'
74 | # define _LIBCPP_BEGIN_NAMESPACE_STD _LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD inline namespace _LIBCPP_ABI_NAMESPACE {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:70:40: note: expanded from macro '_LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD'
70 | _LIBCPP_PUSH_EXTENSION_DIAGNOSTICS _LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS namespace _LIBCPP_NAMESPACE_VISIBILITY std {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:51:3: note: expanded from macro '_LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS'
51 | _Pragma(_LIBCPP_TOSTRING(clang attribute _LibcxxExplicitABIAnnotations.push( \
| ^
<scratch space>:41:69: note: expanded from here
41 | clang attribute _LibcxxExplicitABIAnnotations.push( __attribute__((__exclude_from_explicit_instantiation__, __visibility__("hidden"), __abi_tag__("nqe230100"))), apply_to = function)
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/container/detail/std_fwd.hpp:61:1: note: '#pragma clang attribute push' regions ends here
61 | BOOST_MOVE_STD_NS_END
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:22:34: note: expanded from macro 'BOOST_MOVE_STD_NS_END'
22 | #define BOOST_MOVE_STD_NS_END _LIBCPP_END_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:75:39: note: expanded from macro '_LIBCPP_END_NAMESPACE_STD'
75 | # define _LIBCPP_END_NAMESPACE_STD } _LIBCPP_END_UNVERSIONED_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:72:51: note: expanded from macro '_LIBCPP_END_UNVERSIONED_NAMESPACE_STD'
72 | # define _LIBCPP_END_UNVERSIONED_NAMESPACE_STD } _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _LIBCPP_POP_EXTENSION_DIAGNOSTICS
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:57:48: note: expanded from macro '_LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS'
57 | #define _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _Pragma("clang attribute _LibcxxExplicitABIAnnotations.pop")
| ^
<scratch space>:43:8: note: expanded from here
43 | clang attribute _LibcxxExplicitABIAnnotations.pop
| ^
In file included from stanExports_rw1_model_naive.cc:5:
In file included from ./stanExports_rw1_model_naive.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/filtered_values.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/src/stan/callbacks/writer.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast.hpp:33:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast/try_lexical_convert.hpp:31:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast/detail/converter_lexical.hpp:47:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/container/container_fwd.hpp:65:
/data/localhost/ripley/R/test-clang/BH/include/boost/container/detail/std_fwd.hpp:29:1: warning: unused attribute '__visibility__' in '#pragma clang attribute push' region [-Wpragma-clang-attribute]
29 | BOOST_MOVE_STD_NS_BEG
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:21:34: note: expanded from macro 'BOOST_MOVE_STD_NS_BEG'
21 | #define BOOST_MOVE_STD_NS_BEG _LIBCPP_BEGIN_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:74:39: note: expanded from macro '_LIBCPP_BEGIN_NAMESPACE_STD'
74 | # define _LIBCPP_BEGIN_NAMESPACE_STD _LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD inline namespace _LIBCPP_ABI_NAMESPACE {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:70:40: note: expanded from macro '_LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD'
70 | _LIBCPP_PUSH_EXTENSION_DIAGNOSTICS _LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS namespace _LIBCPP_NAMESPACE_VISIBILITY std {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:51:3: note: expanded from macro '_LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS'
51 | _Pragma(_LIBCPP_TOSTRING(clang attribute _LibcxxExplicitABIAnnotations.push( \
| ^
<scratch space>:41:110: note: expanded from here
41 | clang attribute _LibcxxExplicitABIAnnotations.push( __attribute__((__exclude_from_explicit_instantiation__, __visibility__("hidden"), __abi_tag__("nqe230100"))), apply_to = function)
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/container/detail/std_fwd.hpp:61:1: note: '#pragma clang attribute push' regions ends here
61 | BOOST_MOVE_STD_NS_END
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:22:34: note: expanded from macro 'BOOST_MOVE_STD_NS_END'
22 | #define BOOST_MOVE_STD_NS_END _LIBCPP_END_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:75:39: note: expanded from macro '_LIBCPP_END_NAMESPACE_STD'
75 | # define _LIBCPP_END_NAMESPACE_STD } _LIBCPP_END_UNVERSIONED_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:72:51: note: expanded from macro '_LIBCPP_END_UNVERSIONED_NAMESPACE_STD'
72 | # define _LIBCPP_END_UNVERSIONED_NAMESPACE_STD } _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _LIBCPP_POP_EXTENSION_DIAGNOSTICS
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:57:48: note: expanded from macro '_LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS'
57 | #define _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _Pragma("clang attribute _LibcxxExplicitABIAnnotations.pop")
| ^
<scratch space>:43:8: note: expanded from here
43 | clang attribute _LibcxxExplicitABIAnnotations.pop
| ^
In file included from stanExports_rw1_model_naive.cc:5:
In file included from ./stanExports_rw1_model_naive.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/filtered_values.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/src/stan/callbacks/writer.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast.hpp:33:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast/try_lexical_convert.hpp:31:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast/detail/converter_lexical.hpp:47:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/container/container_fwd.hpp:65:
/data/localhost/ripley/R/test-clang/BH/include/boost/container/detail/std_fwd.hpp:29:1: warning: unused attribute '__abi_tag__' in '#pragma clang attribute push' region [-Wpragma-clang-attribute]
29 | BOOST_MOVE_STD_NS_BEG
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:21:34: note: expanded from macro 'BOOST_MOVE_STD_NS_BEG'
21 | #define BOOST_MOVE_STD_NS_BEG _LIBCPP_BEGIN_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:74:39: note: expanded from macro '_LIBCPP_BEGIN_NAMESPACE_STD'
74 | # define _LIBCPP_BEGIN_NAMESPACE_STD _LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD inline namespace _LIBCPP_ABI_NAMESPACE {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:70:40: note: expanded from macro '_LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD'
70 | _LIBCPP_PUSH_EXTENSION_DIAGNOSTICS _LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS namespace _LIBCPP_NAMESPACE_VISIBILITY std {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:51:3: note: expanded from macro '_LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS'
51 | _Pragma(_LIBCPP_TOSTRING(clang attribute _LibcxxExplicitABIAnnotations.push( \
| ^
<scratch space>:41:136: note: expanded from here
41 | clang attribute _LibcxxExplicitABIAnnotations.push( __attribute__((__exclude_from_explicit_instantiation__, __visibility__("hidden"), __abi_tag__("nqe230100"))), apply_to = function)
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/container/detail/std_fwd.hpp:61:1: note: '#pragma clang attribute push' regions ends here
61 | BOOST_MOVE_STD_NS_END
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:22:34: note: expanded from macro 'BOOST_MOVE_STD_NS_END'
22 | #define BOOST_MOVE_STD_NS_END _LIBCPP_END_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:75:39: note: expanded from macro '_LIBCPP_END_NAMESPACE_STD'
75 | # define _LIBCPP_END_NAMESPACE_STD } _LIBCPP_END_UNVERSIONED_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:72:51: note: expanded from macro '_LIBCPP_END_UNVERSIONED_NAMESPACE_STD'
72 | # define _LIBCPP_END_UNVERSIONED_NAMESPACE_STD } _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _LIBCPP_POP_EXTENSION_DIAGNOSTICS
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:57:48: note: expanded from macro '_LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS'
57 | #define _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _Pragma("clang attribute _LibcxxExplicitABIAnnotations.pop")
| ^
<scratch space>:43:8: note: expanded from here
43 | clang attribute _LibcxxExplicitABIAnnotations.pop
| ^
In file included from stanExports_rw1_model_naive.cc:5:
In file included from ./stanExports_rw1_model_naive.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:31:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/RcppEigen.h:25:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/RcppEigenForward.h:31:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/unsupported/Eigen/IterativeSolvers:46:
/data/localhost/ripley/R/test-clang/RcppEigen/include/unsupported/Eigen/src/IterativeSolvers/IDRS.h:72:10: warning: variable 'replacements' set but not used [-Wunused-but-set-variable]
72 | Index replacements = 0;
| ^
In file included from stanExports_rw1_model_naive.cc:5:
In file included from ./stanExports_rw1_model_naive.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:31:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/RcppEigen.h:25:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/RcppEigenForward.h:37:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/unsupported/Eigen/SparseExtra:45:
/data/localhost/ripley/R/test-clang/RcppEigen/include/unsupported/Eigen/src/SparseExtra/MarketIO.h:246:7: warning: variable 'count' set but not used [-Wunused-but-set-variable]
246 | int count = 0;
| ^
In file included from stanExports_rw1_model_naive.cc:5:
In file included from ./stanExports_rw1_model_naive.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:43:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/src/stan/io/dump.hpp:7:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim.hpp:14:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/fun.hpp:35:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/fun/binomial_coefficient_log.hpp:13:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor/partials_propagator.hpp:8:
/data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor/operands_and_partials.hpp:57:1: warning: 'ops_partials_edge' defined as a struct template here but previously declared as a class template; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
57 | struct ops_partials_edge<ViewElt, Op, require_st_arithmetic<Op>> {
| ^
/data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor/operands_and_partials.hpp:45:1: note: did you mean struct here?
45 | class ops_partials_edge;
| ^~~~~
| struct
In file included from stanExports_rw1_model_naive.cc:5:
In file included from ./stanExports_rw1_model_naive.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:43:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/src/stan/io/dump.hpp:7:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim.hpp:15:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor.hpp:16:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint.hpp:25:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:30:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/algebra/default_operations.hpp:26:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/util/unit_helper.hpp:23:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/quantity.hpp:29:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/conversion.hpp:17:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/detail/conversion_impl.hpp:20:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/heterogeneous_system.hpp:34:
/data/localhost/ripley/R/test-clang/BH/include/boost/units/static_rational.hpp:166:10: warning: extension used [-Wlanguage-extension-token]
166 | #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/typeof/typeof.hpp:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
28 | <boost/typeof/incr_registration_group.hpp>
| ^
In file included from stanExports_rw1_model_naive.cc:5:
In file included from ./stanExports_rw1_model_naive.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:43:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/src/stan/io/dump.hpp:7:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim.hpp:15:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor.hpp:16:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint.hpp:25:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:30:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/algebra/default_operations.hpp:26:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/util/unit_helper.hpp:23:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/quantity.hpp:29:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/conversion.hpp:17:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/detail/conversion_impl.hpp:20:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/heterogeneous_system.hpp:35:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/dimension.hpp:21:
/data/localhost/ripley/R/test-clang/BH/include/boost/units/detail/dimension_list.hpp:125:10: warning: extension used [-Wlanguage-extension-token]
125 | #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/typeof/typeof.hpp:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
28 | <boost/typeof/incr_registration_group.hpp>
| ^
In file included from stanExports_rw1_model_naive.cc:5:
In file included from ./stanExports_rw1_model_naive.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:43:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/src/stan/io/dump.hpp:7:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim.hpp:15:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor.hpp:16:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint.hpp:25:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:30:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/algebra/default_operations.hpp:26:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/util/unit_helper.hpp:23:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/quantity.hpp:29:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/conversion.hpp:17:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/detail/conversion_impl.hpp:20:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/heterogeneous_system.hpp:35:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/dimension.hpp:21:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/detail/dimension_list.hpp:131:
/data/localhost/ripley/R/test-clang/BH/include/boost/units/dimensionless_type.hpp:49:10: warning: extension used [-Wlanguage-extension-token]
49 | #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/typeof/typeof.hpp:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
28 | <boost/typeof/incr_registration_group.hpp>
| ^
In file included from stanExports_rw1_model_naive.cc:5:
In file included from ./stanExports_rw1_model_naive.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:43:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/src/stan/io/dump.hpp:7:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim.hpp:15:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor.hpp:16:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint.hpp:25:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:30:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/algebra/default_operations.hpp:26:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/util/unit_helper.hpp:23:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/quantity.hpp:29:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/conversion.hpp:17:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/detail/conversion_impl.hpp:20:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/heterogeneous_system.hpp:39:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/detail/linear_algebra.hpp:20:
/data/localhost/ripley/R/test-clang/BH/include/boost/units/dim.hpp:75:10: warning: extension used [-Wlanguage-extension-token]
75 | #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/typeof/typeof.hpp:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
28 | <boost/typeof/incr_registration_group.hpp>
| ^
In file included from stanExports_rw1_model_naive.cc:5:
In file included from ./stanExports_rw1_model_naive.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:43:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/src/stan/io/dump.hpp:7:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim.hpp:15:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor.hpp:16:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint.hpp:25:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:30:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/algebra/default_operations.hpp:26:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/util/unit_helper.hpp:23:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/quantity.hpp:29:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/conversion.hpp:17:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/detail/conversion_impl.hpp:20:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/heterogeneous_system.hpp:40:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/detail/unscale.hpp:28:
/data/localhost/ripley/R/test-clang/BH/include/boost/units/scale.hpp:139:10: warning: extension used [-Wlanguage-extension-token]
139 | #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/typeof/typeof.hpp:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
28 | <boost/typeof/incr_registration_group.hpp>
| ^
In file included from stanExports_rw1_model_naive.cc:5:
In file included from ./stanExports_rw1_model_naive.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:43:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/src/stan/io/dump.hpp:7:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim.hpp:15:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor.hpp:16:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint.hpp:25:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:30:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/algebra/default_operations.hpp:26:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/util/unit_helper.hpp:23:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/quantity.hpp:29:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/conversion.hpp:17:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/detail/conversion_impl.hpp:20:
/data/localhost/ripley/R/test-clang/BH/include/boost/units/heterogeneous_system.hpp:120:10: warning: extension used [-Wlanguage-extension-token]
120 | #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/typeof/typeof.hpp:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
28 | <boost/typeof/incr_registration_group.hpp>
| ^
In file included from stanExports_rw1_model_naive.cc:5:
In file included from ./stanExports_rw1_model_naive.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:43:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/src/stan/io/dump.hpp:7:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim.hpp:15:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor.hpp:16:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint.hpp:25:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:30:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/algebra/default_operations.hpp:26:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/util/unit_helper.hpp:23:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/quantity.hpp:29:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/conversion.hpp:17:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/detail/conversion_impl.hpp:21:
/data/localhost/ripley/R/test-clang/BH/include/boost/units/homogeneous_system.hpp:99:10: warning: extension used [-Wlanguage-extension-token]
99 | #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/typeof/typeof.hpp:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
28 | <boost/typeof/incr_registration_group.hpp>
| ^
In file included from stanExports_rw1_model_naive.cc:5:
In file included from ./stanExports_rw1_model_naive.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:43:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/src/stan/io/dump.hpp:7:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim.hpp:15:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor.hpp:16:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint.hpp:25:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:30:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/algebra/default_operations.hpp:26:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/util/unit_helper.hpp:23:
/data/localhost/ripley/R/test-clang/BH/include/boost/units/quantity.hpp:495:10: warning: extension used [-Wlanguage-extension-token]
495 | #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/typeof/typeof.hpp:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
28 | <boost/typeof/incr_registration_group.hpp>
| ^
In file included from stanExports_rw1_model_naive.cc:5:
In file included from ./stanExports_rw1_model_naive.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:50:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/src/stan/services/experimental/advi/fullrank.hpp:11:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/src/stan/variational/advi.hpp:13:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/circular_buffer.hpp:57:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/circular_buffer/details.hpp:22:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/move/move.hpp:30:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/move/iterator.hpp:27:
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/iterator_traits.hpp:63:1: warning: unused attribute '__exclude_from_explicit_instantiation__' in '#pragma clang attribute push' region [-Wpragma-clang-attribute]
63 | BOOST_MOVE_STD_NS_BEG
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:21:34: note: expanded from macro 'BOOST_MOVE_STD_NS_BEG'
21 | #define BOOST_MOVE_STD_NS_BEG _LIBCPP_BEGIN_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:74:39: note: expanded from macro '_LIBCPP_BEGIN_NAMESPACE_STD'
74 | # define _LIBCPP_BEGIN_NAMESPACE_STD _LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD inline namespace _LIBCPP_ABI_NAMESPACE {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:70:40: note: expanded from macro '_LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD'
70 | _LIBCPP_PUSH_EXTENSION_DIAGNOSTICS _LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS namespace _LIBCPP_NAMESPACE_VISIBILITY std {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:51:3: note: expanded from macro '_LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS'
51 | _Pragma(_LIBCPP_TOSTRING(clang attribute _LibcxxExplicitABIAnnotations.push( \
| ^
<scratch space>:48:69: note: expanded from here
48 | clang attribute _LibcxxExplicitABIAnnotations.push( __attribute__((__exclude_from_explicit_instantiation__, __visibility__("hidden"), __abi_tag__("nqe230100"))), apply_to = function)
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/iterator_traits.hpp:81:1: note: '#pragma clang attribute push' regions ends here
81 | BOOST_MOVE_STD_NS_END
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:22:34: note: expanded from macro 'BOOST_MOVE_STD_NS_END'
22 | #define BOOST_MOVE_STD_NS_END _LIBCPP_END_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:75:39: note: expanded from macro '_LIBCPP_END_NAMESPACE_STD'
75 | # define _LIBCPP_END_NAMESPACE_STD } _LIBCPP_END_UNVERSIONED_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:72:51: note: expanded from macro '_LIBCPP_END_UNVERSIONED_NAMESPACE_STD'
72 | # define _LIBCPP_END_UNVERSIONED_NAMESPACE_STD } _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _LIBCPP_POP_EXTENSION_DIAGNOSTICS
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:57:48: note: expanded from macro '_LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS'
57 | #define _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _Pragma("clang attribute _LibcxxExplicitABIAnnotations.pop")
| ^
<scratch space>:50:8: note: expanded from here
50 | clang attribute _LibcxxExplicitABIAnnotations.pop
| ^
In file included from stanExports_rw1_model_naive.cc:5:
In file included from ./stanExports_rw1_model_naive.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:50:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/src/stan/services/experimental/advi/fullrank.hpp:11:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/src/stan/variational/advi.hpp:13:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/circular_buffer.hpp:57:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/circular_buffer/details.hpp:22:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/move/move.hpp:30:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/move/iterator.hpp:27:
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/iterator_traits.hpp:63:1: warning: unused attribute '__visibility__' in '#pragma clang attribute push' region [-Wpragma-clang-attribute]
63 | BOOST_MOVE_STD_NS_BEG
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:21:34: note: expanded from macro 'BOOST_MOVE_STD_NS_BEG'
21 | #define BOOST_MOVE_STD_NS_BEG _LIBCPP_BEGIN_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:74:39: note: expanded from macro '_LIBCPP_BEGIN_NAMESPACE_STD'
74 | # define _LIBCPP_BEGIN_NAMESPACE_STD _LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD inline namespace _LIBCPP_ABI_NAMESPACE {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:70:40: note: expanded from macro '_LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD'
70 | _LIBCPP_PUSH_EXTENSION_DIAGNOSTICS _LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS namespace _LIBCPP_NAMESPACE_VISIBILITY std {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:51:3: note: expanded from macro '_LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS'
51 | _Pragma(_LIBCPP_TOSTRING(clang attribute _LibcxxExplicitABIAnnotations.push( \
| ^
<scratch space>:48:110: note: expanded from here
48 | clang attribute _LibcxxExplicitABIAnnotations.push( __attribute__((__exclude_from_explicit_instantiation__, __visibility__("hidden"), __abi_tag__("nqe230100"))), apply_to = function)
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/iterator_traits.hpp:81:1: note: '#pragma clang attribute push' regions ends here
81 | BOOST_MOVE_STD_NS_END
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:22:34: note: expanded from macro 'BOOST_MOVE_STD_NS_END'
22 | #define BOOST_MOVE_STD_NS_END _LIBCPP_END_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:75:39: note: expanded from macro '_LIBCPP_END_NAMESPACE_STD'
75 | # define _LIBCPP_END_NAMESPACE_STD } _LIBCPP_END_UNVERSIONED_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:72:51: note: expanded from macro '_LIBCPP_END_UNVERSIONED_NAMESPACE_STD'
72 | # define _LIBCPP_END_UNVERSIONED_NAMESPACE_STD } _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _LIBCPP_POP_EXTENSION_DIAGNOSTICS
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:57:48: note: expanded from macro '_LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS'
57 | #define _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _Pragma("clang attribute _LibcxxExplicitABIAnnotations.pop")
| ^
<scratch space>:50:8: note: expanded from here
50 | clang attribute _LibcxxExplicitABIAnnotations.pop
| ^
In file included from stanExports_rw1_model_naive.cc:5:
In file included from ./stanExports_rw1_model_naive.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:50:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/src/stan/services/experimental/advi/fullrank.hpp:11:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/src/stan/variational/advi.hpp:13:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/circular_buffer.hpp:57:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/circular_buffer/details.hpp:22:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/move/move.hpp:30:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/move/iterator.hpp:27:
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/iterator_traits.hpp:63:1: warning: unused attribute '__abi_tag__' in '#pragma clang attribute push' region [-Wpragma-clang-attribute]
63 | BOOST_MOVE_STD_NS_BEG
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:21:34: note: expanded from macro 'BOOST_MOVE_STD_NS_BEG'
21 | #define BOOST_MOVE_STD_NS_BEG _LIBCPP_BEGIN_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:74:39: note: expanded from macro '_LIBCPP_BEGIN_NAMESPACE_STD'
74 | # define _LIBCPP_BEGIN_NAMESPACE_STD _LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD inline namespace _LIBCPP_ABI_NAMESPACE {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:70:40: note: expanded from macro '_LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD'
70 | _LIBCPP_PUSH_EXTENSION_DIAGNOSTICS _LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS namespace _LIBCPP_NAMESPACE_VISIBILITY std {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:51:3: note: expanded from macro '_LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS'
51 | _Pragma(_LIBCPP_TOSTRING(clang attribute _LibcxxExplicitABIAnnotations.push( \
| ^
<scratch space>:48:136: note: expanded from here
48 | clang attribute _LibcxxExplicitABIAnnotations.push( __attribute__((__exclude_from_explicit_instantiation__, __visibility__("hidden"), __abi_tag__("nqe230100"))), apply_to = function)
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/iterator_traits.hpp:81:1: note: '#pragma clang attribute push' regions ends here
81 | BOOST_MOVE_STD_NS_END
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:22:34: note: expanded from macro 'BOOST_MOVE_STD_NS_END'
22 | #define BOOST_MOVE_STD_NS_END _LIBCPP_END_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:75:39: note: expanded from macro '_LIBCPP_END_NAMESPACE_STD'
75 | # define _LIBCPP_END_NAMESPACE_STD } _LIBCPP_END_UNVERSIONED_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:72:51: note: expanded from macro '_LIBCPP_END_UNVERSIONED_NAMESPACE_STD'
72 | # define _LIBCPP_END_UNVERSIONED_NAMESPACE_STD } _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _LIBCPP_POP_EXTENSION_DIAGNOSTICS
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:57:48: note: expanded from macro '_LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS'
57 | #define _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _Pragma("clang attribute _LibcxxExplicitABIAnnotations.pop")
| ^
<scratch space>:50:8: note: expanded from here
50 | clang attribute _LibcxxExplicitABIAnnotations.pop
| ^
In file included from stanExports_rw1_model_naive.cc:5:
In file included from ./stanExports_rw1_model_naive.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:4:
/data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:1252:9: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
1252 | int ret = stan::services::error_codes::CONFIG;
| ^
In file included from stanExports_rw1_model_naive.cc:5:
./stanExports_rw1_model_naive.h:541:11: warning: variable 'pos__' set but not used [-Wunused-but-set-variable]
541 | int pos__ = std::numeric_limits<int>::min();
| ^
In file included from stanExports_rw1_model_naive.cc:5:
In file included from ./stanExports_rw1_model_naive.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:3:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:22:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:3:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Cholesky:32:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Cholesky/LLT.h:240:14: warning: unused function template 'llt_rank_update_lower' [-Wunused-template]
240 | static Index llt_rank_update_lower(MatrixType& mat, const VectorType& vec, const typename MatrixType::RealScalar& sigma)
| ^~~~~~~~~~~~~~~~~~~~~
In file included from stanExports_rw1_model_naive.cc:5:
In file included from ./stanExports_rw1_model_naive.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:3:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:23:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Sparse:26:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/SparseCore:55:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/SparseCore/ConservativeSparseSparseProduct.h:18:13: warning: unused function template 'conservative_sparse_sparse_product_impl' [-Wunused-template]
18 | static void conservative_sparse_sparse_product_impl(const Lhs& lhs, const Rhs& rhs, ResultType& res, bool sortedInsertion = false)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/SparseCore/ConservativeSparseSparseProduct.h:270:13: warning: unused function template 'sparse_sparse_to_dense_product_impl' [-Wunused-template]
270 | static void sparse_sparse_to_dense_product_impl(const Lhs& lhs, const Rhs& rhs, ResultType& res)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from stanExports_rw1_model_naive.cc:5:
In file included from ./stanExports_rw1_model_naive.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:3:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:23:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Sparse:26:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/SparseCore:56:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/SparseCore/SparseSparseProductWithPruning.h:20:13: warning: unused function template 'sparse_sparse_product_with_pruning_impl' [-Wunused-template]
20 | static void sparse_sparse_product_with_pruning_impl(const Lhs& lhs, const Rhs& rhs, ResultType& res, const typename ResultType::RealScalar& tolerance)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from stanExports_rw1_model_naive.cc:5:
In file included from ./stanExports_rw1_model_naive.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:3:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:23:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Sparse:27:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/OrderingMethods:66:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/OrderingMethods/Amd.h:35:21: warning: unused function template 'cs_wclear' [-Wunused-template]
35 | static StorageIndex cs_wclear (StorageIndex mark, StorageIndex lemax, StorageIndex *w, StorageIndex n)
| ^~~~~~~~~
In file included from stanExports_rw1_model_naive.cc:5:
In file included from ./stanExports_rw1_model_naive.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:3:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:23:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Sparse:27:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/OrderingMethods:67:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/OrderingMethods/Ordering.h:16:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/OrderingMethods/Eigen_Colamd.h:501:18: warning: unused function template 'init_rows_cols' [-Wunused-template]
501 | static IndexType init_rows_cols /* returns true if OK, or false otherwise */
| ^~~~~~~~~~~~~~
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/OrderingMethods/Eigen_Colamd.h:717:13: warning: unused function template 'init_scoring' [-Wunused-template]
717 | static void init_scoring
| ^~~~~~~~~~~~
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/OrderingMethods/Eigen_Colamd.h:954:18: warning: unused function template 'find_ordering' [-Wunused-template]
954 | static IndexType find_ordering /* return the number of garbage collections */
| ^~~~~~~~~~~~~
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/OrderingMethods/Eigen_Colamd.h:1566:13: warning: unused function template 'detect_super_cols' [-Wunused-template]
1566 | static void detect_super_cols
| ^~~~~~~~~~~~~~~~~
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/OrderingMethods/Eigen_Colamd.h:1717:18: warning: unused function template 'garbage_collection' [-Wunused-template]
1717 | static IndexType garbage_collection /* returns the new value of pfree */
| ^~~~~~~~~~~~~~~~~~
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/OrderingMethods/Eigen_Colamd.h:342:13: warning: unused function template 'compute_ordering' [-Wunused-template]
342 | static bool compute_ordering(IndexType n_row, IndexType n_col, IndexType Alen, IndexType *A, IndexType *p, double knobs[NKnobs], IndexType stats[NStats])
| ^~~~~~~~~~~~~~~~
In file included from stanExports_rw1_model_naive.cc:5:
In file included from ./stanExports_rw1_model_naive.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:43:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/src/stan/io/dump.hpp:7:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim.hpp:10:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/core.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/core/init_threadpool_tbb.hpp:18:
In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/task_arena.h:17:
In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/../oneapi/tbb/task_arena.h:27:
/data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/../oneapi/tbb/detail/_task.h:89:13: warning: unused function template 'suspend_callback' [-Wunused-template]
89 | static void suspend_callback(void* user_callback, suspend_point sp) {
| ^~~~~~~~~~~~~~~~
In file included from stanExports_rw1_model_naive.cc:5:
In file included from ./stanExports_rw1_model_naive.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:43:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/src/stan/io/dump.hpp:7:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim.hpp:15:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor.hpp:16:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint.hpp:25:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:23:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/ublas/vector.hpp:21:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/ublas/storage.hpp:27:
/data/localhost/ripley/R/test-clang/BH/include/boost/numeric/ublas/traits.hpp:45:3: warning: unused function template 'boost_numeric_ublas_sqrt' [-Wunused-template]
45 | boost_numeric_ublas_sqrt (const T& t) {
| ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from stanExports_rw1_model_naive.cc:5:
In file included from ./stanExports_rw1_model_naive.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:43:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/src/stan/io/dump.hpp:7:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim.hpp:15:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor.hpp:30:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor/reduce_sum.hpp:9:
In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/parallel_reduce.h:17:
In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/../oneapi/tbb/parallel_reduce.h:27:
/data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/../oneapi/tbb/task_group.h:130:15: warning: unused function template 'task_ptr_or_nullptr' [-Wunused-template]
130 | d1::task* task_ptr_or_nullptr(F&& f){
| ^~~~~~~~~~~~~~~~~~~
In file included from stanExports_rw1_model_naive.cc:5:
In file included from ./stanExports_rw1_model_naive.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:4:
/data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:260:6: warning: unused function template 'get_indices_col2row' [-Wunused-template]
260 | void get_indices_col2row(const std::vector<T>& dim, std::vector<T2>& midx,
| ^~~~~~~~~~~~~~~~~~~
/data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:296:6: warning: unused function template 'get_all_indices_col2row' [-Wunused-template]
296 | void get_all_indices_col2row(const std::vector<std::vector<T> >& dims,
| ^~~~~~~~~~~~~~~~~~~~~~~
/data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:317:6: warning: unused function template 'print_vector' [-Wunused-template]
317 | void print_vector(const std::vector<T>& v, std::ostream& o,
| ^~~~~~~~~~~~
/data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:328:6: warning: unused function template 'print_vector' [-Wunused-template]
328 | void print_vector(const std::vector<T>& v, std::ostream& o,
| ^~~~~~~~~~~~
42 warnings generated.
/usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I"../inst/include" -I"/data/localhost/ripley/R/test-clang/StanHeaders/include/src" -DBOOST_DISABLE_ASSERTS -DEIGEN_NO_DEBUG -DBOOST_MATH_OVERFLOW_ERROR_POLICY=errno_on_error -DUSE_STANC3 -D_HAS_AUTO_PTR_ETC=0 -I'/data/localhost/ripley/R/test-clang/BH/include' -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -I'/data/localhost/ripley/R/test-clang/RcppArmadillo/include' -I'/data/localhost/ripley/R/test-clang/RcppEigen/include' -I'/data/localhost/ripley/R/test-clang/RcppParallel/include' -I'/data/localhost/ripley/R/test-clang/rstan/include' -I'/data/localhost/ripley/R/test-clang/StanHeaders/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DRCPP_PARALLEL_USE_TBB=1 -DTBB_INTERFACE_NEW -I/data/localhost/ripley/R/test-clang/RcppParallel/include -I'/data/localhost/ripley/R/test-clang/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -DTBB_INTERFACE_NEW -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -D_LIBCPP_KEEP_TRANSITIVE_INCLUDES_LLVM23 -c stanExports_walker_glm.cc -o stanExports_walker_glm.o
In file included from stanExports_walker_glm.cc:5:
In file included from ./stanExports_walker_glm.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:3:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:23:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Sparse:26:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/SparseCore:61:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/SparseCore/TriangularSolver.h:273:13: warning: variable 'count' set but not used [-Wunused-but-set-variable]
273 | Index count = 0;
| ^
In file included from stanExports_walker_glm.cc:5:
In file included from ./stanExports_walker_glm.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:3:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:23:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Sparse:29:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/SparseLU:35:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:78:9: warning: variable 'nsuper_et_post' set but not used [-Wunused-but-set-variable]
78 | Index nsuper_et_post = 0; // Number of relaxed snodes in postordered etree
| ^
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:79:9: warning: variable 'nsuper_et' set but not used [-Wunused-but-set-variable]
79 | Index nsuper_et = 0; // Number of relaxed snodes in the original etree
| ^
In file included from stanExports_walker_glm.cc:5:
In file included from ./stanExports_walker_glm.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:21:
/data/localhost/ripley/R/test-clang/rstan/include/rstan/io/r_ostream.hpp:47:31: warning: 'rstan::io::r_cout_streambuf::xsputn' hides overloaded virtual function [-Woverloaded-virtual]
47 | virtual std::streamsize xsputn(const char_type* s, int n) {
| ^
/usr/local/clang23/bin/../include/c++/v1/streambuf:381:22: note: hidden overloaded virtual function 'std::basic_streambuf<char>::xsputn' declared here: type mismatch at 2nd parameter ('streamsize' (aka 'long') vs 'int')
381 | virtual streamsize xsputn(const char_type* __s, streamsize __n) {
| ^
In file included from stanExports_walker_glm.cc:5:
In file included from ./stanExports_walker_glm.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:21:
/data/localhost/ripley/R/test-clang/rstan/include/rstan/io/r_ostream.hpp:70:31: warning: 'rstan::io::r_cerr_streambuf::xsputn' hides overloaded virtual function [-Woverloaded-virtual]
70 | virtual std::streamsize xsputn(const char_type* s, int n) {
| ^
/usr/local/clang23/bin/../include/c++/v1/streambuf:381:22: note: hidden overloaded virtual function 'std::basic_streambuf<char>::xsputn' declared here: type mismatch at 2nd parameter ('streamsize' (aka 'long') vs 'int')
381 | virtual streamsize xsputn(const char_type* __s, streamsize __n) {
| ^
In file included from stanExports_walker_glm.cc:5:
In file included from ./stanExports_walker_glm.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/filtered_values.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/src/stan/callbacks/writer.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast.hpp:33:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast/try_lexical_convert.hpp:31:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast/detail/converter_lexical.hpp:47:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/container/container_fwd.hpp:65:
/data/localhost/ripley/R/test-clang/BH/include/boost/container/detail/std_fwd.hpp:29:1: warning: unused attribute '__exclude_from_explicit_instantiation__' in '#pragma clang attribute push' region [-Wpragma-clang-attribute]
29 | BOOST_MOVE_STD_NS_BEG
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:21:34: note: expanded from macro 'BOOST_MOVE_STD_NS_BEG'
21 | #define BOOST_MOVE_STD_NS_BEG _LIBCPP_BEGIN_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:74:39: note: expanded from macro '_LIBCPP_BEGIN_NAMESPACE_STD'
74 | # define _LIBCPP_BEGIN_NAMESPACE_STD _LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD inline namespace _LIBCPP_ABI_NAMESPACE {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:70:40: note: expanded from macro '_LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD'
70 | _LIBCPP_PUSH_EXTENSION_DIAGNOSTICS _LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS namespace _LIBCPP_NAMESPACE_VISIBILITY std {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:51:3: note: expanded from macro '_LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS'
51 | _Pragma(_LIBCPP_TOSTRING(clang attribute _LibcxxExplicitABIAnnotations.push( \
| ^
<scratch space>:41:69: note: expanded from here
41 | clang attribute _LibcxxExplicitABIAnnotations.push( __attribute__((__exclude_from_explicit_instantiation__, __visibility__("hidden"), __abi_tag__("nqe230100"))), apply_to = function)
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/container/detail/std_fwd.hpp:61:1: note: '#pragma clang attribute push' regions ends here
61 | BOOST_MOVE_STD_NS_END
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:22:34: note: expanded from macro 'BOOST_MOVE_STD_NS_END'
22 | #define BOOST_MOVE_STD_NS_END _LIBCPP_END_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:75:39: note: expanded from macro '_LIBCPP_END_NAMESPACE_STD'
75 | # define _LIBCPP_END_NAMESPACE_STD } _LIBCPP_END_UNVERSIONED_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:72:51: note: expanded from macro '_LIBCPP_END_UNVERSIONED_NAMESPACE_STD'
72 | # define _LIBCPP_END_UNVERSIONED_NAMESPACE_STD } _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _LIBCPP_POP_EXTENSION_DIAGNOSTICS
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:57:48: note: expanded from macro '_LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS'
57 | #define _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _Pragma("clang attribute _LibcxxExplicitABIAnnotations.pop")
| ^
<scratch space>:43:8: note: expanded from here
43 | clang attribute _LibcxxExplicitABIAnnotations.pop
| ^
In file included from stanExports_walker_glm.cc:5:
In file included from ./stanExports_walker_glm.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/filtered_values.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/src/stan/callbacks/writer.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast.hpp:33:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast/try_lexical_convert.hpp:31:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast/detail/converter_lexical.hpp:47:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/container/container_fwd.hpp:65:
/data/localhost/ripley/R/test-clang/BH/include/boost/container/detail/std_fwd.hpp:29:1: warning: unused attribute '__visibility__' in '#pragma clang attribute push' region [-Wpragma-clang-attribute]
29 | BOOST_MOVE_STD_NS_BEG
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:21:34: note: expanded from macro 'BOOST_MOVE_STD_NS_BEG'
21 | #define BOOST_MOVE_STD_NS_BEG _LIBCPP_BEGIN_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:74:39: note: expanded from macro '_LIBCPP_BEGIN_NAMESPACE_STD'
74 | # define _LIBCPP_BEGIN_NAMESPACE_STD _LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD inline namespace _LIBCPP_ABI_NAMESPACE {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:70:40: note: expanded from macro '_LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD'
70 | _LIBCPP_PUSH_EXTENSION_DIAGNOSTICS _LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS namespace _LIBCPP_NAMESPACE_VISIBILITY std {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:51:3: note: expanded from macro '_LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS'
51 | _Pragma(_LIBCPP_TOSTRING(clang attribute _LibcxxExplicitABIAnnotations.push( \
| ^
<scratch space>:41:110: note: expanded from here
41 | clang attribute _LibcxxExplicitABIAnnotations.push( __attribute__((__exclude_from_explicit_instantiation__, __visibility__("hidden"), __abi_tag__("nqe230100"))), apply_to = function)
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/container/detail/std_fwd.hpp:61:1: note: '#pragma clang attribute push' regions ends here
61 | BOOST_MOVE_STD_NS_END
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:22:34: note: expanded from macro 'BOOST_MOVE_STD_NS_END'
22 | #define BOOST_MOVE_STD_NS_END _LIBCPP_END_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:75:39: note: expanded from macro '_LIBCPP_END_NAMESPACE_STD'
75 | # define _LIBCPP_END_NAMESPACE_STD } _LIBCPP_END_UNVERSIONED_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:72:51: note: expanded from macro '_LIBCPP_END_UNVERSIONED_NAMESPACE_STD'
72 | # define _LIBCPP_END_UNVERSIONED_NAMESPACE_STD } _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _LIBCPP_POP_EXTENSION_DIAGNOSTICS
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:57:48: note: expanded from macro '_LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS'
57 | #define _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _Pragma("clang attribute _LibcxxExplicitABIAnnotations.pop")
| ^
<scratch space>:43:8: note: expanded from here
43 | clang attribute _LibcxxExplicitABIAnnotations.pop
| ^
In file included from stanExports_walker_glm.cc:5:
In file included from ./stanExports_walker_glm.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/filtered_values.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/src/stan/callbacks/writer.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast.hpp:33:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast/try_lexical_convert.hpp:31:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast/detail/converter_lexical.hpp:47:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/container/container_fwd.hpp:65:
/data/localhost/ripley/R/test-clang/BH/include/boost/container/detail/std_fwd.hpp:29:1: warning: unused attribute '__abi_tag__' in '#pragma clang attribute push' region [-Wpragma-clang-attribute]
29 | BOOST_MOVE_STD_NS_BEG
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:21:34: note: expanded from macro 'BOOST_MOVE_STD_NS_BEG'
21 | #define BOOST_MOVE_STD_NS_BEG _LIBCPP_BEGIN_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:74:39: note: expanded from macro '_LIBCPP_BEGIN_NAMESPACE_STD'
74 | # define _LIBCPP_BEGIN_NAMESPACE_STD _LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD inline namespace _LIBCPP_ABI_NAMESPACE {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:70:40: note: expanded from macro '_LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD'
70 | _LIBCPP_PUSH_EXTENSION_DIAGNOSTICS _LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS namespace _LIBCPP_NAMESPACE_VISIBILITY std {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:51:3: note: expanded from macro '_LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS'
51 | _Pragma(_LIBCPP_TOSTRING(clang attribute _LibcxxExplicitABIAnnotations.push( \
| ^
<scratch space>:41:136: note: expanded from here
41 | clang attribute _LibcxxExplicitABIAnnotations.push( __attribute__((__exclude_from_explicit_instantiation__, __visibility__("hidden"), __abi_tag__("nqe230100"))), apply_to = function)
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/container/detail/std_fwd.hpp:61:1: note: '#pragma clang attribute push' regions ends here
61 | BOOST_MOVE_STD_NS_END
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:22:34: note: expanded from macro 'BOOST_MOVE_STD_NS_END'
22 | #define BOOST_MOVE_STD_NS_END _LIBCPP_END_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:75:39: note: expanded from macro '_LIBCPP_END_NAMESPACE_STD'
75 | # define _LIBCPP_END_NAMESPACE_STD } _LIBCPP_END_UNVERSIONED_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:72:51: note: expanded from macro '_LIBCPP_END_UNVERSIONED_NAMESPACE_STD'
72 | # define _LIBCPP_END_UNVERSIONED_NAMESPACE_STD } _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _LIBCPP_POP_EXTENSION_DIAGNOSTICS
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:57:48: note: expanded from macro '_LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS'
57 | #define _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _Pragma("clang attribute _LibcxxExplicitABIAnnotations.pop")
| ^
<scratch space>:43:8: note: expanded from here
43 | clang attribute _LibcxxExplicitABIAnnotations.pop
| ^
In file included from stanExports_walker_glm.cc:5:
In file included from ./stanExports_walker_glm.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:31:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/RcppEigen.h:25:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/RcppEigenForward.h:31:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/unsupported/Eigen/IterativeSolvers:46:
/data/localhost/ripley/R/test-clang/RcppEigen/include/unsupported/Eigen/src/IterativeSolvers/IDRS.h:72:10: warning: variable 'replacements' set but not used [-Wunused-but-set-variable]
72 | Index replacements = 0;
| ^
In file included from stanExports_walker_glm.cc:5:
In file included from ./stanExports_walker_glm.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:31:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/RcppEigen.h:25:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/RcppEigenForward.h:37:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/unsupported/Eigen/SparseExtra:45:
/data/localhost/ripley/R/test-clang/RcppEigen/include/unsupported/Eigen/src/SparseExtra/MarketIO.h:246:7: warning: variable 'count' set but not used [-Wunused-but-set-variable]
246 | int count = 0;
| ^
In file included from stanExports_walker_glm.cc:5:
In file included from ./stanExports_walker_glm.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:43:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/src/stan/io/dump.hpp:7:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim.hpp:14:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/fun.hpp:35:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/fun/binomial_coefficient_log.hpp:13:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor/partials_propagator.hpp:8:
/data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor/operands_and_partials.hpp:57:1: warning: 'ops_partials_edge' defined as a struct template here but previously declared as a class template; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
57 | struct ops_partials_edge<ViewElt, Op, require_st_arithmetic<Op>> {
| ^
/data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor/operands_and_partials.hpp:45:1: note: did you mean struct here?
45 | class ops_partials_edge;
| ^~~~~
| struct
In file included from stanExports_walker_glm.cc:5:
In file included from ./stanExports_walker_glm.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:43:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/src/stan/io/dump.hpp:7:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim.hpp:15:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor.hpp:16:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint.hpp:25:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:30:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/algebra/default_operations.hpp:26:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/util/unit_helper.hpp:23:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/quantity.hpp:29:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/conversion.hpp:17:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/detail/conversion_impl.hpp:20:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/heterogeneous_system.hpp:34:
/data/localhost/ripley/R/test-clang/BH/include/boost/units/static_rational.hpp:166:10: warning: extension used [-Wlanguage-extension-token]
166 | #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/typeof/typeof.hpp:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
28 | <boost/typeof/incr_registration_group.hpp>
| ^
In file included from stanExports_walker_glm.cc:5:
In file included from ./stanExports_walker_glm.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:43:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/src/stan/io/dump.hpp:7:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim.hpp:15:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor.hpp:16:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint.hpp:25:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:30:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/algebra/default_operations.hpp:26:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/util/unit_helper.hpp:23:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/quantity.hpp:29:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/conversion.hpp:17:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/detail/conversion_impl.hpp:20:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/heterogeneous_system.hpp:35:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/dimension.hpp:21:
/data/localhost/ripley/R/test-clang/BH/include/boost/units/detail/dimension_list.hpp:125:10: warning: extension used [-Wlanguage-extension-token]
125 | #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/typeof/typeof.hpp:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
28 | <boost/typeof/incr_registration_group.hpp>
| ^
In file included from stanExports_walker_glm.cc:5:
In file included from ./stanExports_walker_glm.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:43:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/src/stan/io/dump.hpp:7:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim.hpp:15:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor.hpp:16:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint.hpp:25:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:30:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/algebra/default_operations.hpp:26:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/util/unit_helper.hpp:23:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/quantity.hpp:29:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/conversion.hpp:17:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/detail/conversion_impl.hpp:20:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/heterogeneous_system.hpp:35:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/dimension.hpp:21:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/detail/dimension_list.hpp:131:
/data/localhost/ripley/R/test-clang/BH/include/boost/units/dimensionless_type.hpp:49:10: warning: extension used [-Wlanguage-extension-token]
49 | #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/typeof/typeof.hpp:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
28 | <boost/typeof/incr_registration_group.hpp>
| ^
In file included from stanExports_walker_glm.cc:5:
In file included from ./stanExports_walker_glm.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:43:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/src/stan/io/dump.hpp:7:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim.hpp:15:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor.hpp:16:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint.hpp:25:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:30:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/algebra/default_operations.hpp:26:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/util/unit_helper.hpp:23:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/quantity.hpp:29:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/conversion.hpp:17:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/detail/conversion_impl.hpp:20:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/heterogeneous_system.hpp:39:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/detail/linear_algebra.hpp:20:
/data/localhost/ripley/R/test-clang/BH/include/boost/units/dim.hpp:75:10: warning: extension used [-Wlanguage-extension-token]
75 | #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/typeof/typeof.hpp:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
28 | <boost/typeof/incr_registration_group.hpp>
| ^
In file included from stanExports_walker_glm.cc:5:
In file included from ./stanExports_walker_glm.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:43:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/src/stan/io/dump.hpp:7:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim.hpp:15:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor.hpp:16:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint.hpp:25:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:30:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/algebra/default_operations.hpp:26:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/util/unit_helper.hpp:23:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/quantity.hpp:29:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/conversion.hpp:17:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/detail/conversion_impl.hpp:20:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/heterogeneous_system.hpp:40:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/detail/unscale.hpp:28:
/data/localhost/ripley/R/test-clang/BH/include/boost/units/scale.hpp:139:10: warning: extension used [-Wlanguage-extension-token]
139 | #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/typeof/typeof.hpp:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
28 | <boost/typeof/incr_registration_group.hpp>
| ^
In file included from stanExports_walker_glm.cc:5:
In file included from ./stanExports_walker_glm.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:43:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/src/stan/io/dump.hpp:7:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim.hpp:15:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor.hpp:16:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint.hpp:25:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:30:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/algebra/default_operations.hpp:26:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/util/unit_helper.hpp:23:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/quantity.hpp:29:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/conversion.hpp:17:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/detail/conversion_impl.hpp:20:
/data/localhost/ripley/R/test-clang/BH/include/boost/units/heterogeneous_system.hpp:120:10: warning: extension used [-Wlanguage-extension-token]
120 | #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/typeof/typeof.hpp:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
28 | <boost/typeof/incr_registration_group.hpp>
| ^
In file included from stanExports_walker_glm.cc:5:
In file included from ./stanExports_walker_glm.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:43:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/src/stan/io/dump.hpp:7:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim.hpp:15:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor.hpp:16:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint.hpp:25:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:30:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/algebra/default_operations.hpp:26:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/util/unit_helper.hpp:23:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/quantity.hpp:29:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/conversion.hpp:17:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/detail/conversion_impl.hpp:21:
/data/localhost/ripley/R/test-clang/BH/include/boost/units/homogeneous_system.hpp:99:10: warning: extension used [-Wlanguage-extension-token]
99 | #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/typeof/typeof.hpp:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
28 | <boost/typeof/incr_registration_group.hpp>
| ^
In file included from stanExports_walker_glm.cc:5:
In file included from ./stanExports_walker_glm.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:43:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/src/stan/io/dump.hpp:7:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim.hpp:15:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor.hpp:16:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint.hpp:25:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:30:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/algebra/default_operations.hpp:26:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/util/unit_helper.hpp:23:
/data/localhost/ripley/R/test-clang/BH/include/boost/units/quantity.hpp:495:10: warning: extension used [-Wlanguage-extension-token]
495 | #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/typeof/typeof.hpp:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
28 | <boost/typeof/incr_registration_group.hpp>
| ^
In file included from stanExports_walker_glm.cc:5:
In file included from ./stanExports_walker_glm.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:50:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/src/stan/services/experimental/advi/fullrank.hpp:11:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/src/stan/variational/advi.hpp:13:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/circular_buffer.hpp:57:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/circular_buffer/details.hpp:22:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/move/move.hpp:30:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/move/iterator.hpp:27:
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/iterator_traits.hpp:63:1: warning: unused attribute '__exclude_from_explicit_instantiation__' in '#pragma clang attribute push' region [-Wpragma-clang-attribute]
63 | BOOST_MOVE_STD_NS_BEG
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:21:34: note: expanded from macro 'BOOST_MOVE_STD_NS_BEG'
21 | #define BOOST_MOVE_STD_NS_BEG _LIBCPP_BEGIN_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:74:39: note: expanded from macro '_LIBCPP_BEGIN_NAMESPACE_STD'
74 | # define _LIBCPP_BEGIN_NAMESPACE_STD _LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD inline namespace _LIBCPP_ABI_NAMESPACE {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:70:40: note: expanded from macro '_LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD'
70 | _LIBCPP_PUSH_EXTENSION_DIAGNOSTICS _LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS namespace _LIBCPP_NAMESPACE_VISIBILITY std {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:51:3: note: expanded from macro '_LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS'
51 | _Pragma(_LIBCPP_TOSTRING(clang attribute _LibcxxExplicitABIAnnotations.push( \
| ^
<scratch space>:48:69: note: expanded from here
48 | clang attribute _LibcxxExplicitABIAnnotations.push( __attribute__((__exclude_from_explicit_instantiation__, __visibility__("hidden"), __abi_tag__("nqe230100"))), apply_to = function)
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/iterator_traits.hpp:81:1: note: '#pragma clang attribute push' regions ends here
81 | BOOST_MOVE_STD_NS_END
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:22:34: note: expanded from macro 'BOOST_MOVE_STD_NS_END'
22 | #define BOOST_MOVE_STD_NS_END _LIBCPP_END_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:75:39: note: expanded from macro '_LIBCPP_END_NAMESPACE_STD'
75 | # define _LIBCPP_END_NAMESPACE_STD } _LIBCPP_END_UNVERSIONED_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:72:51: note: expanded from macro '_LIBCPP_END_UNVERSIONED_NAMESPACE_STD'
72 | # define _LIBCPP_END_UNVERSIONED_NAMESPACE_STD } _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _LIBCPP_POP_EXTENSION_DIAGNOSTICS
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:57:48: note: expanded from macro '_LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS'
57 | #define _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _Pragma("clang attribute _LibcxxExplicitABIAnnotations.pop")
| ^
<scratch space>:50:8: note: expanded from here
50 | clang attribute _LibcxxExplicitABIAnnotations.pop
| ^
In file included from stanExports_walker_glm.cc:5:
In file included from ./stanExports_walker_glm.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:50:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/src/stan/services/experimental/advi/fullrank.hpp:11:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/src/stan/variational/advi.hpp:13:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/circular_buffer.hpp:57:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/circular_buffer/details.hpp:22:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/move/move.hpp:30:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/move/iterator.hpp:27:
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/iterator_traits.hpp:63:1: warning: unused attribute '__visibility__' in '#pragma clang attribute push' region [-Wpragma-clang-attribute]
63 | BOOST_MOVE_STD_NS_BEG
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:21:34: note: expanded from macro 'BOOST_MOVE_STD_NS_BEG'
21 | #define BOOST_MOVE_STD_NS_BEG _LIBCPP_BEGIN_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:74:39: note: expanded from macro '_LIBCPP_BEGIN_NAMESPACE_STD'
74 | # define _LIBCPP_BEGIN_NAMESPACE_STD _LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD inline namespace _LIBCPP_ABI_NAMESPACE {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:70:40: note: expanded from macro '_LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD'
70 | _LIBCPP_PUSH_EXTENSION_DIAGNOSTICS _LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS namespace _LIBCPP_NAMESPACE_VISIBILITY std {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:51:3: note: expanded from macro '_LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS'
51 | _Pragma(_LIBCPP_TOSTRING(clang attribute _LibcxxExplicitABIAnnotations.push( \
| ^
<scratch space>:48:110: note: expanded from here
48 | clang attribute _LibcxxExplicitABIAnnotations.push( __attribute__((__exclude_from_explicit_instantiation__, __visibility__("hidden"), __abi_tag__("nqe230100"))), apply_to = function)
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/iterator_traits.hpp:81:1: note: '#pragma clang attribute push' regions ends here
81 | BOOST_MOVE_STD_NS_END
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:22:34: note: expanded from macro 'BOOST_MOVE_STD_NS_END'
22 | #define BOOST_MOVE_STD_NS_END _LIBCPP_END_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:75:39: note: expanded from macro '_LIBCPP_END_NAMESPACE_STD'
75 | # define _LIBCPP_END_NAMESPACE_STD } _LIBCPP_END_UNVERSIONED_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:72:51: note: expanded from macro '_LIBCPP_END_UNVERSIONED_NAMESPACE_STD'
72 | # define _LIBCPP_END_UNVERSIONED_NAMESPACE_STD } _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _LIBCPP_POP_EXTENSION_DIAGNOSTICS
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:57:48: note: expanded from macro '_LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS'
57 | #define _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _Pragma("clang attribute _LibcxxExplicitABIAnnotations.pop")
| ^
<scratch space>:50:8: note: expanded from here
50 | clang attribute _LibcxxExplicitABIAnnotations.pop
| ^
In file included from stanExports_walker_glm.cc:5:
In file included from ./stanExports_walker_glm.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:50:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/src/stan/services/experimental/advi/fullrank.hpp:11:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/src/stan/variational/advi.hpp:13:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/circular_buffer.hpp:57:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/circular_buffer/details.hpp:22:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/move/move.hpp:30:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/move/iterator.hpp:27:
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/iterator_traits.hpp:63:1: warning: unused attribute '__abi_tag__' in '#pragma clang attribute push' region [-Wpragma-clang-attribute]
63 | BOOST_MOVE_STD_NS_BEG
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:21:34: note: expanded from macro 'BOOST_MOVE_STD_NS_BEG'
21 | #define BOOST_MOVE_STD_NS_BEG _LIBCPP_BEGIN_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:74:39: note: expanded from macro '_LIBCPP_BEGIN_NAMESPACE_STD'
74 | # define _LIBCPP_BEGIN_NAMESPACE_STD _LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD inline namespace _LIBCPP_ABI_NAMESPACE {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:70:40: note: expanded from macro '_LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD'
70 | _LIBCPP_PUSH_EXTENSION_DIAGNOSTICS _LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS namespace _LIBCPP_NAMESPACE_VISIBILITY std {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:51:3: note: expanded from macro '_LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS'
51 | _Pragma(_LIBCPP_TOSTRING(clang attribute _LibcxxExplicitABIAnnotations.push( \
| ^
<scratch space>:48:136: note: expanded from here
48 | clang attribute _LibcxxExplicitABIAnnotations.push( __attribute__((__exclude_from_explicit_instantiation__, __visibility__("hidden"), __abi_tag__("nqe230100"))), apply_to = function)
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/iterator_traits.hpp:81:1: note: '#pragma clang attribute push' regions ends here
81 | BOOST_MOVE_STD_NS_END
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:22:34: note: expanded from macro 'BOOST_MOVE_STD_NS_END'
22 | #define BOOST_MOVE_STD_NS_END _LIBCPP_END_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:75:39: note: expanded from macro '_LIBCPP_END_NAMESPACE_STD'
75 | # define _LIBCPP_END_NAMESPACE_STD } _LIBCPP_END_UNVERSIONED_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:72:51: note: expanded from macro '_LIBCPP_END_UNVERSIONED_NAMESPACE_STD'
72 | # define _LIBCPP_END_UNVERSIONED_NAMESPACE_STD } _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _LIBCPP_POP_EXTENSION_DIAGNOSTICS
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:57:48: note: expanded from macro '_LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS'
57 | #define _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _Pragma("clang attribute _LibcxxExplicitABIAnnotations.pop")
| ^
<scratch space>:50:8: note: expanded from here
50 | clang attribute _LibcxxExplicitABIAnnotations.pop
| ^
In file included from stanExports_walker_glm.cc:5:
In file included from ./stanExports_walker_glm.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:4:
/data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:1252:9: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
1252 | int ret = stan::services::error_codes::CONFIG;
| ^
In file included from stanExports_walker_glm.cc:5:
./stanExports_walker_glm.h:2328:11: warning: variable 'pos__' set but not used [-Wunused-but-set-variable]
2328 | int pos__ = std::numeric_limits<int>::min();
| ^
In file included from stanExports_walker_glm.cc:5:
In file included from ./stanExports_walker_glm.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:3:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:22:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:3:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Cholesky:32:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Cholesky/LLT.h:240:14: warning: unused function template 'llt_rank_update_lower' [-Wunused-template]
240 | static Index llt_rank_update_lower(MatrixType& mat, const VectorType& vec, const typename MatrixType::RealScalar& sigma)
| ^~~~~~~~~~~~~~~~~~~~~
In file included from stanExports_walker_glm.cc:5:
In file included from ./stanExports_walker_glm.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:3:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:23:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Sparse:26:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/SparseCore:55:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/SparseCore/ConservativeSparseSparseProduct.h:18:13: warning: unused function template 'conservative_sparse_sparse_product_impl' [-Wunused-template]
18 | static void conservative_sparse_sparse_product_impl(const Lhs& lhs, const Rhs& rhs, ResultType& res, bool sortedInsertion = false)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/SparseCore/ConservativeSparseSparseProduct.h:270:13: warning: unused function template 'sparse_sparse_to_dense_product_impl' [-Wunused-template]
270 | static void sparse_sparse_to_dense_product_impl(const Lhs& lhs, const Rhs& rhs, ResultType& res)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from stanExports_walker_glm.cc:5:
In file included from ./stanExports_walker_glm.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:3:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:23:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Sparse:26:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/SparseCore:56:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/SparseCore/SparseSparseProductWithPruning.h:20:13: warning: unused function template 'sparse_sparse_product_with_pruning_impl' [-Wunused-template]
20 | static void sparse_sparse_product_with_pruning_impl(const Lhs& lhs, const Rhs& rhs, ResultType& res, const typename ResultType::RealScalar& tolerance)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from stanExports_walker_glm.cc:5:
In file included from ./stanExports_walker_glm.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:3:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:23:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Sparse:27:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/OrderingMethods:66:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/OrderingMethods/Amd.h:35:21: warning: unused function template 'cs_wclear' [-Wunused-template]
35 | static StorageIndex cs_wclear (StorageIndex mark, StorageIndex lemax, StorageIndex *w, StorageIndex n)
| ^~~~~~~~~
In file included from stanExports_walker_glm.cc:5:
In file included from ./stanExports_walker_glm.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:3:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:23:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Sparse:27:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/OrderingMethods:67:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/OrderingMethods/Ordering.h:16:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/OrderingMethods/Eigen_Colamd.h:501:18: warning: unused function template 'init_rows_cols' [-Wunused-template]
501 | static IndexType init_rows_cols /* returns true if OK, or false otherwise */
| ^~~~~~~~~~~~~~
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/OrderingMethods/Eigen_Colamd.h:717:13: warning: unused function template 'init_scoring' [-Wunused-template]
717 | static void init_scoring
| ^~~~~~~~~~~~
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/OrderingMethods/Eigen_Colamd.h:954:18: warning: unused function template 'find_ordering' [-Wunused-template]
954 | static IndexType find_ordering /* return the number of garbage collections */
| ^~~~~~~~~~~~~
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/OrderingMethods/Eigen_Colamd.h:1566:13: warning: unused function template 'detect_super_cols' [-Wunused-template]
1566 | static void detect_super_cols
| ^~~~~~~~~~~~~~~~~
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/OrderingMethods/Eigen_Colamd.h:1717:18: warning: unused function template 'garbage_collection' [-Wunused-template]
1717 | static IndexType garbage_collection /* returns the new value of pfree */
| ^~~~~~~~~~~~~~~~~~
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/OrderingMethods/Eigen_Colamd.h:342:13: warning: unused function template 'compute_ordering' [-Wunused-template]
342 | static bool compute_ordering(IndexType n_row, IndexType n_col, IndexType Alen, IndexType *A, IndexType *p, double knobs[NKnobs], IndexType stats[NStats])
| ^~~~~~~~~~~~~~~~
In file included from stanExports_walker_glm.cc:5:
In file included from ./stanExports_walker_glm.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:43:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/src/stan/io/dump.hpp:7:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim.hpp:10:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/core.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/core/init_threadpool_tbb.hpp:18:
In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/task_arena.h:17:
In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/../oneapi/tbb/task_arena.h:27:
/data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/../oneapi/tbb/detail/_task.h:89:13: warning: unused function template 'suspend_callback' [-Wunused-template]
89 | static void suspend_callback(void* user_callback, suspend_point sp) {
| ^~~~~~~~~~~~~~~~
In file included from stanExports_walker_glm.cc:5:
In file included from ./stanExports_walker_glm.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:43:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/src/stan/io/dump.hpp:7:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim.hpp:15:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor.hpp:16:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint.hpp:25:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:23:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/ublas/vector.hpp:21:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/ublas/storage.hpp:27:
/data/localhost/ripley/R/test-clang/BH/include/boost/numeric/ublas/traits.hpp:45:3: warning: unused function template 'boost_numeric_ublas_sqrt' [-Wunused-template]
45 | boost_numeric_ublas_sqrt (const T& t) {
| ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from stanExports_walker_glm.cc:5:
In file included from ./stanExports_walker_glm.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:43:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/src/stan/io/dump.hpp:7:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim.hpp:15:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor.hpp:30:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor/reduce_sum.hpp:9:
In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/parallel_reduce.h:17:
In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/../oneapi/tbb/parallel_reduce.h:27:
/data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/../oneapi/tbb/task_group.h:130:15: warning: unused function template 'task_ptr_or_nullptr' [-Wunused-template]
130 | d1::task* task_ptr_or_nullptr(F&& f){
| ^~~~~~~~~~~~~~~~~~~
In file included from stanExports_walker_glm.cc:5:
In file included from ./stanExports_walker_glm.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:4:
/data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:260:6: warning: unused function template 'get_indices_col2row' [-Wunused-template]
260 | void get_indices_col2row(const std::vector<T>& dim, std::vector<T2>& midx,
| ^~~~~~~~~~~~~~~~~~~
/data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:296:6: warning: unused function template 'get_all_indices_col2row' [-Wunused-template]
296 | void get_all_indices_col2row(const std::vector<std::vector<T> >& dims,
| ^~~~~~~~~~~~~~~~~~~~~~~
/data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:317:6: warning: unused function template 'print_vector' [-Wunused-template]
317 | void print_vector(const std::vector<T>& v, std::ostream& o,
| ^~~~~~~~~~~~
/data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:328:6: warning: unused function template 'print_vector' [-Wunused-template]
328 | void print_vector(const std::vector<T>& v, std::ostream& o,
| ^~~~~~~~~~~~
42 warnings generated.
/usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I"../inst/include" -I"/data/localhost/ripley/R/test-clang/StanHeaders/include/src" -DBOOST_DISABLE_ASSERTS -DEIGEN_NO_DEBUG -DBOOST_MATH_OVERFLOW_ERROR_POLICY=errno_on_error -DUSE_STANC3 -D_HAS_AUTO_PTR_ETC=0 -I'/data/localhost/ripley/R/test-clang/BH/include' -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -I'/data/localhost/ripley/R/test-clang/RcppArmadillo/include' -I'/data/localhost/ripley/R/test-clang/RcppEigen/include' -I'/data/localhost/ripley/R/test-clang/RcppParallel/include' -I'/data/localhost/ripley/R/test-clang/rstan/include' -I'/data/localhost/ripley/R/test-clang/StanHeaders/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DRCPP_PARALLEL_USE_TBB=1 -DTBB_INTERFACE_NEW -I/data/localhost/ripley/R/test-clang/RcppParallel/include -I'/data/localhost/ripley/R/test-clang/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -DTBB_INTERFACE_NEW -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -D_LIBCPP_KEEP_TRANSITIVE_INCLUDES_LLVM23 -c stanExports_walker_lm.cc -o stanExports_walker_lm.o
In file included from stanExports_walker_lm.cc:5:
In file included from ./stanExports_walker_lm.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:3:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:23:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Sparse:26:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/SparseCore:61:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/SparseCore/TriangularSolver.h:273:13: warning: variable 'count' set but not used [-Wunused-but-set-variable]
273 | Index count = 0;
| ^
In file included from stanExports_walker_lm.cc:5:
In file included from ./stanExports_walker_lm.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:3:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:23:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Sparse:29:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/SparseLU:35:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:78:9: warning: variable 'nsuper_et_post' set but not used [-Wunused-but-set-variable]
78 | Index nsuper_et_post = 0; // Number of relaxed snodes in postordered etree
| ^
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:79:9: warning: variable 'nsuper_et' set but not used [-Wunused-but-set-variable]
79 | Index nsuper_et = 0; // Number of relaxed snodes in the original etree
| ^
In file included from stanExports_walker_lm.cc:5:
In file included from ./stanExports_walker_lm.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:21:
/data/localhost/ripley/R/test-clang/rstan/include/rstan/io/r_ostream.hpp:47:31: warning: 'rstan::io::r_cout_streambuf::xsputn' hides overloaded virtual function [-Woverloaded-virtual]
47 | virtual std::streamsize xsputn(const char_type* s, int n) {
| ^
/usr/local/clang23/bin/../include/c++/v1/streambuf:381:22: note: hidden overloaded virtual function 'std::basic_streambuf<char>::xsputn' declared here: type mismatch at 2nd parameter ('streamsize' (aka 'long') vs 'int')
381 | virtual streamsize xsputn(const char_type* __s, streamsize __n) {
| ^
In file included from stanExports_walker_lm.cc:5:
In file included from ./stanExports_walker_lm.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:21:
/data/localhost/ripley/R/test-clang/rstan/include/rstan/io/r_ostream.hpp:70:31: warning: 'rstan::io::r_cerr_streambuf::xsputn' hides overloaded virtual function [-Woverloaded-virtual]
70 | virtual std::streamsize xsputn(const char_type* s, int n) {
| ^
/usr/local/clang23/bin/../include/c++/v1/streambuf:381:22: note: hidden overloaded virtual function 'std::basic_streambuf<char>::xsputn' declared here: type mismatch at 2nd parameter ('streamsize' (aka 'long') vs 'int')
381 | virtual streamsize xsputn(const char_type* __s, streamsize __n) {
| ^
In file included from stanExports_walker_lm.cc:5:
In file included from ./stanExports_walker_lm.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/filtered_values.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/src/stan/callbacks/writer.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast.hpp:33:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast/try_lexical_convert.hpp:31:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast/detail/converter_lexical.hpp:47:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/container/container_fwd.hpp:65:
/data/localhost/ripley/R/test-clang/BH/include/boost/container/detail/std_fwd.hpp:29:1: warning: unused attribute '__exclude_from_explicit_instantiation__' in '#pragma clang attribute push' region [-Wpragma-clang-attribute]
29 | BOOST_MOVE_STD_NS_BEG
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:21:34: note: expanded from macro 'BOOST_MOVE_STD_NS_BEG'
21 | #define BOOST_MOVE_STD_NS_BEG _LIBCPP_BEGIN_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:74:39: note: expanded from macro '_LIBCPP_BEGIN_NAMESPACE_STD'
74 | # define _LIBCPP_BEGIN_NAMESPACE_STD _LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD inline namespace _LIBCPP_ABI_NAMESPACE {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:70:40: note: expanded from macro '_LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD'
70 | _LIBCPP_PUSH_EXTENSION_DIAGNOSTICS _LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS namespace _LIBCPP_NAMESPACE_VISIBILITY std {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:51:3: note: expanded from macro '_LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS'
51 | _Pragma(_LIBCPP_TOSTRING(clang attribute _LibcxxExplicitABIAnnotations.push( \
| ^
<scratch space>:41:69: note: expanded from here
41 | clang attribute _LibcxxExplicitABIAnnotations.push( __attribute__((__exclude_from_explicit_instantiation__, __visibility__("hidden"), __abi_tag__("nqe230100"))), apply_to = function)
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/container/detail/std_fwd.hpp:61:1: note: '#pragma clang attribute push' regions ends here
61 | BOOST_MOVE_STD_NS_END
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:22:34: note: expanded from macro 'BOOST_MOVE_STD_NS_END'
22 | #define BOOST_MOVE_STD_NS_END _LIBCPP_END_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:75:39: note: expanded from macro '_LIBCPP_END_NAMESPACE_STD'
75 | # define _LIBCPP_END_NAMESPACE_STD } _LIBCPP_END_UNVERSIONED_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:72:51: note: expanded from macro '_LIBCPP_END_UNVERSIONED_NAMESPACE_STD'
72 | # define _LIBCPP_END_UNVERSIONED_NAMESPACE_STD } _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _LIBCPP_POP_EXTENSION_DIAGNOSTICS
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:57:48: note: expanded from macro '_LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS'
57 | #define _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _Pragma("clang attribute _LibcxxExplicitABIAnnotations.pop")
| ^
<scratch space>:43:8: note: expanded from here
43 | clang attribute _LibcxxExplicitABIAnnotations.pop
| ^
In file included from stanExports_walker_lm.cc:5:
In file included from ./stanExports_walker_lm.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/filtered_values.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/src/stan/callbacks/writer.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast.hpp:33:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast/try_lexical_convert.hpp:31:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast/detail/converter_lexical.hpp:47:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/container/container_fwd.hpp:65:
/data/localhost/ripley/R/test-clang/BH/include/boost/container/detail/std_fwd.hpp:29:1: warning: unused attribute '__visibility__' in '#pragma clang attribute push' region [-Wpragma-clang-attribute]
29 | BOOST_MOVE_STD_NS_BEG
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:21:34: note: expanded from macro 'BOOST_MOVE_STD_NS_BEG'
21 | #define BOOST_MOVE_STD_NS_BEG _LIBCPP_BEGIN_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:74:39: note: expanded from macro '_LIBCPP_BEGIN_NAMESPACE_STD'
74 | # define _LIBCPP_BEGIN_NAMESPACE_STD _LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD inline namespace _LIBCPP_ABI_NAMESPACE {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:70:40: note: expanded from macro '_LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD'
70 | _LIBCPP_PUSH_EXTENSION_DIAGNOSTICS _LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS namespace _LIBCPP_NAMESPACE_VISIBILITY std {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:51:3: note: expanded from macro '_LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS'
51 | _Pragma(_LIBCPP_TOSTRING(clang attribute _LibcxxExplicitABIAnnotations.push( \
| ^
<scratch space>:41:110: note: expanded from here
41 | clang attribute _LibcxxExplicitABIAnnotations.push( __attribute__((__exclude_from_explicit_instantiation__, __visibility__("hidden"), __abi_tag__("nqe230100"))), apply_to = function)
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/container/detail/std_fwd.hpp:61:1: note: '#pragma clang attribute push' regions ends here
61 | BOOST_MOVE_STD_NS_END
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:22:34: note: expanded from macro 'BOOST_MOVE_STD_NS_END'
22 | #define BOOST_MOVE_STD_NS_END _LIBCPP_END_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:75:39: note: expanded from macro '_LIBCPP_END_NAMESPACE_STD'
75 | # define _LIBCPP_END_NAMESPACE_STD } _LIBCPP_END_UNVERSIONED_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:72:51: note: expanded from macro '_LIBCPP_END_UNVERSIONED_NAMESPACE_STD'
72 | # define _LIBCPP_END_UNVERSIONED_NAMESPACE_STD } _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _LIBCPP_POP_EXTENSION_DIAGNOSTICS
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:57:48: note: expanded from macro '_LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS'
57 | #define _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _Pragma("clang attribute _LibcxxExplicitABIAnnotations.pop")
| ^
<scratch space>:43:8: note: expanded from here
43 | clang attribute _LibcxxExplicitABIAnnotations.pop
| ^
In file included from stanExports_walker_lm.cc:5:
In file included from ./stanExports_walker_lm.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/filtered_values.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/src/stan/callbacks/writer.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast.hpp:33:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast/try_lexical_convert.hpp:31:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast/detail/converter_lexical.hpp:47:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/container/container_fwd.hpp:65:
/data/localhost/ripley/R/test-clang/BH/include/boost/container/detail/std_fwd.hpp:29:1: warning: unused attribute '__abi_tag__' in '#pragma clang attribute push' region [-Wpragma-clang-attribute]
29 | BOOST_MOVE_STD_NS_BEG
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:21:34: note: expanded from macro 'BOOST_MOVE_STD_NS_BEG'
21 | #define BOOST_MOVE_STD_NS_BEG _LIBCPP_BEGIN_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:74:39: note: expanded from macro '_LIBCPP_BEGIN_NAMESPACE_STD'
74 | # define _LIBCPP_BEGIN_NAMESPACE_STD _LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD inline namespace _LIBCPP_ABI_NAMESPACE {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:70:40: note: expanded from macro '_LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD'
70 | _LIBCPP_PUSH_EXTENSION_DIAGNOSTICS _LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS namespace _LIBCPP_NAMESPACE_VISIBILITY std {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:51:3: note: expanded from macro '_LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS'
51 | _Pragma(_LIBCPP_TOSTRING(clang attribute _LibcxxExplicitABIAnnotations.push( \
| ^
<scratch space>:41:136: note: expanded from here
41 | clang attribute _LibcxxExplicitABIAnnotations.push( __attribute__((__exclude_from_explicit_instantiation__, __visibility__("hidden"), __abi_tag__("nqe230100"))), apply_to = function)
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/container/detail/std_fwd.hpp:61:1: note: '#pragma clang attribute push' regions ends here
61 | BOOST_MOVE_STD_NS_END
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:22:34: note: expanded from macro 'BOOST_MOVE_STD_NS_END'
22 | #define BOOST_MOVE_STD_NS_END _LIBCPP_END_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:75:39: note: expanded from macro '_LIBCPP_END_NAMESPACE_STD'
75 | # define _LIBCPP_END_NAMESPACE_STD } _LIBCPP_END_UNVERSIONED_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:72:51: note: expanded from macro '_LIBCPP_END_UNVERSIONED_NAMESPACE_STD'
72 | # define _LIBCPP_END_UNVERSIONED_NAMESPACE_STD } _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _LIBCPP_POP_EXTENSION_DIAGNOSTICS
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:57:48: note: expanded from macro '_LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS'
57 | #define _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _Pragma("clang attribute _LibcxxExplicitABIAnnotations.pop")
| ^
<scratch space>:43:8: note: expanded from here
43 | clang attribute _LibcxxExplicitABIAnnotations.pop
| ^
In file included from stanExports_walker_lm.cc:5:
In file included from ./stanExports_walker_lm.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:31:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/RcppEigen.h:25:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/RcppEigenForward.h:31:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/unsupported/Eigen/IterativeSolvers:46:
/data/localhost/ripley/R/test-clang/RcppEigen/include/unsupported/Eigen/src/IterativeSolvers/IDRS.h:72:10: warning: variable 'replacements' set but not used [-Wunused-but-set-variable]
72 | Index replacements = 0;
| ^
In file included from stanExports_walker_lm.cc:5:
In file included from ./stanExports_walker_lm.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:31:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/RcppEigen.h:25:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/RcppEigenForward.h:37:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/unsupported/Eigen/SparseExtra:45:
/data/localhost/ripley/R/test-clang/RcppEigen/include/unsupported/Eigen/src/SparseExtra/MarketIO.h:246:7: warning: variable 'count' set but not used [-Wunused-but-set-variable]
246 | int count = 0;
| ^
In file included from stanExports_walker_lm.cc:5:
In file included from ./stanExports_walker_lm.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:43:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/src/stan/io/dump.hpp:7:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim.hpp:14:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/fun.hpp:35:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/fun/binomial_coefficient_log.hpp:13:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor/partials_propagator.hpp:8:
/data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor/operands_and_partials.hpp:57:1: warning: 'ops_partials_edge' defined as a struct template here but previously declared as a class template; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
57 | struct ops_partials_edge<ViewElt, Op, require_st_arithmetic<Op>> {
| ^
/data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor/operands_and_partials.hpp:45:1: note: did you mean struct here?
45 | class ops_partials_edge;
| ^~~~~
| struct
In file included from stanExports_walker_lm.cc:5:
In file included from ./stanExports_walker_lm.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:43:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/src/stan/io/dump.hpp:7:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim.hpp:15:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor.hpp:16:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint.hpp:25:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:30:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/algebra/default_operations.hpp:26:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/util/unit_helper.hpp:23:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/quantity.hpp:29:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/conversion.hpp:17:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/detail/conversion_impl.hpp:20:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/heterogeneous_system.hpp:34:
/data/localhost/ripley/R/test-clang/BH/include/boost/units/static_rational.hpp:166:10: warning: extension used [-Wlanguage-extension-token]
166 | #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/typeof/typeof.hpp:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
28 | <boost/typeof/incr_registration_group.hpp>
| ^
In file included from stanExports_walker_lm.cc:5:
In file included from ./stanExports_walker_lm.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:43:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/src/stan/io/dump.hpp:7:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim.hpp:15:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor.hpp:16:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint.hpp:25:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:30:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/algebra/default_operations.hpp:26:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/util/unit_helper.hpp:23:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/quantity.hpp:29:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/conversion.hpp:17:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/detail/conversion_impl.hpp:20:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/heterogeneous_system.hpp:35:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/dimension.hpp:21:
/data/localhost/ripley/R/test-clang/BH/include/boost/units/detail/dimension_list.hpp:125:10: warning: extension used [-Wlanguage-extension-token]
125 | #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/typeof/typeof.hpp:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
28 | <boost/typeof/incr_registration_group.hpp>
| ^
In file included from stanExports_walker_lm.cc:5:
In file included from ./stanExports_walker_lm.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:43:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/src/stan/io/dump.hpp:7:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim.hpp:15:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor.hpp:16:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint.hpp:25:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:30:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/algebra/default_operations.hpp:26:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/util/unit_helper.hpp:23:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/quantity.hpp:29:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/conversion.hpp:17:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/detail/conversion_impl.hpp:20:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/heterogeneous_system.hpp:35:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/dimension.hpp:21:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/detail/dimension_list.hpp:131:
/data/localhost/ripley/R/test-clang/BH/include/boost/units/dimensionless_type.hpp:49:10: warning: extension used [-Wlanguage-extension-token]
49 | #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/typeof/typeof.hpp:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
28 | <boost/typeof/incr_registration_group.hpp>
| ^
In file included from stanExports_walker_lm.cc:5:
In file included from ./stanExports_walker_lm.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:43:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/src/stan/io/dump.hpp:7:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim.hpp:15:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor.hpp:16:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint.hpp:25:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:30:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/algebra/default_operations.hpp:26:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/util/unit_helper.hpp:23:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/quantity.hpp:29:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/conversion.hpp:17:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/detail/conversion_impl.hpp:20:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/heterogeneous_system.hpp:39:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/detail/linear_algebra.hpp:20:
/data/localhost/ripley/R/test-clang/BH/include/boost/units/dim.hpp:75:10: warning: extension used [-Wlanguage-extension-token]
75 | #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/typeof/typeof.hpp:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
28 | <boost/typeof/incr_registration_group.hpp>
| ^
In file included from stanExports_walker_lm.cc:5:
In file included from ./stanExports_walker_lm.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:43:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/src/stan/io/dump.hpp:7:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim.hpp:15:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor.hpp:16:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint.hpp:25:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:30:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/algebra/default_operations.hpp:26:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/util/unit_helper.hpp:23:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/quantity.hpp:29:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/conversion.hpp:17:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/detail/conversion_impl.hpp:20:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/heterogeneous_system.hpp:40:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/detail/unscale.hpp:28:
/data/localhost/ripley/R/test-clang/BH/include/boost/units/scale.hpp:139:10: warning: extension used [-Wlanguage-extension-token]
139 | #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/typeof/typeof.hpp:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
28 | <boost/typeof/incr_registration_group.hpp>
| ^
In file included from stanExports_walker_lm.cc:5:
In file included from ./stanExports_walker_lm.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:43:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/src/stan/io/dump.hpp:7:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim.hpp:15:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor.hpp:16:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint.hpp:25:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:30:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/algebra/default_operations.hpp:26:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/util/unit_helper.hpp:23:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/quantity.hpp:29:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/conversion.hpp:17:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/detail/conversion_impl.hpp:20:
/data/localhost/ripley/R/test-clang/BH/include/boost/units/heterogeneous_system.hpp:120:10: warning: extension used [-Wlanguage-extension-token]
120 | #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/typeof/typeof.hpp:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
28 | <boost/typeof/incr_registration_group.hpp>
| ^
In file included from stanExports_walker_lm.cc:5:
In file included from ./stanExports_walker_lm.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:43:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/src/stan/io/dump.hpp:7:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim.hpp:15:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor.hpp:16:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint.hpp:25:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:30:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/algebra/default_operations.hpp:26:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/util/unit_helper.hpp:23:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/quantity.hpp:29:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/conversion.hpp:17:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/units/detail/conversion_impl.hpp:21:
/data/localhost/ripley/R/test-clang/BH/include/boost/units/homogeneous_system.hpp:99:10: warning: extension used [-Wlanguage-extension-token]
99 | #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/typeof/typeof.hpp:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
28 | <boost/typeof/incr_registration_group.hpp>
| ^
In file included from stanExports_walker_lm.cc:5:
In file included from ./stanExports_walker_lm.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:43:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/src/stan/io/dump.hpp:7:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim.hpp:15:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor.hpp:16:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint.hpp:25:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:30:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/algebra/default_operations.hpp:26:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/util/unit_helper.hpp:23:
/data/localhost/ripley/R/test-clang/BH/include/boost/units/quantity.hpp:495:10: warning: extension used [-Wlanguage-extension-token]
495 | #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/typeof/typeof.hpp:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
28 | <boost/typeof/incr_registration_group.hpp>
| ^
In file included from stanExports_walker_lm.cc:5:
In file included from ./stanExports_walker_lm.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:50:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/src/stan/services/experimental/advi/fullrank.hpp:11:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/src/stan/variational/advi.hpp:13:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/circular_buffer.hpp:57:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/circular_buffer/details.hpp:22:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/move/move.hpp:30:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/move/iterator.hpp:27:
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/iterator_traits.hpp:63:1: warning: unused attribute '__exclude_from_explicit_instantiation__' in '#pragma clang attribute push' region [-Wpragma-clang-attribute]
63 | BOOST_MOVE_STD_NS_BEG
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:21:34: note: expanded from macro 'BOOST_MOVE_STD_NS_BEG'
21 | #define BOOST_MOVE_STD_NS_BEG _LIBCPP_BEGIN_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:74:39: note: expanded from macro '_LIBCPP_BEGIN_NAMESPACE_STD'
74 | # define _LIBCPP_BEGIN_NAMESPACE_STD _LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD inline namespace _LIBCPP_ABI_NAMESPACE {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:70:40: note: expanded from macro '_LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD'
70 | _LIBCPP_PUSH_EXTENSION_DIAGNOSTICS _LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS namespace _LIBCPP_NAMESPACE_VISIBILITY std {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:51:3: note: expanded from macro '_LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS'
51 | _Pragma(_LIBCPP_TOSTRING(clang attribute _LibcxxExplicitABIAnnotations.push( \
| ^
<scratch space>:48:69: note: expanded from here
48 | clang attribute _LibcxxExplicitABIAnnotations.push( __attribute__((__exclude_from_explicit_instantiation__, __visibility__("hidden"), __abi_tag__("nqe230100"))), apply_to = function)
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/iterator_traits.hpp:81:1: note: '#pragma clang attribute push' regions ends here
81 | BOOST_MOVE_STD_NS_END
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:22:34: note: expanded from macro 'BOOST_MOVE_STD_NS_END'
22 | #define BOOST_MOVE_STD_NS_END _LIBCPP_END_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:75:39: note: expanded from macro '_LIBCPP_END_NAMESPACE_STD'
75 | # define _LIBCPP_END_NAMESPACE_STD } _LIBCPP_END_UNVERSIONED_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:72:51: note: expanded from macro '_LIBCPP_END_UNVERSIONED_NAMESPACE_STD'
72 | # define _LIBCPP_END_UNVERSIONED_NAMESPACE_STD } _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _LIBCPP_POP_EXTENSION_DIAGNOSTICS
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:57:48: note: expanded from macro '_LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS'
57 | #define _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _Pragma("clang attribute _LibcxxExplicitABIAnnotations.pop")
| ^
<scratch space>:50:8: note: expanded from here
50 | clang attribute _LibcxxExplicitABIAnnotations.pop
| ^
In file included from stanExports_walker_lm.cc:5:
In file included from ./stanExports_walker_lm.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:50:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/src/stan/services/experimental/advi/fullrank.hpp:11:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/src/stan/variational/advi.hpp:13:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/circular_buffer.hpp:57:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/circular_buffer/details.hpp:22:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/move/move.hpp:30:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/move/iterator.hpp:27:
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/iterator_traits.hpp:63:1: warning: unused attribute '__visibility__' in '#pragma clang attribute push' region [-Wpragma-clang-attribute]
63 | BOOST_MOVE_STD_NS_BEG
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:21:34: note: expanded from macro 'BOOST_MOVE_STD_NS_BEG'
21 | #define BOOST_MOVE_STD_NS_BEG _LIBCPP_BEGIN_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:74:39: note: expanded from macro '_LIBCPP_BEGIN_NAMESPACE_STD'
74 | # define _LIBCPP_BEGIN_NAMESPACE_STD _LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD inline namespace _LIBCPP_ABI_NAMESPACE {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:70:40: note: expanded from macro '_LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD'
70 | _LIBCPP_PUSH_EXTENSION_DIAGNOSTICS _LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS namespace _LIBCPP_NAMESPACE_VISIBILITY std {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:51:3: note: expanded from macro '_LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS'
51 | _Pragma(_LIBCPP_TOSTRING(clang attribute _LibcxxExplicitABIAnnotations.push( \
| ^
<scratch space>:48:110: note: expanded from here
48 | clang attribute _LibcxxExplicitABIAnnotations.push( __attribute__((__exclude_from_explicit_instantiation__, __visibility__("hidden"), __abi_tag__("nqe230100"))), apply_to = function)
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/iterator_traits.hpp:81:1: note: '#pragma clang attribute push' regions ends here
81 | BOOST_MOVE_STD_NS_END
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:22:34: note: expanded from macro 'BOOST_MOVE_STD_NS_END'
22 | #define BOOST_MOVE_STD_NS_END _LIBCPP_END_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:75:39: note: expanded from macro '_LIBCPP_END_NAMESPACE_STD'
75 | # define _LIBCPP_END_NAMESPACE_STD } _LIBCPP_END_UNVERSIONED_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:72:51: note: expanded from macro '_LIBCPP_END_UNVERSIONED_NAMESPACE_STD'
72 | # define _LIBCPP_END_UNVERSIONED_NAMESPACE_STD } _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _LIBCPP_POP_EXTENSION_DIAGNOSTICS
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:57:48: note: expanded from macro '_LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS'
57 | #define _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _Pragma("clang attribute _LibcxxExplicitABIAnnotations.pop")
| ^
<scratch space>:50:8: note: expanded from here
50 | clang attribute _LibcxxExplicitABIAnnotations.pop
| ^
In file included from stanExports_walker_lm.cc:5:
In file included from ./stanExports_walker_lm.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:50:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/src/stan/services/experimental/advi/fullrank.hpp:11:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/src/stan/variational/advi.hpp:13:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/circular_buffer.hpp:57:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/circular_buffer/details.hpp:22:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/move/move.hpp:30:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/move/iterator.hpp:27:
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/iterator_traits.hpp:63:1: warning: unused attribute '__abi_tag__' in '#pragma clang attribute push' region [-Wpragma-clang-attribute]
63 | BOOST_MOVE_STD_NS_BEG
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:21:34: note: expanded from macro 'BOOST_MOVE_STD_NS_BEG'
21 | #define BOOST_MOVE_STD_NS_BEG _LIBCPP_BEGIN_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:74:39: note: expanded from macro '_LIBCPP_BEGIN_NAMESPACE_STD'
74 | # define _LIBCPP_BEGIN_NAMESPACE_STD _LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD inline namespace _LIBCPP_ABI_NAMESPACE {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:70:40: note: expanded from macro '_LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD'
70 | _LIBCPP_PUSH_EXTENSION_DIAGNOSTICS _LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS namespace _LIBCPP_NAMESPACE_VISIBILITY std {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:51:3: note: expanded from macro '_LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS'
51 | _Pragma(_LIBCPP_TOSTRING(clang attribute _LibcxxExplicitABIAnnotations.push( \
| ^
<scratch space>:48:136: note: expanded from here
48 | clang attribute _LibcxxExplicitABIAnnotations.push( __attribute__((__exclude_from_explicit_instantiation__, __visibility__("hidden"), __abi_tag__("nqe230100"))), apply_to = function)
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/iterator_traits.hpp:81:1: note: '#pragma clang attribute push' regions ends here
81 | BOOST_MOVE_STD_NS_END
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:22:34: note: expanded from macro 'BOOST_MOVE_STD_NS_END'
22 | #define BOOST_MOVE_STD_NS_END _LIBCPP_END_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:75:39: note: expanded from macro '_LIBCPP_END_NAMESPACE_STD'
75 | # define _LIBCPP_END_NAMESPACE_STD } _LIBCPP_END_UNVERSIONED_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:72:51: note: expanded from macro '_LIBCPP_END_UNVERSIONED_NAMESPACE_STD'
72 | # define _LIBCPP_END_UNVERSIONED_NAMESPACE_STD } _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _LIBCPP_POP_EXTENSION_DIAGNOSTICS
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:57:48: note: expanded from macro '_LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS'
57 | #define _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _Pragma("clang attribute _LibcxxExplicitABIAnnotations.pop")
| ^
<scratch space>:50:8: note: expanded from here
50 | clang attribute _LibcxxExplicitABIAnnotations.pop
| ^
In file included from stanExports_walker_lm.cc:5:
In file included from ./stanExports_walker_lm.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:4:
/data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:1252:9: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
1252 | int ret = stan::services::error_codes::CONFIG;
| ^
In file included from stanExports_walker_lm.cc:5:
./stanExports_walker_lm.h:1804:11: warning: variable 'pos__' set but not used [-Wunused-but-set-variable]
1804 | int pos__ = std::numeric_limits<int>::min();
| ^
In file included from stanExports_walker_lm.cc:5:
In file included from ./stanExports_walker_lm.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:3:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:22:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Dense:3:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Cholesky:32:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/Cholesky/LLT.h:240:14: warning: unused function template 'llt_rank_update_lower' [-Wunused-template]
240 | static Index llt_rank_update_lower(MatrixType& mat, const VectorType& vec, const typename MatrixType::RealScalar& sigma)
| ^~~~~~~~~~~~~~~~~~~~~
In file included from stanExports_walker_lm.cc:5:
In file included from ./stanExports_walker_lm.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:3:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:23:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Sparse:26:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/SparseCore:55:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/SparseCore/ConservativeSparseSparseProduct.h:18:13: warning: unused function template 'conservative_sparse_sparse_product_impl' [-Wunused-template]
18 | static void conservative_sparse_sparse_product_impl(const Lhs& lhs, const Rhs& rhs, ResultType& res, bool sortedInsertion = false)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/SparseCore/ConservativeSparseSparseProduct.h:270:13: warning: unused function template 'sparse_sparse_to_dense_product_impl' [-Wunused-template]
270 | static void sparse_sparse_to_dense_product_impl(const Lhs& lhs, const Rhs& rhs, ResultType& res)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from stanExports_walker_lm.cc:5:
In file included from ./stanExports_walker_lm.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:3:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:23:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Sparse:26:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/SparseCore:56:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/SparseCore/SparseSparseProductWithPruning.h:20:13: warning: unused function template 'sparse_sparse_product_with_pruning_impl' [-Wunused-template]
20 | static void sparse_sparse_product_with_pruning_impl(const Lhs& lhs, const Rhs& rhs, ResultType& res, const typename ResultType::RealScalar& tolerance)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from stanExports_walker_lm.cc:5:
In file included from ./stanExports_walker_lm.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:3:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:23:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Sparse:27:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/OrderingMethods:66:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/OrderingMethods/Amd.h:35:21: warning: unused function template 'cs_wclear' [-Wunused-template]
35 | static StorageIndex cs_wclear (StorageIndex mark, StorageIndex lemax, StorageIndex *w, StorageIndex n)
| ^~~~~~~~~
In file included from stanExports_walker_lm.cc:5:
In file included from ./stanExports_walker_lm.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:3:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:23:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Sparse:27:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/OrderingMethods:67:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/OrderingMethods/Ordering.h:16:
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/OrderingMethods/Eigen_Colamd.h:501:18: warning: unused function template 'init_rows_cols' [-Wunused-template]
501 | static IndexType init_rows_cols /* returns true if OK, or false otherwise */
| ^~~~~~~~~~~~~~
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/OrderingMethods/Eigen_Colamd.h:717:13: warning: unused function template 'init_scoring' [-Wunused-template]
717 | static void init_scoring
| ^~~~~~~~~~~~
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/OrderingMethods/Eigen_Colamd.h:954:18: warning: unused function template 'find_ordering' [-Wunused-template]
954 | static IndexType find_ordering /* return the number of garbage collections */
| ^~~~~~~~~~~~~
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/OrderingMethods/Eigen_Colamd.h:1566:13: warning: unused function template 'detect_super_cols' [-Wunused-template]
1566 | static void detect_super_cols
| ^~~~~~~~~~~~~~~~~
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/OrderingMethods/Eigen_Colamd.h:1717:18: warning: unused function template 'garbage_collection' [-Wunused-template]
1717 | static IndexType garbage_collection /* returns the new value of pfree */
| ^~~~~~~~~~~~~~~~~~
/data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/src/OrderingMethods/Eigen_Colamd.h:342:13: warning: unused function template 'compute_ordering' [-Wunused-template]
342 | static bool compute_ordering(IndexType n_row, IndexType n_col, IndexType Alen, IndexType *A, IndexType *p, double knobs[NKnobs], IndexType stats[NStats])
| ^~~~~~~~~~~~~~~~
In file included from stanExports_walker_lm.cc:5:
In file included from ./stanExports_walker_lm.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:43:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/src/stan/io/dump.hpp:7:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim.hpp:10:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/core.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/core/init_threadpool_tbb.hpp:18:
In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/task_arena.h:17:
In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/../oneapi/tbb/task_arena.h:27:
/data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/../oneapi/tbb/detail/_task.h:89:13: warning: unused function template 'suspend_callback' [-Wunused-template]
89 | static void suspend_callback(void* user_callback, suspend_point sp) {
| ^~~~~~~~~~~~~~~~
In file included from stanExports_walker_lm.cc:5:
In file included from ./stanExports_walker_lm.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:43:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/src/stan/io/dump.hpp:7:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim.hpp:15:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor.hpp:16:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint.hpp:25:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:23:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/ublas/vector.hpp:21:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/numeric/ublas/storage.hpp:27:
/data/localhost/ripley/R/test-clang/BH/include/boost/numeric/ublas/traits.hpp:45:3: warning: unused function template 'boost_numeric_ublas_sqrt' [-Wunused-template]
45 | boost_numeric_ublas_sqrt (const T& t) {
| ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from stanExports_walker_lm.cc:5:
In file included from ./stanExports_walker_lm.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:4:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:43:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/src/stan/io/dump.hpp:7:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim.hpp:15:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor.hpp:30:
In file included from /data/localhost/ripley/R/test-clang/StanHeaders/include/stan/math/prim/functor/reduce_sum.hpp:9:
In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/parallel_reduce.h:17:
In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/../oneapi/tbb/parallel_reduce.h:27:
/data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/../oneapi/tbb/task_group.h:130:15: warning: unused function template 'task_ptr_or_nullptr' [-Wunused-template]
130 | d1::task* task_ptr_or_nullptr(F&& f){
| ^~~~~~~~~~~~~~~~~~~
In file included from stanExports_walker_lm.cc:5:
In file included from ./stanExports_walker_lm.h:23:
In file included from /data/localhost/ripley/R/test-clang/rstan/include/rstan/rstaninc.hpp:4:
/data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:260:6: warning: unused function template 'get_indices_col2row' [-Wunused-template]
260 | void get_indices_col2row(const std::vector<T>& dim, std::vector<T2>& midx,
| ^~~~~~~~~~~~~~~~~~~
/data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:296:6: warning: unused function template 'get_all_indices_col2row' [-Wunused-template]
296 | void get_all_indices_col2row(const std::vector<std::vector<T> >& dims,
| ^~~~~~~~~~~~~~~~~~~~~~~
/data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:317:6: warning: unused function template 'print_vector' [-Wunused-template]
317 | void print_vector(const std::vector<T>& v, std::ostream& o,
| ^~~~~~~~~~~~
/data/localhost/ripley/R/test-clang/rstan/include/rstan/stan_fit.hpp:328:6: warning: unused function template 'print_vector' [-Wunused-template]
328 | void print_vector(const std::vector<T>& v, std::ostream& o,
| ^~~~~~~~~~~~
42 warnings generated.
/usr/local/clang23/bin/clang++ -std=gnu++17 -shared -L/usr/local/clang/lib64 -L/usr/local/clang23/lib -L/usr/local/clang23/lib/x86_64-unknown-linux-gnu -L/usr/local/lib64 -o walker.so RcppExports.o predict.o stanExports_rw1_model.o stanExports_rw1_model_naive.o stanExports_walker_glm.o stanExports_walker_lm.o -L/data/localhost/ripley/R/test-clang/RcppParallel/lib/ -Wl,-rpath,/data/localhost/ripley/R/test-clang/RcppParallel/lib/ -ltbb -ltbbmalloc -L/data/localhost/ripley/R/R-clang/lib -lRlapack -L/data/localhost/ripley/R/R-clang/lib -lRblas -lflang_rt.runtime -lm
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-clang/walker/src'
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-clang/walker/src'
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-clang/walker/src'
installing to /data/localhost/ripley/R/packages/tests-clang/walker.Rcheck/00LOCK-walker/00new/walker/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** 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 (walker)