summaryrefslogtreecommitdiffstats
path: root/libreofficekit
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-11-04 09:15:08 +0000
committerCaolán McNamara <caolanm@redhat.com>2020-11-04 18:00:42 +0100
commit6fe5d7dfb27d5c282dc5bb59caa530ff47ab706b (patch)
treeb0df2be69c5d6b894d22117ef9061a3333c89617 /libreofficekit
parentremove pimpl from PropertySetHelper (diff)
downloadcore-6fe5d7dfb27d5c282dc5bb59caa530ff47ab706b.tar.gz
core-6fe5d7dfb27d5c282dc5bb59caa530ff47ab706b.zip
silence qa test coverity warning
Change-Id: Ic25815921360bb5899bf5d452ce77dd9b99fee03 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105281 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'libreofficekit')
-rw-r--r--libreofficekit/qa/tilebench/tilebench.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/libreofficekit/qa/tilebench/tilebench.cxx b/libreofficekit/qa/tilebench/tilebench.cxx
index 978b7aa5eaa0..6b6dcf4056a4 100644
--- a/libreofficekit/qa/tilebench/tilebench.cxx
+++ b/libreofficekit/qa/tilebench/tilebench.cxx
@@ -630,6 +630,7 @@ int main( int argc, char* argv[] )
int max_tiles = (argc > arg ? atoi(argv[arg++]) : -1);
const bool dump = true;
+ // coverity[tainted_data] - we trust the contents of this variable
testTile (pDocument.get(), max_parts, max_tiles, dump);
}
else if (!strcmp(mode, "--join"))