Hi, I am getting the following message (100’s of times) during compilation:
warning: deprecated conversion from string constant to char*
How can I fix this?
Hi, I am getting the following message (100’s of times) during compilation:
warning: deprecated conversion from string constant to char*
How can I fix this?
So far, on all compilers I know of, this is only a warning that can be safely ignored (and many compilers don’t even complain!).
If your compiler treats this as an error (and stops compilation) do let me know and I’ll take a few hours to implement a fix (trivial but time-consuming to do while making sure not to introduce errors!).