Kaydet (Commit) d7ba20b2 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

warning C4701: potentially uninitialized local variable

Change-Id: I68f43b16f09e606b9e7ae384c76554a6763afa8d
üst 3f1624bc
......@@ -1117,7 +1117,7 @@ sal_uInt64 writeMap(
j->parameters.begin());
k != j->parameters.end(); ++k)
{
sal_uInt64 f;
sal_uInt64 f = sal_uInt64();
switch (k->mode) {
case RT_PARAM_IN:
f = 0;
......
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