C++ Compiler Warnings
Go Up to C++ Compiler Project Options
Project > Options > C++ Compiler > Warnings
Use this dialog box to set C++ compiler warning options.
Options | Description |
---|---|
Target, Apply, Save |
See Target Options. |
Common items |
Warnings Options | Description | Compiler support | ||||
---|---|---|---|---|---|---|
bcc32 | bcc64 | bccosx | bcciosarm | bccaarm | ||
Disable all warnings |
Disables all warning and error messages. Default = False |
![]() |
![]() |
![]() |
![]() |
![]() |
Enable all warnings |
Displays all warning and error messages. Default = False |
![]() |
![]() |
![]() |
![]() |
![]() |
Enable selected warnings |
Enables only the warning that are set to True. C++ Warning messages are described in Compiler Errors And Warnings (C++) Index. Default = True |
![]() |
![]() |
|||
Treat warnings as errors |
Instructs the compiler to stop compilation and return an error message when an enabled warning is generated. Default = False |
![]() |
![]() |
![]() |
![]() |
![]() |