Made SICS PSI part compile on OSX Maverick with clang
This commit is contained in:
@ -138,7 +138,7 @@ static char *findLastPoint(char *text)
|
||||
static int TASHeader(pScanData self)
|
||||
{
|
||||
pTASdata pTAS = (pTASdata) self->pSpecial;
|
||||
int i, iCount, status, iFileNO;
|
||||
int i, iCount, status, iFileNO=0;
|
||||
char pBueffel[1024], pHeader[1024], pWork[132], pWork2[60], pTen[12],
|
||||
*pcPtr;
|
||||
time_t iDate;
|
||||
@ -152,7 +152,7 @@ static int TASHeader(pScanData self)
|
||||
pIDrivable pDrive = NULL;
|
||||
pEVControl pTem = NULL;
|
||||
pSicsVariable sVar = NULL;
|
||||
float f1, f2, f3, f4;
|
||||
float f1=.0, f2=.0, f3=.0, f4=.0;
|
||||
|
||||
assert(self);
|
||||
assert(pTAS);
|
||||
|
Reference in New Issue
Block a user