From 664eb7ff45dbb4fabc22ec0b56798031a82335b1 Mon Sep 17 00:00:00 2001 From: Allan Rae Date: Fri, 20 Apr 2001 02:43:42 +0000 Subject: [PATCH] another pesky \#warning snuck in git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1944 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/ChangeLog | 4 ++++ src/mathed/formula.C | 2 ++ 2 files changed, 6 insertions(+) diff --git a/src/mathed/ChangeLog b/src/mathed/ChangeLog index a0fd587918..c78cb12571 100644 --- a/src/mathed/ChangeLog +++ b/src/mathed/ChangeLog @@ -1,3 +1,7 @@ +2001-04-20 Allan Rae + + * formula.C (LocalDispatch): fixed another #warning. Guess who. + 2001-04-17 Lars Gullik Bjønnes * math_macrotemplate.h: inherit privately from noncopyable diff --git a/src/mathed/formula.C b/src/mathed/formula.C index 5bd4ef0d0b..3713e1bd2d 100644 --- a/src/mathed/formula.C +++ b/src/mathed/formula.C @@ -1101,7 +1101,9 @@ InsetFormula::LocalDispatch(BufferView * bv, kb_action action, break; //------- dummy actions +#ifdef WITH_WARNINGS #warning Is this needed here? Shouldnt the main dispatch handle this? (Lgb) +#endif //case LFUN_EXEC_COMMAND: //bv->owner()->getMiniBuffer()->PrepareForCommand(); //break; -- 2.39.5