printf ("%-*s => ", padding_width, S_);
/* Remove explicit marks, if asked for. */
- if (do_clean)
FRIBIDI_GNUC_BEGIN_IGNORE_DEPRECATIONS
+ if (do_clean)
len =
fribidi_remove_bidi_marks (visual, len, ltov, vtol,
levels);
FriBidiCharType t
)
{
- switch (t)
+ switch ((int)t)
{
# define _FRIBIDI_ADD_TYPE(TYPE,SYMBOL) case FRIBIDI_TYPE_##TYPE: return STRINGIZE(TYPE);
# define _FRIBIDI_ALL_TYPES
FriBidiCharType t
)
{
- switch (t)
+ switch ((int)t)
{
# define _FRIBIDI_ADD_TYPE(TYPE,SYMBOL) case FRIBIDI_TYPE_##TYPE: return SYMBOL;
# define _FRIBIDI_ALL_TYPES
FriBidiBracketType *btypes
)
{
- const FriBidiBracketType NoBracket = FRIBIDI_NO_BRACKET;
register FriBidiStrIndex i = len;
for (; i; i--)
{