fixed warning

This commit is contained in:
Jeff Hill
1997-08-04 23:01:36 +00:00
parent 28f9bcce32
commit b832b8822e

View File

@@ -170,7 +170,7 @@ int catime (char *channelName, enum appendNumberFlag appNF)
timeIt (test_pend, NULL, 100);
for (i=0; i<NELEMENTS(itemList); i++) {
itemList[i].val.fltval = 0.0;
itemList[i].val.fltval = 0.0f;
itemList[i].type = DBR_FLOAT;
}
printf ("float test\n");