diff options
author | Ramsay Jones <ramsay@ramsay1.demon.co.uk> | 2007-03-03 18:28:57 +0000 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-03-03 18:55:10 -0800 |
commit | 2832114532d92bdd533f84fa520050c5de95c012 (patch) | |
tree | cf8c89d99959a00c6e9c2c96dc1f3e4be46a76ac /merge-base.c | |
parent | 41b200179dfac7bf4c3b98270951937b537e2b24 (diff) | |
download | git-2832114532d92bdd533f84fa520050c5de95c012.tar.gz |
Fix some "comparison is always true/false" warnings.
On Cygwin the wchar_t type is an unsigned short (16-bit) int.
This results in the above warnings from the return statement in
the wcwidth() function (in particular, the expressions involving
constants with values larger than 0xffff). Simply replace the
use of wchar_t with an unsigned int, typedef-ed as ucs_char_t.
Signed-off-by: Ramsay Jones <ramsay@ramsay1.demon.co.uk>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'merge-base.c')
0 files changed, 0 insertions, 0 deletions