Hello!
I’m getting this warning while accessing pointers through pointers…
Example code:
in->stuff[0].other_stuff[0];
First of all, is the bad? I mean, it works and all, but is it bad performance-wise?
Secondly, if there is nothing wrong with this, how can I suppress the warning?