$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jonathan Wakely (cow_at_[hidden])
Date: 2005-08-25 18:48:01
Andreas Huber wrote:
> Jonathan Wakely wrote:
> > There's also a project underway to enable much finer-grained control
> > of warnings.
>
> That's good to hear.
Hi,
re-reading http://gcc.gnu.org/wiki/Warning%20Message%20Control I see
that only "limited #pragma support" is planned, so maybe I spoke too
soon. It might be that non-virtual dtors are one of the places it
will be supported, as it's something you can know is safe and want to
disable locally.
jon