From f0193d27f3dca6c5019f49bbfd09793830896a9d Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Mon, 6 Oct 2014 18:03:00 -0500 Subject: [PATCH] Clean up warning from clang/MacOS --- src/ioc/db/chfPlugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ioc/db/chfPlugin.c b/src/ioc/db/chfPlugin.c index 60ba7f09b..5a86d3a26 100644 --- a/src/ioc/db/chfPlugin.c +++ b/src/ioc/db/chfPlugin.c @@ -180,7 +180,7 @@ store_double_value(const chfPluginArgDef *opt, void *vuser, double val) epicsInt32 *ival; double *dval; char *sval; - unsigned int i; + int i; #ifdef DEBUG_CHF printf("Got a double for %s (type %d, convert: %s): %g\n",