Get rid of warnimg messaage

This commit is contained in:
Marty Kraimer
1998-03-19 20:31:27 +00:00
parent 2163b7e60e
commit f9aecdd7fb
+3 -3
View File
@@ -37,6 +37,7 @@ of this distribution.
#ifdef vxWorks
#include <fast_lock.h>
static FAST_LOCK asLock;
#else
/*This only works in a single threaded environment */
#define FAST_LOCK int
@@ -44,10 +45,9 @@ of this distribution.
#define FASTLOCK(PFAST_LOCK)
#define FASTUNLOCK(PFAST_LOCK)
#endif
static FAST_LOCK asLock;
static int asLockInit=TRUE;
int asActive = FALSE;
static void *freeListPvt = NULL;
int asActive = FALSE;
static void *freeListPvt = NULL;
/*following must be global because asCa nneeds it*/
ASBASE volatile *pasbase=NULL;