Re: 2.4.9 does not compile [PATCH]

David S. Miller (davem@redhat.com)
Thu, 16 Aug 2001 18:50:18 -0700 (PDT)


From: Roman Zippel <zippel@linux-m68k.org>
Date: Fri, 17 Aug 2001 03:24:05 +0200

2. This macro doesn't produce a warning like the typeof version does.
The typeof version warns you about signed/unsigned compares, while an
assignment gives no warning.

That is a legitimate operation, there is no reason to prevent people
from comparing signed and unsigned values. These type argument
min/max values allow people to specify what the comparison type
degenerates into.

Later,
David S. Miller
davem@redhat.com
-
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/