Suppressing TPRGED Warning Message

In reply to dave_59:

In reply to Jung Ik Moon:
You should not be registering UVM register modules with the factory, thus remove the `uvm_object_utils macros. its a lot of unnecessary overhead.

Thanks for the answer. I agree.

But what if it’s not possible to modify the register model?
For example, suppose the register model is generated by a tool and the tool may not have an option to remove `uvm_object_utils macros.
I guess modifying the register model manually every time it’s generated won’t be a good option.
Or, it’s also possible that the register model is part of 3rd-party IP provided by the vendor and the modification is restricted.
In any case, is it possible to suppress/demote TPRGED warning?