Обсуждение: compiler warnings in lwlock

Поиск
Список
Период
Сортировка

compiler warnings in lwlock

От
Jeff Janes
Дата:
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
Вложения

Re: compiler warnings in lwlock

От
Tom Lane
Дата:
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