Re: 2.4.9 does not compile [PATCH]

Roman Zippel (zippel@linux-m68k.org)
Fri, 17 Aug 2001 05:23:01 +0200


Hi,

"David S. Miller" wrote:

> Wrong. This is legal:
>
> int test(unsigned long a, int b)
> {
> return min(a, b);
> }
>
> And the compiler will warn about it with your typeof version.
> That is dumb and unacceptable.

Please show me a place in the kernel where such code is used and is not
dumb.

Could you please answer my argument about maintainability?

bye, Roman
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/