Just by adding #pragma pack(push,1) and #pragma pack(pop)
to surrand the data structure, and compiler will stop.
For example,
#pragma pack(push,1)
struct compoundKey{
uint32_t key1;
char????? key2;
}
#pragma pack(pop)
玩会儿游戏网 http://www.wanhuir.com
?