diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2017-12-17 00:41:41 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2017-12-17 00:41:41 -0500 |
commit | b31a9d7dd3bf8435fddf404c4b75236d0ea76d78 (patch) | |
tree | c57daeae33437c4e3dad138510e667d96ddc8ecf /src/backend/utils/adt/json.c | |
parent | c04d35f442a8c4fd5a20103b31839ec52fce3046 (diff) | |
download | postgresql-b31a9d7dd3bf8435fddf404c4b75236d0ea76d78.tar.gz postgresql-b31a9d7dd3bf8435fddf404c4b75236d0ea76d78.zip |
Suppress compiler warning about no function return value.
Compilers that don't know that ereport(ERROR) doesn't return
complained about the new coding in scanint8() introduced by
commit 101c7ee3e. Tweak coding to avoid the warning.
Per buildfarm.
Diffstat (limited to 'src/backend/utils/adt/json.c')
0 files changed, 0 insertions, 0 deletions