From 4e5cb9fdbac5c7afef599648737bdcfe37af6ccf Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 26 Jan 2018 13:01:10 +0000 Subject: coverity#1019311 silence Unchecked return value Change-Id: Ife2bfed0eecff5fe247d0fef6ee7d77626d9f0be --- codemaker/source/cppumaker/cpputype.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'codemaker') diff --git a/codemaker/source/cppumaker/cpputype.cxx b/codemaker/source/cppumaker/cpputype.cxx index 15e1f116d638..c8b52857c648 100644 --- a/codemaker/source/cppumaker/cpputype.cxx +++ b/codemaker/source/cppumaker/cpputype.cxx @@ -449,7 +449,7 @@ void CppuType::dumpFile( throw; } out.close(); - makeValidTypeFile( + (void)makeValidTypeFile( u2b(fileUri), u2b(tmpUri), exists && options.isValid("-Gc")); } -- cgit