6.6.4.2.4 -Wcast-align
Warn whenever a pointer is cast, such that the required alignment of the target is increased. For example, warn if a char * is cast to an int * .
Warn whenever a pointer is cast, such that the required alignment of the target is increased. For example, warn if a char * is cast to an int * .