Warning: ignoring packed attribute because of unpacked non-POD field
If you pass the flag --fpack-struct
to the compiler, it will generate the following warning:
warning: ignoring packed attribute because of unpacked non-POD field
No solution has been found so far: you need to remove that flag if you want to get rid of that warning.