Skip to content

Commit ad9d7d2

Browse files
committed
update ChangeLog
1 parent 7750a32 commit ad9d7d2

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

ChangeLog

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,28 @@
2525
* inst/include/Rcpp/vector/RangeIndexer.h: Idem
2626
* inst/include/Rcpp/macros/unroll.h: Idem
2727

28+
* .github/workflows/werror.yaml: Add -Wall -Wextra, substituting the
29+
previous ones, which enables them but also -Wunused-parameter and more
30+
31+
* src/api.cpp: Comment out parameters to avoid -Wunused-parameter warnings
32+
* inst/include/Rcpp/Module.h: Idem
33+
* inst/include/Rcpp/Promise.h: Idem
34+
* inst/include/Rcpp/StretchyList.h: Idem
35+
* inst/include/Rcpp/internal/wrap.h: Idem
36+
* inst/include/Rcpp/module/Module_Field.h: Idem
37+
* inst/include/Rcpp/sugar/functions/cbind.h: Idem
38+
* inst/include/Rcpp/sugar/functions/is_na.h: Idem
39+
* inst/include/Rcpp/sugar/matrix/col.h: Idem
40+
* inst/include/Rcpp/sugar/matrix/row.h: Idem
41+
* inst/include/Rcpp/sugar/operators/Comparator_With_One_Value.h: Idem
42+
* inst/include/Rcpp/sugar/tools/safe_math.h: Idem
43+
* inst/include/Rcpp/vector/Subsetter.h: Idem
44+
* inst/include/Rcpp/vector/Vector.h: Idem
45+
* inst/tinytest/cpp/InternalFunction.cpp: Idem
46+
* inst/tinytest/cpp/attributes.cpp: Reference parameters in the body instead
47+
* inst/tinytest/cpp/ListOf.cpp: Idem
48+
* inst/tinytest/cpp/Vector.cpp: Idem
49+
2850
2026-09-01 Iñaki Ucar <iucar@fedoraproject.org>
2951

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

0 commit comments

Comments
 (0)