On 07.01.2009 15:14, Mika Laitio wrote:
>>> Try typecasting the first parameter, as in
>>>  off_t headdrop = min(off_t(curpos - totwritten), off_t(totwritten * 2));
>>> Klaus
>>
>> I think the compiler is not the problem (same version). Trying the
>> next option.
>>
>> gcc (SUSE Linux) 4.3.1 20080507 (prerelease) [gcc-4_3-branch revision 135036]
>> Copyright (C) 2008 Free Software Foundation, Inc.
> 
> I had same problem with gcc 4.3.2 on Mandriva. (x86_64 env)
> Adding off_t() typecasting for the first parameter as you suggested fixed 
> it. Klaus do you remember to fix it for next version without patch?

If you're using the same compiler as I do, I don't see why such
a typecast is necessary on your side, while on my side it compiles
just fine.

Are you using any different compiler options than me?

Klaus

_______________________________________________
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Reply via email to