LP#1243841 - Wrap truth test using "=" in an extra set of parens.
authorChris Sharp <csharp@georgialibraries.org>
Tue, 19 Sep 2017 22:10:00 +0000 (18:10 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Mon, 7 May 2018 19:50:57 +0000 (15:50 -0400)
commit2e5c11c04c4db962aebf4b8632ce35a46434cd12
treec1ec676c20c96679374d33977856a69b15dfea43
parente72473d9c43a579ea64cb79fd410d37df23c3445
LP#1243841 - Wrap truth test using "=" in an extra set of parens.

Referring to https://stackoverflow.com/questions/5476759/compiler-warning-suggest-parentheses-around-assignment-used-as-truth-value,
it is recommended to wrap variable assignments that are used as a truth
test within an extra set of parentheses.

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/osrf_cache.c