[Libreoffice-commits] online.git: wsd/LOOLWSD.hpp

Tor Lillqvist (via logerrit) logerrit at kemper.freedesktop.org
Mon Apr 20 10:57:23 UTC 2020


 wsd/LOOLWSD.hpp |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 0fa4553dcf6398731c9faa65f99512a69e84020a
Author:     Tor Lillqvist <tml at collabora.com>
AuthorDate: Mon Apr 20 13:26:14 2020 +0300
Commit:     Tor Lillqvist <tml at collabora.com>
CommitDate: Mon Apr 20 12:57:05 2020 +0200

    Put FUZZER-specific members inside #ifdef FUZZER
    
    Any use of them is already inside such ifdefs.
    
    Change-Id: Ide63a58eeb1c97bb0431c3f0cfa51359476352bc
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/92557
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
    Reviewed-by: Tor Lillqvist <tml at collabora.com>

diff --git a/wsd/LOOLWSD.hpp b/wsd/LOOLWSD.hpp
index ea3f33f3d..313cd3ca6 100644
--- a/wsd/LOOLWSD.hpp
+++ b/wsd/LOOLWSD.hpp
@@ -229,8 +229,10 @@ public:
     static std::shared_ptr<ForKitProcess> ForKitProc;
     static std::atomic<int> ForKitProcId;
 #endif
+#ifdef FUZZER
     static bool DummyLOK;
     static std::string FuzzFileName;
+#endif
     static std::string ConfigFile;
     static std::string ConfigDir;
     static std::string SysTemplate;


More information about the Libreoffice-commits mailing list