Menu

#236 VS warning 4103

open
nobody
None
5
2010-05-11
2010-05-11
No

I get the following warnings (VS2008):

1>C:\\Program Files\\STLport-5.2.1\\stlport\\stl/_cprolog.h(24) : warning C4103: \'c:\\program files\\stlport-5.2.1\\stlport\\stl\\_cprolog.h\' : alignment changed after including header, may be due to missing #pragma pack(pop)
1>C:\\Program Files\\STLport-5.2.1\\stlport\\errno.h(18) : warning C4103: \'c:\\program files\\stlport-5.2.1\\stlport\\errno.h\' : alignment changed after including header, may be due to missing #pragma pack(pop)
1>C:\\Program Files\\STLport-5.2.1\\stlport\\stl/_epilog.h(15) : warning C4103: \'c:\\program files\\stlport-5.2.1\\stlport\\stl\\_epilog.h\' : alignment changed after including header, may be due to missing #pragma pack(pop)
1>C:\\Program Files\\STLport-5.2.1\\stlport\\errno.h(61) : warning C4103: \'c:\\program files\\stlport-5.2.1\\stlport\\errno.h\' : alignment changed after including header, may be due to missing #pragma pack(pop)

Discussion


Log in to post a comment.