This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

msp430f249 : in code composer how to suppress "warning: unrecognized #pragma" for #pragma pack(push,1) and #pragma pack(pop)

Other Parts Discussed in Thread: CCSTUDIO

Hello

i make compilation in code composer of source file containing  #pragma pack(push,1) and #pragma pack(pop) statements for structure alignement for example such as typedef struct {
  rsuint16  MANIC;                  
  rsuint8  MODIC;                     
} ApiModelIdType;
I get warning "warning: unrecognized #pragma" : what should i do to make the pragma accepted ?

Thanks for your help

**Attention** This is a public forum