$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Doug Gregor (dgregor_at_[hidden])
Date: 2006-03-02 11:45:15
On Mar 2, 2006, at 8:39 AM, Peter Dimov wrote:
> Line 293:
>
> void init(FunctionPtr f, function_ptr_tag)
>
> needs to be changed to:
>
> void init(FunctionPtr /*f*/, function_ptr_tag)
>
> to silence the "unreferenced formal parameter" warning. OK to commit?
Yes, go ahead.
Doug