Skip to content

Commit b1f9eb5

Browse files
committed
add -Wall -Wextra
1 parent fe6e02e commit b1f9eb5

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 -Wdeprecated-copy -Wimplicit-fallthrough"
11+
RCPP_CXXFLAGS: "-Werror -Wall -Wextra"
1212

1313
jobs:
1414
ci:

0 commit comments

Comments
 (0)