Hi Everyone,
I am having a warning about -Wcast-function-type when I pass an A_GIMME, in myObject_new. My question is, without suppressing it, have some way to solve the warning?
- I saw this: https://stackoverflow.com/questions/59041367/silence-wcast-function-type-on-..., but I could not understand it, I am really start to learn how C work.
- I know that the object work, but I have a curiosity about it!
Thank you!