Disabled bogus GCC warnings.

[SVN r45082]
This commit is contained in:
Emil Dotchevski
2008-05-03 18:20:15 +00:00
parent 5ffd47553f
commit cde6de22d9
3 changed files with 12 additions and 0 deletions

View File

@ -23,6 +23,10 @@ boost
protected:
#ifdef __GNUC__
virtual //Disable bogus GCC warning.
//Would someone at GCC finally get the protected, non-virtual destructor approach?
#endif
~cloning_base() throw()
{
}

View File

@ -34,6 +34,10 @@ boost
protected:
#ifdef __GNUC__
virtual //Disable bogus GCC warning.
//Would someone at GCC finally get the protected, non-virtual destructor approach?
#endif
~counted_base() throw()
{
}

View File

@ -39,6 +39,10 @@ boost
protected:
#ifdef __GNUC__
virtual //Disable bogus GCC warning.
//Would someone at GCC finally get the protected, non-virtual destructor approach?
#endif
~error_info_base()
{
}