suppress warnings

Hi,

Is there a method to suppress warnings only for a particular branch?

For example:

I have a file reader with a variable as path. I'm forced to insert a fake path that not exists in the server. The job works fine but the log contains a warning of non-existing path. This is misleading.

Thanks