$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [1.39.0][Signals2] Release branch test failures
From: Bjørn Roald (bjorn_at_[hidden])
Date: 2009-04-13 17:34:50
On Monday 13 April 2009 22:54:08 Peter Dimov wrote:
> It works, but produces annoying "variable not used" warnings. :-)
May not apply here, but I have not seen a
BOOST_NOT_USED(var)
macro in boost, why not? It is fairly common way of dealing with this warning
in cases where you can not remove the variable. Here is one link:
http://www.cpptalk.net/suppressing-parameter-not-used-warning-vt21149.html
-- Bjørn