[LyX/master] Remove redundant declarations reported by GCC with -Wredundant-decls option

2021-09-28 Thread Yuriy Skalko
commit a9119c3fa80746bb22de91654e958ede01029cac Author: Yuriy Skalko Date: Tue Sep 28 20:20:57 2021 +0300 Remove redundant declarations reported by GCC with -Wredundant-decls option --- src/frontends/qt/qt_helpers.h |2 -- src/support/ForkedCalls.cpp | 11 +-- src/xml.h

[LyX/master] typo

2021-09-28 Thread Jean-Marc Lasgouttes
commit 7067f48fa7afb89575abc58495d076078ce20137 Author: Jean-Marc Lasgouttes Date: Tue Sep 28 11:25:25 2021 +0200 typo --- src/frontends/qt/GuiApplication.cpp |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/frontends/qt/GuiApplication.cpp b/src/frontends/qt/G

[LyX/master] Fix crash

2021-09-28 Thread Kornel Benko
commit 84655a07d846e093441ed4888eaf097c01ea9390 Author: Kornel Benko Date: Tue Sep 28 10:32:02 2021 +0200 Fix crash Lyx crashes on export to pdf if used with sanitizer set to 'unspecified'. Crash found by Scott. Given that if we export without GUI, there is some weirdn

[LyX/master] Remove redundant semicolons reported by GCC with -Wextra-semi option

2021-09-28 Thread Yuriy Skalko
commit 325c405541207e91110cc8e488c9210ddeb436f7 Author: Yuriy Skalko Date: Tue Sep 28 11:21:45 2021 +0300 Remove redundant semicolons reported by GCC with -Wextra-semi option --- src/LyXRC.h |2 +- src/Session.h |2 +- src/VCBackend.h