Esto es un error?

Post Reply
User avatar
RuFer
Posts: 140
Joined: Sat Oct 08, 2005 5:16 pm
Location: Uruguay

Esto es un error?

Post by RuFer »

Amigos:

Me genera un error al compilar con Borland Studio 2006 (en mi trabajo)
Yo en mi casa uso Borland 5.5 y no genera ese error

Warning W8056 C:\HARBOUR\Include\hbdefs.h 405: Integer arithmetic overflow


Archivo:
Harbour\Include\HBDEFS.H
linea 405
#if HB_LONG_MAX > HB_LL( 10000000000 )
# define HB_LONG_LENGTH( l ) ( ( (l) <= -1000000000 || (l) >= HB_LL( 10000000000 ) ) ? 20 : 10 )
#else
# define HB_LONG_LENGTH( l ) ( ( (l) <= -1000000000 ) ? 20 : 10 )
#endif

Es importante?

Gracias

Saludos

Ruben Fernandez.
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Ruben,

Lo he reportado en la lista de Harbour, ya que Przemek y Ryszard son los "matemáticos" :)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
RuFer
Posts: 140
Joined: Sat Oct 08, 2005 5:16 pm
Location: Uruguay

Post by RuFer »

Gracias Maestro:

Saludos

Ruben Fernandez
Post Reply