|
25 | 25 | * inst/include/Rcpp/vector/RangeIndexer.h: Idem |
26 | 26 | * inst/include/Rcpp/macros/unroll.h: Idem |
27 | 27 |
|
| 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 | + |
28 | 50 | 2026-09-01 Iñaki Ucar <iucar@fedoraproject.org> |
29 | 51 |
|
30 | 52 | * .github/workflows/werror.yaml: Add new CI file with -Werror enabled |
|
0 commit comments