How can I disable the following warning in Xcode?
'packed' attribute ignored for field of type 'uchar' (aka 'unsigned char')
I browsed through the list of warning switches but couldn't find anything regarding this, also disabled pedantic warnings without success.