Suppress compiler warning about no function return value.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: b31a9d7dd3bf8435fddf404c4b75236d0ea76d78
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2017-12-17T05:41:41Z
Releases: 11.0
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.

Files

PathChange+/−
src/backend/utils/adt/int8.c modified +6 −9