Re: [PATCH] Avoid warning when char is unsigned

2013-04-15 Thread Mattias Engdegård
15 apr 2013 kl. 14.45 skrev Philip Martin: Avoid a "condition always true" warning on platforms where char is unsigned by default, such as PowerPC and ARM. Looks correct, +1 Thanks - committed as r1468255.

Re: [PATCH] Avoid warning when char is unsigned

2013-04-15 Thread Philip Martin
Mattias Engdegård writes: > Avoid a "condition always true" warning on platforms where char > is unsigned by default, such as PowerPC and ARM. > > * subversion/libsvn_subr/utf_validate.c > (first_non_fsm_start_char, first_non_fsm_start_char_cstring): >Add explicit cast to avoid warning when

[PATCH] Avoid warning when char is unsigned

2013-04-13 Thread Mattias Engdegård
This trivial non-essential patch avoids a warning when building with - Wall. [[[ Avoid a "condition always true" warning on platforms where char is unsigned by default, such as PowerPC and ARM. * subversion/libsvn_subr/utf_validate.c (first_non_fsm_start_char, first_non_fsm_start_char_cstring