This option determines whether or not processing (by a preprocessor or
the compiler) continues depending on the severity of messages issued by previous
preprocessors.

.-S-.
>>-+-NOPROCEED--(--+-E-+--)-+----------------------------------><
| '-W-' |
'-PROCEED----------------'
ABBREVIATIONS: PRO, NPRO
- PROCEED
- The invocation of preprocessors and the compiler continue despite any
messages issued by preprocessors prior to this stage.
- NOPROCEED(S)
- The invocation of preprocessors and the compiler does not continue if
a severe or unrecoverable error is detected in this stage of preprocessing.
- NOPROCEED(E)
- The invocation of preprocessors and the compiler does not continue if
an error, severe error, or unrecoverable error is detected in this stage of
preprocessing.
- NOPROCEED(W)
- The invocation of preprocessors and the compiler does not continue if
a warning, error, severe error, or unrecoverable error is detected in this
stage of preprocessing.
|
This information center is powered by Eclipse technology. (http://www.eclipse.org)