Author :
Ran Benita
Date :
2012-03-24 02:36:11
Hash :2165e16e Message :Fix all -Wsign-compare warnings
i.e comparison of signed and unsigned values. These are mostly
harmless but fixing them allows to compile cleanly with -Wextra.
Signed-off-by: Ran Benita <ran234@gmail.com>