From f6fff878a787f87a36dd8aef3e2aee9d4c0765bc Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Tue, 16 Aug 2022 17:41:40 +0200 Subject: [PATCH] fix compiler warning --- src/mathed/InsetMathXArrow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mathed/InsetMathXArrow.cpp b/src/mathed/InsetMathXArrow.cpp index c150a4454c..cd36fe1981 100644 --- a/src/mathed/InsetMathXArrow.cpp +++ b/src/mathed/InsetMathXArrow.cpp @@ -133,6 +133,7 @@ docstring map_latex_to(docstring latex, bool xml = false) std::string format = (xml) ? "XML" : "HTML"; lyxerr << "mathmlize " << format << " conversion for '" << latex << "' not implemented" << endl; LASSERT(false, return from_ascii(dict["xrightarrow"])); + return docstring(); } } -- 2.39.2