Suppress warning in uvm_reg

In reply to Nico75:

You have to implement your own report catcher by extending the base class uvm_report_catcher.
This requires your own catch method.