$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Benedikt Weber (weber_at_[hidden])
Date: 2002-06-28 15:36:06
> > size_type size1 (size_type size1, size_type size2) {
> > (void) size2;
> > return size1;
> > }
>
> Works with almost everything, except older EDG compilers. However, nobody
> complains about the unnamed/unused parameter.
>
> -Dave
>
It's not clear to me what your position is about unused arguments. I a had a
lot of warnings on CodeWarrior and suggested to just switch these warnings
off. But you wrote:
> I tend to disagree. Those warnings should be cleaned up before the library
> is released. They'll bite somebody, and, heck, reviewing them might
uncover
> a bug.
Personally I don't care, but it should be made clear before Joerg does all
the work making all the changes.
Benedikt