Avoid compiler warnings due to possibly unused variables

Peter Eisentraut <peter_e@gmx.net>

Commit: 7357558fc8866e3a449aa9473c419b593d67b5b6
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2011-06-16T20:43:56Z
Releases: 9.2.0
Avoid compiler warnings due to possibly unused variables

gcc 4.6 complains about these because of the new option
-Wunused-but-set-variable which comes in with -Wall, so cast them to
void, which avoids the warning.

Files

PathChange+/−
src/backend/nodes/read.c modified +1 −0
src/backend/nodes/readfuncs.c modified +2 −1