Jessica Clarke <[email protected]> wrote:
> > - if (!cn.status)
> > + if (!cn.status) {
> > buf = NULL;
> > + if (err == 0) /* keep compiler happy */
> > + buf = NULL;
> 
> This is nonsense code.

The error is nonsense, so yes.
I want to keep the variable, but it has no purpose except to
look at in a debugger - how do you tell the compiler that?

Reply via email to