]> git.evergreen-ils.org Git - OpenSRF.git/commit
LP#1132247: fix compilation warnings in C test cases
authorGalen Charlton <gmc@esilibrary.com>
Sat, 23 Feb 2013 08:26:06 +0000 (00:26 -0800)
committerBen Shum <bshum@biblio.org>
Wed, 27 Feb 2013 04:38:20 +0000 (23:38 -0500)
commitc676cfc19134df88e9586954dd350be347189a0c
tree1fad3e9640f67b0d6a42647abf6670b1e836e0ed
parent77d42eea11a3551331e6cecd409f575ae584548d
LP#1132247: fix compilation warnings in C test cases

Also, since osrfList maintains a list of pointers, not
values, adjust some of the test cases to discourage
anybody inclined to copy-and-paste from the test cases
from storing pointers to stack variables in an osrfList.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Signed-off-by: Ben Shum <bshum@biblio.org>
tests/check_osrf_list.c
tests/check_osrf_message.c