diff options
author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2017-06-09 21:50:35 +0300 |
---|---|---|
committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2017-06-09 21:50:35 +0300 |
commit | 493490cbcb19c5232038827b114a4ec72aa3e731 (patch) | |
tree | b23ec7fb6a1392d9f927ab1f0eb6b71c293fa8bd /src/backend/parser/parse_utilcmd.c | |
parent | e11e24b1ed619ca329a532e5e5ae8b4e5e728f71 (diff) | |
download | postgresql-493490cbcb19c5232038827b114a4ec72aa3e731.tar.gz postgresql-493490cbcb19c5232038827b114a4ec72aa3e731.zip |
Silence warning about uninitialized 'ret' variable on some compilers.
If the compiler doesn't notice that the switch-statement handles all
possible values of the enum, it might complain that 'ret' is being used
without initialization. Jeff Janes reported that on gcc 4.4.7.
Discussion: https://www.postgresql.org/message-id/CAMkU=1x31RvP+cpooFbmc8K8nt-gNO8woGFhXcgQYYZ5ozYpFA@mail.gmail.com
Diffstat (limited to 'src/backend/parser/parse_utilcmd.c')
0 files changed, 0 insertions, 0 deletions