Skip to content
Snippets Groups Projects
Commit 0e85abd6 authored by Peter Eisentraut's avatar Peter Eisentraut
Browse files

Clean up compiler warnings from unused variables with asserts disabled

For those variables only used when asserts are enabled, use a new
macro PG_USED_FOR_ASSERTS_ONLY, which expands to
__attribute__((unused)) when asserts are not enabled.
parent 621eb156
No related branches found
Tags
No related merge requests found
Showing with 29 additions and 19 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment