What does the warning "alignment of a member was sensitive to packing" mean in C++

Viewed 3720

What does the warning "alignment of a member was sensitive to packing" mean in C++? I'm using Visual Studio 2005.

How do I go about removing these warnings? I don't want to disable them btw.

2 Answers
Related