$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2008-06-13 13:57:58
AMDG
Tomek Jerzykowski wrote:
> ------------------------------------
> BoostTest2.cpp
> c:\BoostTest2\BoostTest2.cpp(11) : warning C4018: '<' : signed/unsigned
> mismatch
>
> If I remove #include <boost..., the extra messages go away. It looks to me
> like compiler bug. The exe produced is probably ok, but the amount of spam
> in output window makes using Boost very cumbersome. Is there any way to make
> these messages go away?
>
You can either compile with warning level 3 rather than warning level 4
or you can
explicitly suppress just warning 4018.
In Christ,
Steven Watanabe