Internal compiler error in 2.4.5 (hacky workaround)

Pavel Machek (pavel@suse.cz)
Mon, 11 Feb 2002 21:15:05 +0100


Hi!

This makes gcc survive... adding volatile everywhere ;-).

int blk_ioctl(volatile kdev_t dev, volatile unsigned int cmd, volatile
unsigned long arg)
{
volatile request_queue_t *q;
volatile struct gendisk *g;
volatile u64 ullval = 0;
volatile int intval, *iptr;
volatile unsigned short usval;

Pavel

-- 
(about SSSCA) "I don't say this lightly.  However, I really think that the U.S.
no longer is classifiable as a democracy, but rather as a plutocracy." --hpa
-
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/