From a30c5b2502dcb2ccac7850d3572b90522dec99e1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lars=20Gullik=20Bj=C3=B8nnes?= Date: Sat, 28 Jan 2006 22:15:47 +0000 Subject: [PATCH] get rid of a compiler warning git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10793 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/ChangeLog | 4 ++++ src/mathed/math_hullinset.C | 3 +++ 2 files changed, 7 insertions(+) diff --git a/src/mathed/ChangeLog b/src/mathed/ChangeLog index 7b85a48cf0..1561270548 100644 --- a/src/mathed/ChangeLog +++ b/src/mathed/ChangeLog @@ -1,3 +1,7 @@ +2006-01-28 Lars Gullik Bjønnes + + * math_hullinset.C (getStatus): get rid of a compiler warning + 2006-01-27 Jean-Marc Lasgouttes * math_nestinset.C (drawSelection): do not draw anything when diff --git a/src/mathed/math_hullinset.C b/src/mathed/math_hullinset.C index 40808872ec..da192918b9 100644 --- a/src/mathed/math_hullinset.C +++ b/src/mathed/math_hullinset.C @@ -1211,6 +1211,9 @@ bool MathHullInset::getStatus(LCursor & cur, FuncRequest const & cmd, default: return MathGridInset::getStatus(cur, cmd, status); } + + // This cannot really happen, but inserted to shut-up gcc + return MathGridInset::getStatus(cur, cmd, status); } -- 2.39.2