"Adam Thomason" (via RT) <[EMAIL PROTECTED]> writes:

> 4) 'cc: "io.ops", line 466: warning 950: Shift amount should be in
> the range of zero through 31 bits' 
> It's moaning about 32-bit shifts in the 64-bit tell op in io.ops.  I
> don't know what the desired failure behavior is for that op in a 32
> bit environment, but I'm happy ignoring it for now.

This is an op allowing 64-bit seeks with 32-bit INTVALS. But if
PIOOFF_T is also 32-bit this op will fail. Is there a portable way of
detecting such cases?
#if sizeof(PIOOFF_T) == 4
will not work.

bye
boe

Reply via email to