Skip to content

Commit 4fb8137

Browse files
author
ripley
committed
GCC 15 report is -Warray-bounds=
git-svn-id: https://svn.r-project.org/R/trunk@88188 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 593e972 commit 4fb8137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/library/tools/R/check.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6054,7 +6054,7 @@ add_dummies <- function(dir, Log)
60546054
"\\[-Warray-parameter=\\]",
60556055
## GCC 14's C++ stdlib (as seen for TMB headers)
60566056
"\\[-Wtemplate-id-cdtor\\]",
6057-
"\\[-Warray-bounds\\]",
6057+
"\\[-Warray-bounds=\\]",
60586058
## clang version (not Apple clang)
60596059
"\\[-Warray-parameter\\]",
60606060
"\\[-Wuse-after-free\\]",

0 commit comments

Comments
 (0)