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.
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
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
3 matches
Mail list logo