User`s guide
mcc
7-46
-v (Verbose). Display the steps in compilation, including
• The Compiler version number
• The source filenames as they are processed
• The names of the generated output files as they are created
• The invocation of
mex or mbuild
The -v option passes the -v option to mex or mbuild and displays information
about
mex or mbuild.
-w (Warning). Display warning messages. Table 7-12, Warning Option, shows
the various ways you can use the
-w option.
Table 7-12: Warning Option
Syntax Description
(no -w option) Default; displays only serious warnings.
-w list
Generates a table that maps <string> to
warning message for use with
enable,
disable, and error. Appendix B, “Error and
Warning Messages” lists the same
information.
-w
Enables complete warnings.
-w disable[:<string>]
Disables specific warning associated with
<string>. Appendix B, “Error and Warning
Messages” lists the valid
<string> values.
Leave off the optional
:<string> to apply the
disable action to all warnings.