This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

HANDLE_SYSV_PRAGMA



Hi,

We are busy porting C-code that complied fine fro a MIPS processor to run on ARM7.

I get the following warnings:
inc/tmBinFormat.h:84: warning: ignoring pragma: 1
inc/tmBinFormat.h:153: warning: ignoring pragma: ;
inc/tmBinFormat.h:199: warning: ignoring pragma: ;

It is complaining about:
#pragma pack(1)
#pragma pack(4)
and
#pragma pack()

We have added this in the code:
#define HANDLE_PRAGMA                 1
#define HANDLE_SYSV_PRAGMA  1

But I still get the above warnings, can you help?

Met vriendlijke groete,
Ludwig Everson

Competence Centre Platforms, BU Mobile Communications
Meijhorst 60-10,   6537 KT Nijmegen, Nederland/Holland
Tel: +31-24-353-6330; Fax: +31-24-353-3613; mailto:ludwig.everson@philips.com; http://my.semiconductors.com/3g/solutions
Private: +31-24-358-6434; mailto:ludwig@eversense.net; http://www.eversense.net



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]