Controls the issuing of warning messages for data structure padding.
#pragma warn_padding on | off | reset
If you enable this pragma, the compiler warns about any bytes that were implicitly added after an ANSI C struct member to improve memory alignment. Refer to the appropriate Targeting manual for more information on how the compiler pads data structures for a particular processor or operating system.
This pragma corresponds to the Pad Bytes Added setting in the CodeWarrior IDE's C/C++ Warnings settings panel. By default, this setting is off.