Skip to main content

IAR Embedded Workbench for RL78 5.20

‑‑deprecated_feature_warnings

In this section:
Syntax
‑‑deprecated_feature_warnings=[+|-]feature[,[+|-]feature,...]
Parameters

feature

A feature can be attribute_syntax, preprocessor_extensions, or segment_pragmas.

Description

Use this option to disable or enable warnings for the use of a deprecated feature. The deprecated features are:

Because the deprecated features will be removed in a future version of the IAR C/C++ compiler, it is prudent to remove the use of them in your source code. To do this, enable warnings for a deprecated feature. For each warning, rewrite your code so that the deprecated feature is no longer used.

Caution

To set this option, use Project>Options>C/C++ Compiler>Extra Options.