
2 Mar
2006
2 Mar
'06
4:45 p.m.
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