Made SICS PSI part compile on OSX Maverick with clang

This commit is contained in:
2014-03-14 09:51:48 +01:00
parent fc0ff43db2
commit 71c03ee3d1
13 changed files with 63 additions and 17 deletions

View File

@@ -93,7 +93,7 @@ int TecsWrapper(SConnection * pCon, SicsInterp * pSics, void *pData,
{
pEVControl self = NULL;
char pBueffel[1024], result[1024], *res;
int iRet;
int iRet = -1;
pEVDriver pD;
pTecsDriv pMe;
float fVal;