$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: K. Noel Belcourt (kbelco_at_[hidden])
Date: 2008-01-10 14:15:56
On Jan 8, 2008, at 3:00 PM, Danh Kieu wrote:
> Hi all,
>
> I'm using boost_1_32_0 with RedHat EL 4 (gcc-3.4.6-9). When I tried to
> compile my application which uses shared_ptr, I got a lot of warning:
> When I removed the -Winline option, I don't have those warnings
> anymore.
> But I would like to keep -Winline option. Does anyone has an idea
> how to
> get rid of those warnings?
Try building with
bjam ... warnings=off
-- Noel