$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Samuel Krempp (krempp_at_[hidden])
Date: 2004-01-24 23:12:44
le Wednesday 21 January 2004 15:01, jsiek_at_[hidden] écrivit :
> Hi All,
>
> When compiling boost stuff with g++ 3.3 I'm getting those long double
> warnings. Anyone mind if I add -Wno-long-double to the compiler
> flags for gcc in the main boost jam config file?
well, now that youd did, I notice my g++ doesnt like it :
cc1plus: unrecognized option `-Wno-long-double'
with :
gcc version 3.2.3 (Debian)
as well as
gcc version 3.3.3 20040110 (prerelease) (Debian)
and 2.95.x as well.
-- Samuel