]> granicus.if.org Git - postgresql/commit
Suppress compiler warnings about "value computed is not used".
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 12 Apr 2011 06:05:24 +0000 (02:05 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 12 Apr 2011 06:05:24 +0000 (02:05 -0400)
commit88543ecfec9c754b5f14b898bccbc68d941748b3
tree5e318441a45b19272612d5ca7f3522da7162b1de
parent3f5d2fe3029b181fe773a02f1d4b34624c357634
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.
src/interfaces/ecpg/ecpglib/descriptor.c