I've been getting this warning:
note: expected ‘const char **’ but argument is of type ‘char **’
For now, I'm passing the arguments by casting them to const char **
. Is there any other way I can get rid of it?
I've been getting this warning:
note: expected ‘const char **’ but argument is of type ‘char **’
For now, I'm passing the arguments by casting them to const char **
. Is there any other way I can get rid of it?