Re: lots of unused variable warnings in assert-free builds
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Peter Eisentraut <peter_e@gmx.net>
Cc: Robert Haas <robertmhaas@gmail.com>, Andrew Dunstan <andrew@dunslane.net>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2012-03-20T19:04:02Z
Lists: pgsql-hackers
Peter Eisentraut <peter_e@gmx.net> writes: > As you can see, pgindent adds whitespace on top of #ifdef > USE_ASSERT_CHECKING, and messes up the vertical alignment of variable > definitions that contain extra attributes. Hm. I bet it thinks that PG_USED_FOR_ASSERTS_ONLY is the variable name, which means that the behavior might be more exciting for multi-word type names (for instance "struct foo" or "volatile int *". Could you check a few cases like that? > All things considered, I like the PG_USED_FOR_ASSERTS_ONLY solution best. I agree, unless the more complicated cases go further off the rails. regards, tom lane