Kaydet (Commit) bba56d9e authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1103652 Unchecked return value

Change-Id: Ia05313ad580d09d1e2832a81829518f4692e18fd
üst 2be3417b
...@@ -599,7 +599,7 @@ EquationResult Read_SubF_Combined(WW8ReadFieldParams& rReadParam) ...@@ -599,7 +599,7 @@ EquationResult Read_SubF_Combined(WW8ReadFieldParams& rReadParam)
{ {
break; break;
} }
rReadParam.SkipToNextToken(); (void)rReadParam.SkipToNextToken();
// intentional fall-through // intentional fall-through
case -2: case -2:
{ {
......
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