(working in Cocoa)
While poking around in the debugger (just looking at data) at certain points in my code (and only at certain points) I get about 20-30 messages in a row along the lines of
"warning: stack pointer (0xbfffe858) is not aligned to a 16-byte boundary."
So.... anyone know why I'm getting stack pointer warnings? The point I'm getting them at is inside of my initialize function, so I can't think of what I could have messed up by that point...