Avoid compiler warnings due to possibly unused variables
Peter Eisentraut <peter_e@gmx.net>
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
| Path | Change | +/− |
|---|---|---|
| src/backend/nodes/read.c | modified | +1 −0 |
| src/backend/nodes/readfuncs.c | modified | +2 −1 |