[LyX/2.3.x] Prevent null pointer

2021-10-11 Thread Juergen Spitzmueller
commit 1c1c83eced9686949019f47c6bbde3bfe63c0b10 Author: Juergen Spitzmueller Date: Tue Oct 12 07:42:21 2021 +0200 Prevent null pointer No status entry needed (this bug crept in after the last release) --- src/frontends/qt4/GuiPrefs.cpp |3 ++- 1 files changed, 2

[LyX/master] Fixup c52049bb83d: -Werror is needed to test for warning flags

2021-10-11 Thread Jean-Marc Lasgouttes
commit 37c34c5ca98a31669144a7119068edf96d68261c Author: Jean-Marc Lasgouttes Date: Mon Oct 11 14:31:58 2021 +0200 Fixup c52049bb83d: -Werror is needed to test for warning flags At least on my old clang++, this is required. Fixes bug #12391. --- config/lyxinclude.m4 |

[LyX/master] Work around compilation warning

2021-10-11 Thread Jean-Marc Lasgouttes
commit c242b2536401dc06ab5740d6c9c01013282ed795 Author: Jean-Marc Lasgouttes Date: Fri Jul 16 18:27:15 2021 +0200 Work around compilation warning Clang 12 (at least) misses the fact that tag is always initialized, because the if/else sequence does cover all cases.