$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2007-10-16 01:07:22
On Tuesday 16 October 2007 06:57:27 Gennadiy Rozental wrote:
> I am getting tons of warnings like these from CW compilers. How can I
> disable it in Jamfile?
But passing whatever compiler specific flags there are for CW, using:
<toolset>cw:<cxxflags>whatever
in target's or project's requirements.
- Volodya