diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2011-06-16 23:38:46 +0300 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2011-06-16 23:43:56 +0300 |
commit | 7357558fc8866e3a449aa9473c419b593d67b5b6 (patch) | |
tree | ce6b835b96013e4883db7c40b886b9977dc06373 /src/backend/utils/adt/int.c | |
parent | dbbba5279f66f95805c1e084e6f646d174931e56 (diff) | |
download | postgresql-7357558fc8866e3a449aa9473c419b593d67b5b6.tar.gz postgresql-7357558fc8866e3a449aa9473c419b593d67b5b6.zip |
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.
Diffstat (limited to 'src/backend/utils/adt/int.c')
0 files changed, 0 insertions, 0 deletions