Kaydet (Commit) 3107c780 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

-Werror=maybe-uninitialized

Change-Id: Iba942ded86c8e4565bcd14796f05f47e3fc64880
üst 93eedadb
......@@ -2685,7 +2685,7 @@ static void
UpdateThreadFunc(void * /*param*/)
{
// open ZIP archive and process...
int rv;
int rv = OK;
if (sReplaceRequest)
{
rv = ProcessReplaceRequest();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment