Suppress compiler warnings about "value computed is not used".

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

Commit: 88543ecfec9c754b5f14b898bccbc68d941748b3
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2011-04-12T06:05:24Z
Releases: 9.1.0
Suppress compiler warnings about "value computed is not used".

The recent patch to remove gcc 4.6 warnings created some new ones, at
least on my rather old gcc version.  Try to make everybody happy by
casting to "void" when we just want to discard the result.

Files

PathChange+/−
src/interfaces/ecpg/ecpglib/descriptor.c modified +8 −8