Changes to make SICS compile on OSX Maverick with clang
This commit is contained in:
@ -108,7 +108,7 @@ static int MakePlainNode(pHdb parent, char *name, SConnection * pCon,
|
||||
static int MakeScriptNode(pHdb parent, char *name, SConnection * pCon,
|
||||
int argc, char *argv[])
|
||||
{
|
||||
int type, length;
|
||||
int type, length = 0;
|
||||
pHdb child = NULL;
|
||||
hdbValue v;
|
||||
|
||||
|
Reference in New Issue
Block a user