Skip to content

Commit 20af051

Browse files
committed
update Changelog
1 parent 30fbf33 commit 20af051

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

ChangeLog

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
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+
115
2026-09-01 Iñaki Ucar <iucar@fedoraproject.org>
216

317
* .github/workflows/werror.yaml: Add new CI file with -Werror enabled

0 commit comments

Comments
 (0)