freetype-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ft-devel] [freetype2] master fc11af1: Various minor clang fixes.


From: Werner LEMBERG
Subject: Re: [ft-devel] [freetype2] master fc11af1: Various minor clang fixes.
Date: Wed, 20 Jan 2016 12:03:12 +0100 (CET)

>> +#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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]