]> git.lyx.org Git - features.git/commit
Work around compilation warning
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 16 Jul 2021 16:27:15 +0000 (18:27 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 11 Oct 2021 12:51:28 +0000 (14:51 +0200)
commitc242b2536401dc06ab5740d6c9c01013282ed795
tree6bd5156437fe15f0e36581ed4463480af9c00629
parent37c34c5ca98a31669144a7119068edf96d68261c
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.

Initialize the variable although it is not required. It does not hurt
at least.
src/mathed/InsetMathScript.cpp