On Sat, Jul 9, 2011 at 12:53 AM, Werner LEMBERG <w...@gnu.org> wrote:
>
>> I would have this check under default: on line 1013 because other
>> cases have good checks already.
>
> But the `default' label continues, while `Unexpected_OtherSubr'
> aborts...

Again, good "cases" do not need this check because they check
arguments thoroughly too.
You just added an inefficiency to good "cases". Move your filter to
"default" where you actually
want to abort.

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

Reply via email to