Kaydet (Commit) 62fddc0c authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: 'fn' may be used uninitialized in this function

Change-Id: Ib918bd537b30fe5dc48396fc7e952147003e3b19
üst 13274068
......@@ -224,7 +224,7 @@ SAL_IMPLEMENT_MAIN() {
modules.push_back(new osl::Module(lib, SAL_LOADMODULE_GLOBAL));
oslGenericFunction fn = modules.back().getFunctionSymbol(sym);
#else
oslGenericFunction fn;
oslGenericFunction fn = 0;
if (sym == "unoexceptionprotector")
fn = (oslGenericFunction) unoexceptionprotector;
else if (sym == "unobootstrapprotector")
......
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