Hints and Warnings
Go Up to Delphi Compiler
Project > Options > 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 |
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 |
|
|
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 |
|
See Also
- DCC32.EXE, the Delphi Command Line Compiler
- DCC64.EXE, the Delphi 64-bit Command Line Compiler
- DCCOSX.EXE, the Delphi Compiler for OS X
- DCCIOS32.EXE, the Delphi Compiler for the iOS Simulator
- DCCAARM.EXE, the Delphi Compiler for Android
- DCCIOSARM.EXE, the Delphi Compiler for the 32-bit iOS Device
- DCCIOSARM64.EXE, the Delphi Compiler for the 64-bit iOS Device