Kaydet (Commit) 2968fbc4 authored tarafından Michael Stahl's avatar Michael Stahl

spurious warning C4701: potentially uninitialized local variable

Change-Id: I6da0eb82ad6175e8b7eb70affa5f7cf0b05252f7
üst 41295613
......@@ -257,7 +257,7 @@ bool MWAWObjectHandlerInternal::Shape::read(const char *psName, WPXPropertyList
}
else readOk = false;
long w;
long w(0);
if (readOk)
{
char *res;
......
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