There was an error while loading. Please reload this page.
1 parent ad9d7d2 commit 1ea9c31Copy full SHA for 1ea9c31
2 files changed
.github/workflows/werror.yml
@@ -13,7 +13,7 @@ env:
13
jobs:
14
ci:
15
runs-on: ubuntu-latest
16
- container: rocker/drd
+ container: eddelbuettel/drd:26.04
17
18
steps:
19
- name: Checkout
ChangeLog
@@ -26,7 +26,8 @@
26
* inst/include/Rcpp/macros/unroll.h: Idem
27
28
* .github/workflows/werror.yaml: Add -Wall -Wextra, substituting the
29
- previous ones, which enables them but also -Wunused-parameter and more
+ previous ones, which enables them but also -Wunused-parameter and more,
30
+ and switch to a container with gcc16
31
32
* src/api.cpp: Comment out parameters to avoid -Wunused-parameter warnings
33
* inst/include/Rcpp/Module.h: Idem
0 commit comments