wbadinitl: String literal converted to char* in initialization |
|
|
|
|
|
|
const char *
.Disch wrote: |
---|
Don't cast around compiler errors. If the compiler complains without the cast, it means you're doing something wrong. Casting does not fix the problem, it just shuts the compiler up. |
char *
it may want to modify the content const char *
then?).