warning: dereferencing type-punned pointer will break strict
Brought to you by:
birkelbach
With certain versions of GCC the compiler issues the following warning... "warning: dereferencing type-punned pointer will break strict-aliasing rules" This has to do with optimizations that the compiler might make that will be messed up with the way I have been dereferencing and casting pointers. I need to go through and fix all of these or turn off strict-aliasing.