]> git.evergreen-ils.org Git - OpenSRF.git/commit
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 19:53:42 +0000 (15:53 -0400)
commit6aedae0b42434c95f22924ed4b93ba726353f034
tree628b087d9e6450bc65c708312afe1da9f23533e8
parent2e5c11c04c4db962aebf4b8632ce35a46434cd12
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