Thread: pgsql: Suppress compiler warning about no function return value.

pgsql: Suppress compiler warning about no function return value.

From
Tom Lane
Date:
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.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/b31a9d7dd3bf8435fddf404c4b75236d0ea76d78

Modified Files
--------------
src/backend/utils/adt/int8.c | 15 ++++++---------
1 file changed, 6 insertions(+), 9 deletions(-)