We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00273f5 commit af8ba44Copy full SHA for af8ba44
src/library/tools/R/check.R
@@ -6131,6 +6131,7 @@ add_dummies <- function(dir, Log)
6131
"warning: .* \\[-Wc\\+\\+20-extensions\\]",
6132
"warning: .* \\[-Wc\\+\\+23-extensions\\]",
6133
"warning: .* \\[-Wc\\+\\+2b-extensions\\]",
6134
+ "warning: .* \\[-Wenum-conversion\\]",
6135
## LLVM clang 15 versions
6136
"warning: .* \\[-Wc\\+\\+14-attribute-extensions\\]",
6137
"warning: .* \\[-Wc\\+\\+17-attribute-extensions\\]",
0 commit comments