Search Results

7
votes

How do I turn specific Delphi warnings and hints off?

Why don't you instead change the code so the hint goes away? Those hints are usually pretty accurate. And if you really feel that the line of code (I'm guessing some variable initialization or ot …