Changes to make SICS compile on OSX Maverick with clang
This commit is contained in:
@ -184,7 +184,7 @@ static float GetVarFloat(char *name)
|
||||
static int TASUBHeader(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;
|
||||
@ -201,7 +201,7 @@ static int TASUBHeader(pScanData self)
|
||||
tasReflection r;
|
||||
double kfix;
|
||||
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