How can solve remix warning


when I click compile and run the give warning how can fix

1 Like

Those warning messages are related to a contract from openzeppelin , you should just ignore them, changing your self the functionality of an openzeppelin contract is not the best approach nor easiest.

Still your contract should be able to work, those are just warning messages, not error messages, its a change that is recommended to apply but is not mandatory.

Carlos Z