On Wed, Mar 12, 2003 at 07:34:02PM +0100, Lars Gullik Bjønnes wrote:
> This patch fixes some GCC 3.3 warnings. If this is the best way to do
> it can be argued.
> 
> Comments?

I don't like it.

If anything at all I'd accept a functions style cast

   char c;
   foo[int(c)];

but we'd better look for a way to disable that warning in the compiler.

The code is completely legal and well-defined as it is right now
and I see no reason to bloat the code to doubled size.
This makes reading and understanding pretty hard.

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)

Reply via email to