Compile fix for 64bit Linux.

Reviewed-by: Thiago <thiago.macieira@nokia.com>
bb10
Friedemann Kleint 2011-05-19 16:27:29 +02:00
parent 49995ee35f
commit ac0eef5d64
1 changed files with 1 additions and 1 deletions

View File

@ -921,7 +921,7 @@ static inline int ucstrncmp_short_tail(const ushort *p1, const ushort *p2, int l
return 0;
}
static inline int bsf_nonzero(register long val)
static inline int bsf_nonzero(register int val)
{
int result;
# ifdef Q_CC_GNU