
3 May
2008
3 May
'08
5:38 p.m.
On Saturday 03 May 2008 13:01, Emil Dotchevski wrote:
On Fri, May 2, 2008 at 10:25 PM, Ralf W. Grosse-Kunstleve
<rwgk@yahoo.com> wrote:
I see, in the meantime you've checked in destructors, but without the virtual keyword. Therefore the warnings didn't go away. Is this an oversight?
No, I wasn't trying to remove the warnings.
I believe that the correct way to remove this particular GCC warning is to use -Wno-non-virtual-dtor.
How about temporarily disabling the warning in your library code with a pragma? See: http://gcc.gnu.org/onlinedocs/gcc/Diagnostic-Pragmas.html -- Frank