On Sun, Nov 05 2017 at 04:13:22 PM, Ralph Corderoy <ra...@inputplus.co.uk> 
wrote:
> Hi Branden,
>
>> >    if (len == 0)
>> >        goto end;
>>
>> We're kind of giving a hostage to fortune here, aren't we?
>> https://en.wikipedia.org/wiki/Unreachable_code#goto_fail_bug
>
> The whole code base skips braces so is goto worth special casing?  It's
> just as likely to be removed in some future edit because it doesn't
> match house style.  :-)  Besides, things like gcc's
> -Wmisleading-indentation will complain if another indented statement is
> added.

OK so I've commited on master,

Regards,

Bertrand Garrigues

Reply via email to