Tagged Questions
7
votes
5answers
1k views
How to force Delphi compiler to display all hints and warnings
Is there a way to force the Delphi compiler to display all hints and warnings all the time?
Here is the behavior that I am currently seeing in Delphi 6:
Check out fresh copy of my application from ...
4
votes
4answers
1k views
Can specific Delphi hints be disabled?
In Delphi, you can use compiler directives to disable specific warnings, such as
{$WARN USE_BEFORE_DEF OFF}
But when I tried to do that with a specific hint, whose underscore_style_name I got out ...