basctl/source/basicide/iderdll.cxx | 1 + comphelper/source/misc/comphelper_services.cxx | 1 + 2 files changed, 2 insertions(+)
New commits: commit 25cc2574ee13c25aba7e671fd213816acd94d365 Author: Caolán McNamara <[email protected]> AuthorDate: Mon Nov 18 09:29:20 2019 +0000 Commit: Caolán McNamara <[email protected]> CommitDate: Mon Nov 18 11:30:23 2019 +0100 cid#1421106 Useless call add annotation Change-Id: I9e0f67fc14bc15a011faeb75264f64930a0c3065 Reviewed-on: https://gerrit.libreoffice.org/83063 Tested-by: Jenkins Reviewed-by: Caolán McNamara <[email protected]> Tested-by: Caolán McNamara <[email protected]> diff --git a/basctl/source/basicide/iderdll.cxx b/basctl/source/basicide/iderdll.cxx index 9f2f2dcf6315..4eedaa6e17cf 100644 --- a/basctl/source/basicide/iderdll.cxx +++ b/basctl/source/basicide/iderdll.cxx @@ -75,6 +75,7 @@ struct theDllInstance : public rtl::Static<DllInstance, theDllInstance> { }; void EnsureIde () { + // coverity[side_effect_free : FALSE] - not actually side-effect-free theDllInstance::get(); } commit dd96c13e1921391719260b8516cd6ba7c1392814 Author: Caolán McNamara <[email protected]> AuthorDate: Mon Nov 18 09:27:49 2019 +0000 Commit: Caolán McNamara <[email protected]> CommitDate: Mon Nov 18 11:30:11 2019 +0100 cid#1421069 Useless call add annotation Change-Id: Iaeebd22ccefe4a11b3ae65e3f6dc54f8fdb7e075 Reviewed-on: https://gerrit.libreoffice.org/83062 Tested-by: Jenkins Reviewed-by: Caolán McNamara <[email protected]> Tested-by: Caolán McNamara <[email protected]> diff --git a/comphelper/source/misc/comphelper_services.cxx b/comphelper/source/misc/comphelper_services.cxx index 54009eaf9425..6d267d2f8287 100644 --- a/comphelper/source/misc/comphelper_services.cxx +++ b/comphelper/source/misc/comphelper_services.cxx @@ -43,6 +43,7 @@ namespace comphelper { namespace module static void initializeModule() { + // coverity[side_effect_free : FALSE] - not actually side-effect-free theInitializer::get(); } _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
