>> +#if 0
>>        default:
>>          GXV_SET_ERR_IF_PARANOID( FT_INVALID_FORMAT );
>>          goto Exit;
>> +#endif
> 
> What's this?!

The `default' case is redundant, since all possible enum values are
covered in the `switch' statement.

Toshiya-san, shall I completely remove this code?


    Werner

_______________________________________________
Freetype-devel mailing list
Freetype-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/freetype-devel

Reply via email to