Thread: compiler warnings in lwlock

compiler warnings in lwlock

From
Jeff Janes
Date:
When building with LOCK_DEBUG but without casserts, I was getting unused variable warnings.

I believe this is the correct way to silence them.

Cheers, 

Jeff
Attachment

Re: compiler warnings in lwlock

From
Tom Lane
Date:
Jeff Janes <jeff.janes@gmail.com> writes:
> When building with LOCK_DEBUG but without casserts, I was getting unused
> variable warnings.

> I believe this is the correct way to silence them.

Committed, thanks.
        regards, tom lane