ruby-stemmer icon indicating copy to clipboard operation
ruby-stemmer copied to clipboard

warning: implicit conversion shortens 64-bit value into a 32-bit value

Open aurelian opened this issue 14 years ago • 0 comments

Compiler warning:

../../../../ext/lingua/stemmer.c: In function 'rb_stemmer_stem':
../../../../ext/lingua/stemmer.c:86: warning: implicit conversion shortens 64-bit value into a 32-bit value

Environment:

  • MacOS 10.6
  • ruby 1.9.2 (p136)
  • gcc 4.2.1

aurelian avatar Mar 12 '11 23:03 aurelian