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

coverity#1019311 silence Unchecked return value

Change-Id: Ife2bfed0eecff5fe247d0fef6ee7d77626d9f0be
üst 707e0f4e
......@@ -449,7 +449,7 @@ void CppuType::dumpFile(
throw;
}
out.close();
makeValidTypeFile(
(void)makeValidTypeFile(
u2b(fileUri), u2b(tmpUri), exists && options.isValid("-Gc"));
}
......
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