1833027 Members
2228 Online
110049 Solutions
New Discussion

#pragma warning message

 
j773303
Super Advisor

#pragma warning message

Hi,
The complie warning message as below,
Why it is display this message?

bmsmd8@gsms09:test>CC -o icy20 icy20.C
CC: "icy20.h", line 6: warning: unknown pragma `HP_ALIGN' ignored (253)

/* icy20.h */
#include
#include
#pragma HP_ALIGN NOPADDING PUSH

#pragma pack 1
#pragma HP_ALIGN NOPADDING
#pragma (push,1)

Hero
1 REPLY 1
Robert-Jan Goossens
Honored Contributor

Re: #pragma warning message

Hi,

This reference will explain more.

http://www.fsinc.com/reference/html/com97g7.htm

Kind regards,

Robert-Jan.