Skip to content

Commit 45c9834

Browse files
committed
add -Wdeprecated-copy
1 parent df33639 commit 45c9834

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/werror.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
env:
1010
_R_CHECK_FORCE_SUGGESTS_: "false"
11-
RCPP_CXXFLAGS: "-Werror -Wcast-function-type"
11+
RCPP_CXXFLAGS: "-Werror -Wcast-function-type -Wdeprecated-copy"
1212

1313
jobs:
1414
ci:

0 commit comments

Comments
 (0)