fix up index/position type for calls of various osrfList* functions collab/gmcharlt/lp954059_compiler_warnings
authorGalen Charlton <gmc@esilibrary.com>
Mon, 21 May 2012 21:29:05 +0000 (17:29 -0400)
committerGalen Charlton <gmc@esilibrary.com>
Mon, 21 May 2012 21:34:39 +0000 (17:34 -0400)
commita79c53458b8fb04dc6dca8761a1094ad878a55ea
tree3ca50c0da002c6b105b58f2e1ee84730546e362f
parent528662a885cfc6fac2ac2eba217f04b1365def14
fix up index/position type for calls of various osrfList* functions

osrfListSet, osrfListRemove, osrfListGetIndex, and osrfListExtract
all expect unsigned ints for the index/position parameter.

src/jserver is ignored by this commit as its removal is pending.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
src/gateway/osrf_http_translator.c
src/libopensrf/osrf_json_tools.c
src/libopensrf/osrf_list.c
src/libopensrf/string_array.c
src/router/osrf_router.c