removed implicit int

This commit is contained in:
Jeff Hill
1999-01-28 20:18:14 +00:00
parent e0b317a544
commit 18b54fd1f1

View File

@@ -29,6 +29,9 @@
*
* History
* $Log$
* Revision 1.9 1998/12/19 00:04:49 jhill
* renamed createPV() to pvAttach()
*
* Revision 1.8 1997/08/05 00:46:56 jhill
* fixed warnings
*
@@ -88,7 +91,7 @@ epicsShareFunc caServer::caServer(unsigned pvCountEstimateIn) :
logEventMask(this->registerEvent("log")),
alarmEventMask(this->registerEvent("alarm"))
{
static init;
static int init;
if (!init) {
gddMakeMapDBR(gddApplicationTypeTable::app_table);