Hints and Warnings

From RAD Studio
Jump to: navigation, search

Go Up to Delphi Compiler


Project > Options > Building > Delphi Compiler > Hints and Warnings

Use this page to control the information that the compiler provides at compile time.

Options Description

Target, Apply, Save

See Target Options.

Common items

See Common Items on Project Options Pages.


Item Description Compiler switches All platforms supported unless noted

Output hints

Enables hints during compile time. The enabled hints are those that are associated with the warnings listed as True in Output warnings list.

Default = True

‑H

Output warnings

Enables warnings during compile time. You can select the specific warnings that you want to be displayed during compile time. Delphi Warning messages are described in Error and Warning Messages (Delphi) Index.

For example, if you enable HPPEMIT ignored, the following warning is enabled: W1034 $HPPEMIT '%s' ignored (Delphi).

Default = True

‑W


See Also