wsd/LOOLWSD.hpp | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 0fa4553dcf6398731c9faa65f99512a69e84020a
Author: Tor Lillqvist <[email protected]>
AuthorDate: Mon Apr 20 13:26:14 2020 +0300
Commit: Tor Lillqvist <[email protected]>
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 <[email protected]>
Reviewed-by: Tor Lillqvist <[email protected]>
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;
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits