Skip to content

Commit cf5bf6e

Browse files
author
hornik
committed
Drop _R_CHECK_SRC_MINUS_W_FORMAT_EXCEPTIONS_.
git-svn-id: https://svn.r-project.org/R/trunk@85803 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 48e183c commit cf5bf6e

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

src/library/tools/R/check.R

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5837,20 +5837,6 @@ add_dummies <- function(dir, Log)
58375837
ex_re <- "(RcppEigen/include/Eigen)/.*\\[-Wtautological-compare\\]"
58385838
lines <- filtergrep(ex_re, lines, useBytes = TRUE)
58395839

5840-
## <FIXME>
5841-
## Remove enventually ...
5842-
check_src_flag <-
5843-
Sys.getenv("_R_CHECK_SRC_MINUS_W_FORMAT_EXCEPTIONS_",
5844-
"TRUE")
5845-
if(config_val_to_logical(check_src_flag)) {
5846-
5847-
## 2023-11: filter out format warnings (to be fixed upstream)
5848-
ex_re <- "rstan/include/rstan/io/.*\\[-Wformat"
5849-
lines <- filtergrep(ex_re, lines, useBytes = TRUE)
5850-
5851-
}
5852-
## </FIXME>
5853-
58545840
## Filter out StanHeader warnings
58555841
ex_re <- "StanHeaders/.*\\[-Wunneeded-internal-declaration\\]"
58565842
lines <- filtergrep(ex_re, lines, useBytes = TRUE)

0 commit comments

Comments
 (0)