[Libreoffice-commits] core.git: codemaker/source
Caolán McNamara
caolanm at redhat.com
Fri Jan 26 13:02:20 UTC 2018
codemaker/source/cppumaker/cpputype.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 4e5cb9fdbac5c7afef599648737bdcfe37af6ccf
Author: Caolán McNamara <caolanm at redhat.com>
Date: Fri Jan 26 13:01:10 2018 +0000
coverity#1019311 silence Unchecked return value
Change-Id: Ife2bfed0eecff5fe247d0fef6ee7d77626d9f0be
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"));
}
More information about the Libreoffice-commits
mailing list