Controls the issuing of warnings 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.
This pragma corresponds to the Pad Bytes Added setting in the Language panel. To check this setting, use __option (warn_padding), described in Checking Pragma Settings. By default, this setting is disabled.