LP#1243841 - Quiet unused return value warnings.
authorChris Sharp <csharp@georgialibraries.org>
Wed, 20 Sep 2017 00:37:13 +0000 (20:37 -0400)
committerJason Stephenson <jason@sigio.com>
Tue, 7 Nov 2017 20:49:04 +0000 (15:49 -0500)
commit2105b8de610386c25fd81d0172423c97bfcdefa8
treecdafb7eb232950cfb27ac6949e6fb7f62b3c762b
parentb8ff9268ca124698152982cb95d8b0169a02b9fc
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>
src/libopensrf/utils.c