I'm cleaning up all my code, and haven't encountered this before and therefor have no idea how to get rid of it..
What I want to know mostly is how to get rid of this..
"cast discards qualifiers from pointer target type"
If you need to know the line in question is:
return (char *) in;
Any help is greatly appreciated :(
What I want to know mostly is how to get rid of this..
"cast discards qualifiers from pointer target type"
If you need to know the line in question is:
return (char *) in;
Any help is greatly appreciated :(