In article <53f1c72d.9070...@m00nbsd.net>,
Maxime Villard  <m...@m00nbsd.net> wrote:
>Hi,
>my code scanner reports in several places lines like these:
>
>       return ERROR_CODE/func(XXX);
>       return VALUE;
>
>Of course the latter is never reached; is there a special syntax meaning behind
>this? It's ok if I fix them all? I put here [1] those which seem obvious and
>harmless.
>
>Also, I get several
>
>       panic(XX);
>       return;/break;/continue;
>
>in many places; it's ok if I start removing these return;/break;/continue;?

I'd fix them. But wait for couple more people to chime in.

christos

Reply via email to