Skip to content

Commit 0388712

Browse files
author
hornik
committed
Tweaks.
git-svn-id: https://svn.r-project.org/R/trunk@89109 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 5ef87c5 commit 0388712

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
@@ -6085,7 +6085,7 @@ add_dummies <- function(dir, Log)
60856085
": warning: .* \\[-Wdeprecated-non-prototype\\]",
60866086
## gcc and clang reports on use of #warning
60876087
## but not suppressing the warning itself.
6088-
"\\[-Wcpp\\] ",
6088+
"\\[-Wcpp\\]",
60896089
"\\[-W#warnings\\]",
60906090
"\\[-Wrange-loop-construct\\]",
60916091
"\\[-Warray-parameter=\\]",

0 commit comments

Comments
 (0)