Uninitialized variable compiler warnings on Linux

This commit is contained in:
mcafee%netscape.com 1998-09-16 07:22:06 +00:00
Родитель f0e8859cc2
Коммит 88e6eeb9b9
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -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;

Просмотреть файл

@ -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