File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ 2026-09-03 Iñaki Ucar <iucar@fedoraproject.org>
2+
3+ * .github/workflows/werror.yaml: Add -Wcast-function-type
4+
5+ * inst/include/Rcpp/routines.h: New function pointer RCPP_FUNC typedef used
6+ as an intermediate cast target to avoid gcc's -Wcast-function-type warnings
7+ * inst/include/Rcpp/Module.h: Idem
8+ * src/rcpp_init.cpp: Idem
9+
10+ * src/attributes.cpp: Generate RCPP_FUNC-routed casts in interface code
11+ * inst/examples/ConvolveBenchmarks/overhead_1.cpp: Update generated code
12+ * inst/tinytest/testRcppInterfaceExporter/src/RcppExports.cpp: Idem
13+ * inst/tinytest/testRcppInterfaceExporter/inst/include/testRcppInterfaceExporter_RcppExports.h: Idem
14+
1152026-09-01 Iñaki Ucar <iucar@fedoraproject.org>
216
317 * .github/workflows/werror.yaml: Add new CI file with -Werror enabled
You can’t perform that action at this time.
0 commit comments