Intel® C++ Compiler 16.0 User and Reference Guide

Wcomment

Determines whether a warning is issued when /* appears in the middle of a /* */ comment.

Syntax

Linux and OS X:

-Wcomment

-Wno-comment

Windows:

None

Arguments

None

Default

-Wno-comment

No warning is issued when /* appears in the middle of a /* */ comment.

Description

This option determines whether a warning is issued when /* appears in the middle of a /* */ comment.

IDE Equivalent

None

Alternate Options

None