Bug #7

2001-07-26 Thread Michael Schmitt
math_hash.C:282: warning: initialization of negative value `-1' to `unsigned int' Michael -- == Michael Schmittphone: +49 451 500 3725 Institute for Telematics

Re: Bug #7

2001-07-26 Thread Andre Poenitz
math_hash.C:282: warning: initialization of negative value `-1' to `unsigned int' This is a feature ;-) Andre' PS: It will be fixed some time. -- André Pönitz . [EMAIL PROTECTED]

Re: Bug #7

2001-07-26 Thread Andre Poenitz
|math_hash.C:282: warning: initialization of negative value `-1' to | `unsigned int' | | This is a feature ;-) Hardly... then it would be written static_castunsigned int(-1) No. This is shorthand for #ifdef WITH_WARNINGS #warning initialization of negative value

Bug #7

2001-07-26 Thread Michael Schmitt
math_hash.C:282: warning: initialization of negative value `-1' to `unsigned int' Michael -- == Michael Schmittphone: +49 451 500 3725 Institute for Telematics

Re: Bug #7

2001-07-26 Thread Andre Poenitz
> math_hash.C:282: warning: initialization of negative value `-1' to >`unsigned int' This is a feature ;-) Andre' PS: It will be fixed some time. -- André Pönitz . [EMAIL PROTECTED]

Re: Bug #7

2001-07-26 Thread Andre Poenitz
> | > math_hash.C:282: warning: initialization of negative value `-1' to > | >`unsigned int' > | > | This is a feature ;-) > > Hardly... then it would be written "static_cast(-1)" No. This is shorthand for #ifdef WITH_WARNINGS #warning initialization of negative value