LP#1243841 - Quiet unused return value warnings.
authorChris Sharp <csharp@georgialibraries.org>
Wed, 20 Sep 2017 00:37:13 +0000 (20:37 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Mon, 7 May 2018 20:09:51 +0000 (16:09 -0400)
commit3994a17e604f32dc184e9f01afac1b3c573b9927
treebc06822c1bdafb7c8d2b8d425177379a4841eda1
parentf50772c5726b1655d67bfefaaa5cd7d4d8892b47
LP#1243841 - Quiet unused return value warnings.

Using advice given here: https://stackoverflow.com/a/13999461, "The
only good (if ugly) way to suppress these is to convert the return
value into something that the compiler agrees that you can ignore."

Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
Signed-off-by: Jason Stephenson <jason@sigio.com>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
src/libopensrf/utils.c