Can I disable warning message during compilation

Certain component is throwing warning during compile time, so can I disable warning messages of that particular component during compile time?

In reply to tech_savvy:

If you do not show the warning it is impossible to give you an advice.
But you should consider any warning.

In reply to chr_sue:

@chr_sue warning is:- Suspicious constant type for with_expression in bin.

So I want to disable this warning given by coverage which is a separate component.

In reply to tech_savvy:

You should solve this issue. It seems to be important.
If you want to suppress this warning, do not create this component, then the warning is away.