diff options
Diffstat (limited to 'gcc/cpplex.c')
-rw-r--r-- | gcc/cpplex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cpplex.c b/gcc/cpplex.c index efc0aa5..6bf0cdf 100644 --- a/gcc/cpplex.c +++ b/gcc/cpplex.c @@ -1017,7 +1017,7 @@ _cpp_lex_token (pfile, result) } /* Skip_line_comment updates buffer->read_ahead. */ - if (skip_line_comment (pfile)) + if (skip_line_comment (pfile) && CPP_OPTION (pfile, warn_comments)) cpp_warning_with_line (pfile, pfile->lexer_pos.line, pfile->lexer_pos.col, "multi-line comment"); |