fixed warnings

This commit is contained in:
Jeff Hill
1997-04-29 06:50:35 +00:00
parent 0bc395108d
commit 19091f245b
2 changed files with 2 additions and 8 deletions
+1 -4
View File
@@ -43,6 +43,7 @@
#include "epicsAssert.h"
#include "bucketLib.h"
#include "freeList.h"
#ifndef TRUE
#define TRUE 1
@@ -384,9 +385,6 @@ int bucketFree (prb)
BUCKET *prb;
#endif
{
ITEM *pi;
ITEM *pni;
/*
* deleting a bucket with entries in use
* will cause memory leaks and is not allowed
@@ -558,7 +556,6 @@ BUCKET *pb;
{
ITEM **ppi;
ITEM *pi;
ITEM *pni;
unsigned nElem;
double X;
double XX;
+1 -4
View File
@@ -43,6 +43,7 @@
#include "epicsAssert.h"
#include "bucketLib.h"
#include "freeList.h"
#ifndef TRUE
#define TRUE 1
@@ -384,9 +385,6 @@ int bucketFree (prb)
BUCKET *prb;
#endif
{
ITEM *pi;
ITEM *pni;
/*
* deleting a bucket with entries in use
* will cause memory leaks and is not allowed
@@ -558,7 +556,6 @@ BUCKET *pb;
{
ITEM **ppi;
ITEM *pi;
ITEM *pni;
unsigned nElem;
double X;
double XX;