Suppress -Wunused-result warning for strtol().

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

Commit: 4bc4cfe3bd186b4a1d1b01279bfd0e6ab11268b2
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2016-08-16T20:14:16Z
Releases: 10.0
Suppress -Wunused-result warning for strtol().

I'm not sure which bozo thought it's a problem to use strtol() only
for its endptr result, but silence the warning using same method
used elsewhere.

Report: <f845d3a6-5328-3e2a-924f-f8e91aa2b6d2@2ndquadrant.com>

Files

PathChange+/−
src/backend/utils/adt/dbsize.c modified +3 −1