Uninitialized variable compiler warnings on Linux

git-svn-id: svn://10.0.0.236/trunk@10126 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mcafee%netscape.com
1998-09-16 07:22:06 +00:00
parent 9287d6504d
commit 3c593fd2f0
2 changed files with 3 additions and 3 deletions

View File

@@ -1855,10 +1855,10 @@ lo_RestoreLayerExitFn(void *myclosure,
lo_RestoreLayerClosure *closure = (lo_RestoreLayerClosure *)myclosure;
MWContext *context = closure->context;
lo_DocState *state = closure->state;
lo_TopState *top_state;
lo_TopState *top_state = NULL;
int32 doc_id = closure->doc_id;
PRBool flushp = (PRBool)(param->src == NULL);
LO_Element *blocking_element;
LO_Element *blocking_element=NULL;
if (doc_id == XP_DOCID(context)) {
top_state = state->top_state;

View File

@@ -104,7 +104,7 @@ lo_return_next_form_element(MWContext *context,
lo_FormData *form_list;
lo_FormData *prev_form_list=NULL;
LO_Element **ele_list;
LO_FormElementStruct *form_ele;
LO_FormElementStruct *form_ele=NULL;
/*
* Get the unique document ID, and retreive this