warn_padding

Controls the issuing of warnings for data structure padding.

Syntax
  #pragma warn_padding on | off | reset  
Remarks

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.