libdthelp: Resolve uninitialized warnings
This commit is contained in:
committed by
Jon Trulson
parent
b807066429
commit
320576e069
@@ -5091,11 +5091,11 @@ ProcessSDLAttribute(
|
||||
char *attrValue;
|
||||
char **strPtr;
|
||||
char numBuf[DTD_NAMELEN+1];
|
||||
char *varOffset1;
|
||||
char *varOffset1 = NULL;
|
||||
SDLNumber *numPtr1;
|
||||
SdlOption *enumPtr1;
|
||||
SdlOption attrNum;
|
||||
_DtHelpFontValue fontNum;
|
||||
_DtHelpFontValue fontNum = 0;
|
||||
_DtHelpFontValue *fontPtr1;
|
||||
const SDLAttribute *pAttr = SDLAttributeList;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user