How to put out volatile char arrays on LCD?

i got an error putting out volatile char arrays on my LCD (arduino uno).

it seems the LCD lib methode print(...) isnt overloaded with a volatile char array input parameter?

whats a proper way to solve this problem?

And your code is ....... ?

And the error is ....... ?

Cast it with a (char *)...?