File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments