kit/ChildSession.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
New commits: commit 945838ee5067d9f94748a0e2e7c0d2bbdabd983d Author: Andras Timar <andras.ti...@collabora.com> AuthorDate: Thu Jun 4 08:54:19 2020 +0200 Commit: Andras Timar <andras.ti...@collabora.com> CommitDate: Thu Jun 4 08:55:12 2020 +0200 fix bogus -Werror=maybe-uninitialized Change-Id: Id8662bfdebe50ec87dd634f4564fab12c32ebdc1 diff --git a/kit/ChildSession.cpp b/kit/ChildSession.cpp index ac1d1ec4f..d9bf41631 100644 --- a/kit/ChildSession.cpp +++ b/kit/ChildSession.cpp @@ -1314,9 +1314,9 @@ bool ChildSession::gestureEvent(const char* /*buffer*/, int /*length*/, bool success = true; unsigned int windowID = 0; - int x; - int y; - int offset; + int x = 0; + int y = 0; + int offset = 0; std::string type; if (tokens.size() < 6) _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits