File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -6155,6 +6155,8 @@ add_dummies <- function(dir, Log)
6155
6155
# # Includes Hollerith constants
6156
6156
# # does not complain about 'Shared DO termination'
6157
6157
" (portability: A DO loop should terminate with an END DO or CONTINUE|portability: deprecated usage|in the context: arithmetic IF statement)" ,
6158
+ # # selected re-defining of macros": clang
6159
+ " : warning: .*(M_PI|INT_MIN|FCONE).* \\ [-Wmacro-redefined\\ ]" ,
6158
6160
# # LLVM >= 18 clang++
6159
6161
" : warning: .* \\ [-Wdeprecated-literal-operator\\ ]"
6160
6162
)
@@ -6387,7 +6389,7 @@ add_dummies <- function(dir, Log)
6387
6389
lines , useBytes = TRUE )
6388
6390
}
6389
6391
# # </FIXME>
6390
-
6392
+
6391
6393
lines <- unique(lines )
6392
6394
6393
6395
# # Can get reports like
You can’t perform that action at this time.
0 commit comments