Kaydet (Commit) 60b63ab6 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

cid#1255906: Unchecked return value

Change-Id: I94696b3da73eb74a04b531ee8a93854208cddbec
üst d59554a5
......@@ -1009,7 +1009,7 @@ struct OpenCLTester
sc::AutoCalcSwitch aACSwitch(*mpDoc, true);
mnTestAreas++;
mpDocShell->GetDocFunc().InsertTable(mnTestAreas, rArea.msTitle, false, true);
(void) mpDocShell->GetDocFunc().InsertTable(mnTestAreas, rArea.msTitle, false, true);
rArea.addHeader(mpDoc, mnTestAreas);
......
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