This question already has answers here开发者_StackOverflow社区:
How do I turn specific Delphi warnings and hints off?
This question already has answers here开发者_StackOverflow社区:
How do I turn specific Delphi warnings and hints off?
(5 answers)
Closed 3 years ago.
in eclipse java there are operators that help suppress warning in code.
is such suppression in delphi?
and
warning off
warning on
is two commands.
In case you haven't found it, these can very easily be controlled from the Project Options dialog:
![suppress warning in code [duplicate] suppress warning in code [duplicate]](https://i.stack.imgur.com/05ns4.png)
精彩评论