SVN commit 1043914 by guymaurel:
modified line 39 to:
(1U << bits)
M +1 -1 types.cpp
--- trunk/KDE/kdelibs/kjs/bytecode/generator/types.cpp #1043913:1043914
@@ -36,7 +36,7 @@
static unsigned neededBits(unsigned vals)
{
unsigned bits = 1;
- while ((1 << bits) < vals)
+ while ((1U << bits) < vals)
++bits;
return bits;
}
_______________________________________________
Khtml-cvs mailing list
Khtml-cvs@...
https://mail.kde.org/mailman/listinfo/khtml-cvs