Suppress compiler warning.

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

Commit: 45aae8e78967b37f285e99617b919319bf2bf536
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2016-04-02T17:49:17Z
Releases: 9.6.0
Suppress compiler warning.

Some buildfarm members are showing "comparison is always false due to
limited range of data type" complaints on this test, so #ifdef it out
on machines with 32-bit int.

Files

PathChange+/−
src/timezone/zic.c modified +4 −1