silence some rather annoying alignment errors when building with msvc

svn path=/trunk/; revision=22240
This commit is contained in:
Ged Murphy 2006-06-05 19:00:52 +00:00
parent 67189b431d
commit 485867fdaf

View file

@ -1,4 +1,7 @@
#ifndef RC_INVOKED
#if ( _MSC_VER >= 800 )
#pragma warning(disable:4103)
#endif // _MSC_VER
# if ( __FreeBSD__ == 5 )
# pragma pack(4)
# else