Suppress some GCC warnings

[SVN r16443]
This commit is contained in:
Dave Abrahams
2002-11-27 16:39:14 +00:00
parent 6fe2742c15
commit bbb571febb

View File

@ -21,7 +21,9 @@ struct is_polymorphic_imp1
struct d1 : public ncvT
{
d1();
# if !defined(__GNUC__) // this raises warnings with some classes, and buys nothing with GCC
~d1()throw();
# endif
char padding[256];
};
struct d2 : public ncvT